Shades of Primrose #E2E587
Tints of Primrose #E2E587
RGB
CMYK
RGB Variations
Color information
#E2E587 (or 0xE2E587) is known color: Primrose. HEX triplet: E2, E5 and 87. RGB value is (226,229,135). Sum of RGB (Red+Green+Blue) = 226+229+135=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 135 (53.12% from 255 or 22.88% from 590); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E587 is #1D1A78. Grayscale: #D9D9D9. Windows color (decimal): -1907321 or 8906210. OLE color: 8906210.
HSL color Cylindrical-coordinate representation of color #E2E587: hue angle of 61.91º 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 #E2E587 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 135 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.10 |
| HSL | 61.91º | 0.64% | 0.71% | - |
| HSV(B) | 61.91º | 0.41% | 0.9% | - |
| XYZ | 63.76 | 73.96 | 33.84 | - |
| YUV | 217.39 | 81.51 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 135 | 0.01 | 0 | 0.41 | 0.10 | 61.91 | 0.64 | 0.71 |
| Hex | E2 | E5 | 87 | 1 | 0 | 29 | A | 3E | 40 | 47 |
| Octal | 342 | 345 | 207 | 1 | 0 | 51 | 12 | 76 | 100 | 107 |
| Binary | 11100010 | 11100101 | 10000111 | 1 | 0 | 101001 | 1010 | 111110 | 1000000 | 1000111 |
Color Harmonies of #E2E587
Complementary color
Monochromatic Colors of #E2E587
Black with #E2E587
Text Example
Text Example
White with #E2E587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E587; }
p { color: rgb(226,229,135); }
H1.HeaderClassName
{
color: #E2E587;
}
.AnyTagClassName
{
color: #E2E587;
}
</style>
background-color css
<style>
a { background-color: #E2E587; }
a { background-color: rgb(226,229,135); }
div.DivClassName
{
background-color: #E2E587;
}
.BgClassName
{
background-color: #E2E587;
}
</style>
border-color css
<style>
span { border-color: #E2E587; }
span { border-color: rgb(226,229,135); }
td.TdClassName
{
border-color: #E2E587;
}
.TagClassName
{
border-color: #E2E587;
}
</style>