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