Shades of Primrose #E4DE96
Tints of Primrose #E4DE96
RGB
CMYK
RGB Variations
Color information
#E4DE96 (or 0xE4DE96) is known color: Primrose. HEX triplet: E4, DE and 96. RGB value is (228,222,150). Sum of RGB (Red+Green+Blue) = 228+222+150=600 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DE96 is #1B2169. Grayscale: #D7D7D7. Windows color (decimal): -1778026 or 9887460. OLE color: 9887460.
HSL color Cylindrical-coordinate representation of color #E4DE96: hue angle of 55.38º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E4DE96 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 222 | 150 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.11 |
| HSL | 55.38º | 0.59% | 0.74% | - |
| HSV(B) | 55.38º | 0.34% | 0.89% | - |
| XYZ | 63.62 | 70.94 | 39.19 | - |
| YUV | 215.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 222 | 150 | 0 | 0.03 | 0.34 | 0.11 | 55.38 | 0.59 | 0.74 |
| Hex | E4 | DE | 96 | 0 | 3 | 22 | B | 37 | 3B | 4A |
| Octal | 344 | 336 | 226 | 0 | 3 | 42 | 13 | 67 | 73 | 112 |
| Binary | 11100100 | 11011110 | 10010110 | 0 | 11 | 100010 | 1011 | 110111 | 111011 | 1001010 |
Color Harmonies of #E4DE96
Complementary color
Monochromatic Colors of #E4DE96
Black with #E4DE96
Text Example
Text Example
White with #E4DE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DE96; }
p { color: rgb(228,222,150); }
H1.HeaderClassName
{
color: #E4DE96;
}
.AnyTagClassName
{
color: #E4DE96;
}
</style>
background-color css
<style>
a { background-color: #E4DE96; }
a { background-color: rgb(228,222,150); }
div.DivClassName
{
background-color: #E4DE96;
}
.BgClassName
{
background-color: #E4DE96;
}
</style>
border-color css
<style>
span { border-color: #E4DE96; }
span { border-color: rgb(228,222,150); }
td.TdClassName
{
border-color: #E4DE96;
}
.TagClassName
{
border-color: #E4DE96;
}
</style>