Dragon’s Gold
#e7e04e
Looking for the precise values behind Dragon’s Gold (#e7e04e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e7e04e | |
|---|---|---|
| RGB | rgb(231, 224, 78) | |
| HSL | hsl(57, 76%, 61%) | |
| CMYK | cmyk(0%, 3%, 66%, 9%) | |
| LAB | lab(88, -10, 69) | |
| OKLCH | oklch(0.89 0.162 107) |
Color harmonies
Tints & shades
Code snippets
color: #e7e04e;
background-color: #e7e04e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE7E04E)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.88, blue: 0.31, alpha: 1.0)