Fat Gold
#e6bc00
Looking for the precise values behind Fat Gold (#e6bc00)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e6bc00 | |
|---|---|---|
| RGB | rgb(230, 188, 0) | |
| HSL | hsl(49, 100%, 45%) | |
| CMYK | cmyk(0%, 18%, 100%, 10%) | |
| LAB | lab(78, 6, 79) | |
| OKLCH | oklch(0.81 0.166 93) |
Color harmonies
Tints & shades
Code snippets
color: #e6bc00;
background-color: #e6bc00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE6BC00)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.74, blue: 0.00, alpha: 1.0)