Shades of Primrose #E2DE8C
Tints of Primrose #E2DE8C
RGB
CMYK
RGB Variations
Color information
#E2DE8C (or 0xE2DE8C) is known color: Primrose. HEX triplet: E2, DE and 8C. RGB value is (226,222,140). Sum of RGB (Red+Green+Blue) = 226+222+140=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DE8C is #1D2173. Grayscale: #D6D6D6. Windows color (decimal): -1909108 or 9232098. OLE color: 9232098.
HSL color Cylindrical-coordinate representation of color #E2DE8C: hue angle of 57.21º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2DE8C is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 140 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.11 |
| HSL | 57.21º | 0.6% | 0.72% | - |
| HSV(B) | 57.21º | 0.38% | 0.89% | - |
| XYZ | 62.22 | 70.3 | 35.1 | - |
| YUV | 213.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 140 | 0 | 0.02 | 0.38 | 0.11 | 57.21 | 0.6 | 0.72 |
| Hex | E2 | DE | 8C | 0 | 2 | 26 | B | 39 | 3C | 48 |
| Octal | 342 | 336 | 214 | 0 | 2 | 46 | 13 | 71 | 74 | 110 |
| Binary | 11100010 | 11011110 | 10001100 | 0 | 10 | 100110 | 1011 | 111001 | 111100 | 1001000 |
Color Harmonies of #E2DE8C
Complementary color
Monochromatic Colors of #E2DE8C
Black with #E2DE8C
Text Example
Text Example
White with #E2DE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DE8C; }
p { color: rgb(226,222,140); }
H1.HeaderClassName
{
color: #E2DE8C;
}
.AnyTagClassName
{
color: #E2DE8C;
}
</style>
background-color css
<style>
a { background-color: #E2DE8C; }
a { background-color: rgb(226,222,140); }
div.DivClassName
{
background-color: #E2DE8C;
}
.BgClassName
{
background-color: #E2DE8C;
}
</style>
border-color css
<style>
span { border-color: #E2DE8C; }
span { border-color: rgb(226,222,140); }
td.TdClassName
{
border-color: #E2DE8C;
}
.TagClassName
{
border-color: #E2DE8C;
}
</style>