Shades of Primrose #E0E587
Tints of Primrose #E0E587
RGB
CMYK
RGB Variations
Color information
#E0E587 (or 0xE0E587) is known color: Primrose. HEX triplet: E0, E5 and 87. RGB value is (224,229,135). Sum of RGB (Red+Green+Blue) = 224+229+135=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 135 (53.12% from 255 or 22.96% from 588); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E587 is #1F1A78. Grayscale: #D9D9D9. Windows color (decimal): -2038393 or 8906208. OLE color: 8906208.
HSL color Cylindrical-coordinate representation of color #E0E587: hue angle of 63.19º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0E587 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 229 | 135 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.10 |
| HSL | 63.19º | 0.64% | 0.71% | - |
| HSV(B) | 63.19º | 0.41% | 0.9% | - |
| XYZ | 63.13 | 73.64 | 33.81 | - |
| YUV | 216.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 229 | 135 | 0.02 | 0 | 0.41 | 0.10 | 63.19 | 0.64 | 0.71 |
| Hex | E0 | E5 | 87 | 2 | 0 | 29 | A | 3F | 40 | 47 |
| Octal | 340 | 345 | 207 | 2 | 0 | 51 | 12 | 77 | 100 | 107 |
| Binary | 11100000 | 11100101 | 10000111 | 10 | 0 | 101001 | 1010 | 111111 | 1000000 | 1000111 |
Color Harmonies of #E0E587
Complementary color
Monochromatic Colors of #E0E587
Black with #E0E587
Text Example
Text Example
White with #E0E587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E587; }
p { color: rgb(224,229,135); }
H1.HeaderClassName
{
color: #E0E587;
}
.AnyTagClassName
{
color: #E0E587;
}
</style>
background-color css
<style>
a { background-color: #E0E587; }
a { background-color: rgb(224,229,135); }
div.DivClassName
{
background-color: #E0E587;
}
.BgClassName
{
background-color: #E0E587;
}
</style>
border-color css
<style>
span { border-color: #E0E587; }
span { border-color: rgb(224,229,135); }
td.TdClassName
{
border-color: #E0E587;
}
.TagClassName
{
border-color: #E0E587;
}
</style>