Yellow Brick Road
#eac853
Yellow Brick Road, represented by the hex value #eac853, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #eac853 | |
|---|---|---|
| RGB | rgb(234, 200, 83) | |
| HSL | hsl(46, 78%, 62%) | |
| CMYK | cmyk(0%, 15%, 65%, 8%) | |
| LAB | lab(82, 3, 61) | |
| OKLCH | oklch(0.84 0.139 93) |
Color harmonies
Tints & shades
Code snippets
color: #eac853;
background-color: #eac853;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEAC853)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.78, blue: 0.33, alpha: 1.0)