Shades of Primrose #E5E289
Tints of Primrose #E5E289
RGB
CMYK
RGB Variations
Color information
#E5E289 (or 0xE5E289) is known color: Primrose. HEX triplet: E5, E2 and 89. RGB value is (229,226,137). Sum of RGB (Red+Green+Blue) = 229+226+137=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 137 (53.91% from 255 or 23.14% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E289 is #1A1D76. Grayscale: #D9D9D9. Windows color (decimal): -1711479 or 9036517. OLE color: 9036517.
HSL color Cylindrical-coordinate representation of color #E5E289: hue angle of 58.04º 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 #E5E289 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 137 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.10 |
| HSL | 58.04º | 0.64% | 0.72% | - |
| HSV(B) | 58.04º | 0.4% | 0.9% | - |
| XYZ | 64.02 | 72.86 | 34.36 | - |
| YUV | 216.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 137 | 0 | 0.01 | 0.40 | 0.10 | 58.04 | 0.64 | 0.72 |
| Hex | E5 | E2 | 89 | 0 | 1 | 28 | A | 3A | 40 | 48 |
| Octal | 345 | 342 | 211 | 0 | 1 | 50 | 12 | 72 | 100 | 110 |
| Binary | 11100101 | 11100010 | 10001001 | 0 | 1 | 101000 | 1010 | 111010 | 1000000 | 1001000 |
Color Harmonies of #E5E289
Complementary color
Monochromatic Colors of #E5E289
Black with #E5E289
Text Example
Text Example
White with #E5E289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E289; }
p { color: rgb(229,226,137); }
H1.HeaderClassName
{
color: #E5E289;
}
.AnyTagClassName
{
color: #E5E289;
}
</style>
background-color css
<style>
a { background-color: #E5E289; }
a { background-color: rgb(229,226,137); }
div.DivClassName
{
background-color: #E5E289;
}
.BgClassName
{
background-color: #E5E289;
}
</style>
border-color css
<style>
span { border-color: #E5E289; }
span { border-color: rgb(229,226,137); }
td.TdClassName
{
border-color: #E5E289;
}
.TagClassName
{
border-color: #E5E289;
}
</style>