Prairie Land
#e2cc9c
Prairie Land, represented by the hex value #e2cc9c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e2cc9c | |
|---|---|---|
| RGB | rgb(226, 204, 156) | |
| HSL | hsl(41, 55%, 75%) | |
| CMYK | cmyk(0%, 10%, 31%, 11%) | |
| LAB | lab(83, 3, 27) | |
| OKLCH | oklch(0.85 0.068 86) |
Color harmonies
Tints & shades
Code snippets
color: #e2cc9c;
background-color: #e2cc9c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE2CC9C)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.80, blue: 0.61, alpha: 1.0)