Shades of Primrose #E1E589
Tints of Primrose #E1E589
RGB
CMYK
RGB Variations
Color information
#E1E589 (or 0xE1E589) is known color: Primrose. HEX triplet: E1, E5 and 89. RGB value is (225,229,137). Sum of RGB (Red+Green+Blue) = 225+229+137=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 137 (53.91% from 255 or 23.18% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E589 is #1E1A76. Grayscale: #D9D9D9. Windows color (decimal): -1972855 or 9037281. OLE color: 9037281.
HSL color Cylindrical-coordinate representation of color #E1E589: hue angle of 62.61º 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 #E1E589 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 137 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.10 |
| HSL | 62.61º | 0.64% | 0.72% | - |
| HSV(B) | 62.61º | 0.4% | 0.9% | - |
| XYZ | 63.59 | 73.85 | 34.57 | - |
| YUV | 217.32 | 82.67 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 137 | 0.02 | 0 | 0.40 | 0.10 | 62.61 | 0.64 | 0.72 |
| Hex | E1 | E5 | 89 | 2 | 0 | 28 | A | 3F | 40 | 48 |
| Octal | 341 | 345 | 211 | 2 | 0 | 50 | 12 | 77 | 100 | 110 |
| Binary | 11100001 | 11100101 | 10001001 | 10 | 0 | 101000 | 1010 | 111111 | 1000000 | 1001000 |
Color Harmonies of #E1E589
Complementary color
Monochromatic Colors of #E1E589
Black with #E1E589
Text Example
Text Example
White with #E1E589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E589; }
p { color: rgb(225,229,137); }
H1.HeaderClassName
{
color: #E1E589;
}
.AnyTagClassName
{
color: #E1E589;
}
</style>
background-color css
<style>
a { background-color: #E1E589; }
a { background-color: rgb(225,229,137); }
div.DivClassName
{
background-color: #E1E589;
}
.BgClassName
{
background-color: #E1E589;
}
</style>
border-color css
<style>
span { border-color: #E1E589; }
span { border-color: rgb(225,229,137); }
td.TdClassName
{
border-color: #E1E589;
}
.TagClassName
{
border-color: #E1E589;
}
</style>