Polished Gold
#eeaa55
Here's everything about the color Polished Gold (#eeaa55) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #eeaa55 | |
|---|---|---|
| RGB | rgb(238, 170, 85) | |
| HSL | hsl(33, 82%, 63%) | |
| CMYK | cmyk(0%, 29%, 64%, 7%) | |
| LAB | lab(75, 20, 53) | |
| OKLCH | oklch(0.79 0.129 70) |
Color harmonies
Tints & shades
Code snippets
color: #eeaa55;
background-color: #eeaa55;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFEEAA55)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.67, blue: 0.33, alpha: 1.0)