Golden Kingdom
#e0c84b
Looking for the precise values behind Golden Kingdom (#e0c84b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e0c84b | |
|---|---|---|
| RGB | rgb(224, 200, 75) | |
| HSL | hsl(50, 71%, 59%) | |
| CMYK | cmyk(0%, 11%, 67%, 12%) | |
| LAB | lab(81, -1, 63) | |
| OKLCH | oklch(0.83 0.144 98) |
Color harmonies
Tints & shades
Code snippets
color: #e0c84b;
background-color: #e0c84b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE0C84B)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.78, blue: 0.29, alpha: 1.0)