Golden Relic
#e8ce49
Looking for the precise values behind Golden Relic (#e8ce49)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e8ce49 | |
|---|---|---|
| RGB | rgb(232, 206, 73) | |
| HSL | hsl(50, 78%, 60%) | |
| CMYK | cmyk(0%, 11%, 69%, 9%) | |
| LAB | lab(83, -1, 66) | |
| OKLCH | oklch(0.85 0.15 98) |
Color harmonies
Tints & shades
Code snippets
color: #e8ce49;
background-color: #e8ce49;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE8CE49)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.81, blue: 0.29, alpha: 1.0)