Oh My Gold
#eebb55
Here's everything about the color Oh My Gold (#eebb55) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #eebb55 | |
|---|---|---|
| RGB | rgb(238, 187, 85) | |
| HSL | hsl(40, 82%, 63%) | |
| CMYK | cmyk(0%, 21%, 64%, 7%) | |
| LAB | lab(79, 11, 57) | |
| OKLCH | oklch(0.82 0.132 82) |
Color harmonies
Tints & shades
Code snippets
color: #eebb55;
background-color: #eebb55;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEBB55)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.73, blue: 0.33, alpha: 1.0)