Shades of Primrose #E4D589
Tints of Primrose #E4D589
RGB
CMYK
RGB Variations
Color information
#E4D589 (or 0xE4D589) is known color: Primrose. HEX triplet: E4, D5 and 89. RGB value is (228,213,137). Sum of RGB (Red+Green+Blue) = 228+213+137=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 137 (53.91% from 255 or 23.70% from 578); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4D589 is #1B2A76. Grayscale: #D1D1D1. Windows color (decimal): -1780343 or 9033188. OLE color: 9033188.
HSL color Cylindrical-coordinate representation of color #E4D589: hue angle of 50.11º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E4D589 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 213 | 137 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.11 |
| HSL | 50.11º | 0.63% | 0.72% | - |
| HSV(B) | 50.11º | 0.4% | 0.89% | - |
| XYZ | 60.3 | 65.89 | 33.21 | - |
| YUV | 208.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 213 | 137 | 0 | 0.07 | 0.40 | 0.11 | 50.11 | 0.63 | 0.72 |
| Hex | E4 | D5 | 89 | 0 | 7 | 28 | B | 32 | 3F | 48 |
| Octal | 344 | 325 | 211 | 0 | 7 | 50 | 13 | 62 | 77 | 110 |
| Binary | 11100100 | 11010101 | 10001001 | 0 | 111 | 101000 | 1011 | 110010 | 111111 | 1001000 |
Color Harmonies of #E4D589
Complementary color
Monochromatic Colors of #E4D589
Black with #E4D589
Text Example
Text Example
White with #E4D589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D589; }
p { color: rgb(228,213,137); }
H1.HeaderClassName
{
color: #E4D589;
}
.AnyTagClassName
{
color: #E4D589;
}
</style>
background-color css
<style>
a { background-color: #E4D589; }
a { background-color: rgb(228,213,137); }
div.DivClassName
{
background-color: #E4D589;
}
.BgClassName
{
background-color: #E4D589;
}
</style>
border-color css
<style>
span { border-color: #E4D589; }
span { border-color: rgb(228,213,137); }
td.TdClassName
{
border-color: #E4D589;
}
.TagClassName
{
border-color: #E4D589;
}
</style>