Hummus
#eecc99
Here's everything about the color Hummus (#eecc99) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #eecc99 | |
|---|---|---|
| RGB | rgb(238, 204, 153) | |
| HSL | hsl(36, 71%, 77%) | |
| CMYK | cmyk(0%, 14%, 36%, 7%) | |
| LAB | lab(84, 7, 30) | |
| OKLCH | oklch(0.86 0.076 78) |
Color harmonies
Tints & shades
Code snippets
color: #eecc99;
background-color: #eecc99;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEECC99)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.80, blue: 0.60, alpha: 1.0)