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