Shades of Primrose #E4DE87
Tints of Primrose #E4DE87
RGB
CMYK
RGB Variations
Color information
#E4DE87 (or 0xE4DE87) is known color: Primrose. HEX triplet: E4, DE and 87. RGB value is (228,222,135). Sum of RGB (Red+Green+Blue) = 228+222+135=585 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.97% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 135 (53.12% from 255 or 23.08% from 585); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DE87 is #1B2178. Grayscale: #D6D6D6. Windows color (decimal): -1778041 or 8904420. OLE color: 8904420.
HSL color Cylindrical-coordinate representation of color #E4DE87: hue angle of 56.13º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E4DE87 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 222 | 135 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.11 |
| HSL | 56.13º | 0.63% | 0.71% | - |
| HSV(B) | 56.13º | 0.41% | 0.89% | - |
| XYZ | 62.49 | 70.49 | 33.23 | - |
| YUV | 213.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 222 | 135 | 0 | 0.03 | 0.41 | 0.11 | 56.13 | 0.63 | 0.71 |
| Hex | E4 | DE | 87 | 0 | 3 | 29 | B | 38 | 3F | 47 |
| Octal | 344 | 336 | 207 | 0 | 3 | 51 | 13 | 70 | 77 | 107 |
| Binary | 11100100 | 11011110 | 10000111 | 0 | 11 | 101001 | 1011 | 111000 | 111111 | 1000111 |
Color Harmonies of #E4DE87
Complementary color
Monochromatic Colors of #E4DE87
Black with #E4DE87
Text Example
Text Example
White with #E4DE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DE87; }
p { color: rgb(228,222,135); }
H1.HeaderClassName
{
color: #E4DE87;
}
.AnyTagClassName
{
color: #E4DE87;
}
</style>
background-color css
<style>
a { background-color: #E4DE87; }
a { background-color: rgb(228,222,135); }
div.DivClassName
{
background-color: #E4DE87;
}
.BgClassName
{
background-color: #E4DE87;
}
</style>
border-color css
<style>
span { border-color: #E4DE87; }
span { border-color: rgb(228,222,135); }
td.TdClassName
{
border-color: #E4DE87;
}
.TagClassName
{
border-color: #E4DE87;
}
</style>