Shades of Primrose #E5E487
Tints of Primrose #E5E487
RGB
CMYK
RGB Variations
Color information
#E5E487 (or 0xE5E487) is known color: Primrose. HEX triplet: E5, E4 and 87. RGB value is (229,228,135). Sum of RGB (Red+Green+Blue) = 229+228+135=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 135 (53.12% from 255 or 22.80% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E487 is #1A1B78. Grayscale: #DADADA. Windows color (decimal): -1710969 or 8905957. OLE color: 8905957.
HSL color Cylindrical-coordinate representation of color #E5E487: hue angle of 59.36º 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 #E5E487 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 135 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.10 |
| HSL | 59.36º | 0.64% | 0.71% | - |
| HSV(B) | 59.36º | 0.41% | 0.9% | - |
| XYZ | 64.43 | 73.89 | 33.79 | - |
| YUV | 217.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 135 | 0 | 0.00 | 0.41 | 0.10 | 59.36 | 0.64 | 0.71 |
| Hex | E5 | E4 | 87 | 0 | 0 | 29 | A | 3B | 40 | 47 |
| Octal | 345 | 344 | 207 | 0 | 0 | 51 | 12 | 73 | 100 | 107 |
| Binary | 11100101 | 11100100 | 10000111 | 0 | 0 | 101001 | 1010 | 111011 | 1000000 | 1000111 |
Color Harmonies of #E5E487
Complementary color
Monochromatic Colors of #E5E487
Black with #E5E487
Text Example
Text Example
White with #E5E487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E487; }
p { color: rgb(229,228,135); }
H1.HeaderClassName
{
color: #E5E487;
}
.AnyTagClassName
{
color: #E5E487;
}
</style>
background-color css
<style>
a { background-color: #E5E487; }
a { background-color: rgb(229,228,135); }
div.DivClassName
{
background-color: #E5E487;
}
.BgClassName
{
background-color: #E5E487;
}
</style>
border-color css
<style>
span { border-color: #E5E487; }
span { border-color: rgb(229,228,135); }
td.TdClassName
{
border-color: #E5E487;
}
.TagClassName
{
border-color: #E5E487;
}
</style>