Montezuma Gold
#eecc44
Here's everything about the color Montezuma Gold (#eecc44) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #eecc44 | |
|---|---|---|
| RGB | rgb(238, 204, 68) | |
| HSL | hsl(48, 83%, 60%) | |
| CMYK | cmyk(0%, 14%, 71%, 7%) | |
| LAB | lab(83, 2, 68) | |
| OKLCH | oklch(0.85 0.153 95) |
Color harmonies
Tints & shades
Code snippets
color: #eecc44;
background-color: #eecc44;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEECC44)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.80, blue: 0.27, alpha: 1.0)