Kings Yellow
#ead665
Kings Yellow is a color with the hex code #ead665. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ead665 | |
|---|---|---|
| RGB | rgb(234, 214, 101) | |
| HSL | hsl(51, 76%, 66%) | |
| CMYK | cmyk(0%, 9%, 57%, 8%) | |
| LAB | lab(86, -3, 57) | |
| OKLCH | oklch(0.87 0.135 99) |
Color harmonies
Tints & shades
Code snippets
color: #ead665;
background-color: #ead665;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEAD665)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.84, blue: 0.40, alpha: 1.0)