Shades of Primrose #E5E489
Tints of Primrose #E5E489
RGB
CMYK
RGB Variations
Color information
#E5E489 (or 0xE5E489) is known color: Primrose. HEX triplet: E5, E4 and 89. RGB value is (229,228,137). Sum of RGB (Red+Green+Blue) = 229+228+137=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 137 (53.91% from 255 or 23.06% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E489 is #1A1B76. Grayscale: #DADADA. Windows color (decimal): -1710967 or 9037029. OLE color: 9037029.
HSL color Cylindrical-coordinate representation of color #E5E489: hue angle of 59.35º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5E489 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 137 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.10 |
| HSL | 59.35º | 0.64% | 0.72% | - |
| HSV(B) | 59.35º | 0.4% | 0.9% | - |
| XYZ | 64.57 | 73.95 | 34.54 | - |
| YUV | 217.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 137 | 0 | 0.00 | 0.40 | 0.10 | 59.35 | 0.64 | 0.72 |
| Hex | E5 | E4 | 89 | 0 | 0 | 28 | A | 3B | 40 | 48 |
| Octal | 345 | 344 | 211 | 0 | 0 | 50 | 12 | 73 | 100 | 110 |
| Binary | 11100101 | 11100100 | 10001001 | 0 | 0 | 101000 | 1010 | 111011 | 1000000 | 1001000 |
Color Harmonies of #E5E489
Complementary color
Monochromatic Colors of #E5E489
Black with #E5E489
Text Example
Text Example
White with #E5E489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E489; }
p { color: rgb(229,228,137); }
H1.HeaderClassName
{
color: #E5E489;
}
.AnyTagClassName
{
color: #E5E489;
}
</style>
background-color css
<style>
a { background-color: #E5E489; }
a { background-color: rgb(229,228,137); }
div.DivClassName
{
background-color: #E5E489;
}
.BgClassName
{
background-color: #E5E489;
}
</style>
border-color css
<style>
span { border-color: #E5E489; }
span { border-color: rgb(229,228,137); }
td.TdClassName
{
border-color: #E5E489;
}
.TagClassName
{
border-color: #E5E489;
}
</style>