Groovy Giraffe
#eeaa11
Here's everything about the color Groovy Giraffe (#eeaa11) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #eeaa11 | |
|---|---|---|
| RGB | rgb(238, 170, 17) | |
| HSL | hsl(42, 87%, 50%) | |
| CMYK | cmyk(0%, 29%, 93%, 7%) | |
| LAB | lab(75, 18, 75) | |
| OKLCH | oklch(0.78 0.16 79) |
Color harmonies
Tints & shades
Code snippets
color: #eeaa11;
background-color: #eeaa11;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEAA11)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.67, blue: 0.07, alpha: 1.0)