Shades of Primrose #E0D589
Tints of Primrose #E0D589
RGB
CMYK
RGB Variations
Color information
#E0D589 (or 0xE0D589) is known color: Primrose. HEX triplet: E0, D5 and 89. RGB value is (224,213,137). Sum of RGB (Red+Green+Blue) = 224+213+137=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 137 (53.91% from 255 or 23.87% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D589 is #1F2A76. Grayscale: #CFCFCF. Windows color (decimal): -2042487 or 9033184. OLE color: 9033184.
HSL color Cylindrical-coordinate representation of color #E0D589: hue angle of 52.41º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0D589 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 213 | 137 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.12 |
| HSL | 52.41º | 0.58% | 0.71% | - |
| HSV(B) | 52.41º | 0.39% | 0.88% | - |
| XYZ | 59.05 | 65.24 | 33.15 | - |
| YUV | 207.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 213 | 137 | 0 | 0.05 | 0.39 | 0.12 | 52.41 | 0.58 | 0.71 |
| Hex | E0 | D5 | 89 | 0 | 5 | 27 | C | 34 | 3A | 47 |
| Octal | 340 | 325 | 211 | 0 | 5 | 47 | 14 | 64 | 72 | 107 |
| Binary | 11100000 | 11010101 | 10001001 | 0 | 101 | 100111 | 1100 | 110100 | 111010 | 1000111 |
Color Harmonies of #E0D589
Complementary color
Monochromatic Colors of #E0D589
Black with #E0D589
Text Example
Text Example
White with #E0D589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D589; }
p { color: rgb(224,213,137); }
H1.HeaderClassName
{
color: #E0D589;
}
.AnyTagClassName
{
color: #E0D589;
}
</style>
background-color css
<style>
a { background-color: #E0D589; }
a { background-color: rgb(224,213,137); }
div.DivClassName
{
background-color: #E0D589;
}
.BgClassName
{
background-color: #E0D589;
}
</style>
border-color css
<style>
span { border-color: #E0D589; }
span { border-color: rgb(224,213,137); }
td.TdClassName
{
border-color: #E0D589;
}
.TagClassName
{
border-color: #E0D589;
}
</style>