Shades of Primrose #E5E089
Tints of Primrose #E5E089
RGB
CMYK
RGB Variations
Color information
#E5E089 (or 0xE5E089) is known color: Primrose. HEX triplet: E5, E0 and 89. RGB value is (229,224,137). Sum of RGB (Red+Green+Blue) = 229+224+137=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 137 (53.91% from 255 or 23.22% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E089 is #1A1F76. Grayscale: #D7D7D7. Windows color (decimal): -1711991 or 9036005. OLE color: 9036005.
HSL color Cylindrical-coordinate representation of color #E5E089: hue angle of 56.74º 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 #E5E089 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 137 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.10 |
| HSL | 56.74º | 0.64% | 0.72% | - |
| HSV(B) | 56.74º | 0.4% | 0.9% | - |
| XYZ | 63.48 | 71.78 | 34.18 | - |
| YUV | 215.58 | 83.66 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 137 | 0 | 0.02 | 0.40 | 0.10 | 56.74 | 0.64 | 0.72 |
| Hex | E5 | E0 | 89 | 0 | 2 | 28 | A | 39 | 40 | 48 |
| Octal | 345 | 340 | 211 | 0 | 2 | 50 | 12 | 71 | 100 | 110 |
| Binary | 11100101 | 11100000 | 10001001 | 0 | 10 | 101000 | 1010 | 111001 | 1000000 | 1001000 |
Color Harmonies of #E5E089
Complementary color
Monochromatic Colors of #E5E089
Black with #E5E089
Text Example
Text Example
White with #E5E089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E089; }
p { color: rgb(229,224,137); }
H1.HeaderClassName
{
color: #E5E089;
}
.AnyTagClassName
{
color: #E5E089;
}
</style>
background-color css
<style>
a { background-color: #E5E089; }
a { background-color: rgb(229,224,137); }
div.DivClassName
{
background-color: #E5E089;
}
.BgClassName
{
background-color: #E5E089;
}
</style>
border-color css
<style>
span { border-color: #E5E089; }
span { border-color: rgb(229,224,137); }
td.TdClassName
{
border-color: #E5E089;
}
.TagClassName
{
border-color: #E5E089;
}
</style>