Shades of Primrose #E0DE89
Tints of Primrose #E0DE89
RGB
CMYK
RGB Variations
Color information
#E0DE89 (or 0xE0DE89) is known color: Primrose. HEX triplet: E0, DE and 89. RGB value is (224,222,137). Sum of RGB (Red+Green+Blue) = 224+222+137=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 137 (53.91% from 255 or 23.50% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DE89 is #1F2176. Grayscale: #D5D5D5. Windows color (decimal): -2040183 or 9035488. OLE color: 9035488.
HSL color Cylindrical-coordinate representation of color #E0DE89: hue angle of 58.62º 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 #E0DE89 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 137 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.12 |
| HSL | 58.62º | 0.58% | 0.71% | - |
| HSV(B) | 58.62º | 0.39% | 0.88% | - |
| XYZ | 61.38 | 69.9 | 33.92 | - |
| YUV | 212.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 137 | 0 | 0.01 | 0.39 | 0.12 | 58.62 | 0.58 | 0.71 |
| Hex | E0 | DE | 89 | 0 | 1 | 27 | C | 3B | 3A | 47 |
| Octal | 340 | 336 | 211 | 0 | 1 | 47 | 14 | 73 | 72 | 107 |
| Binary | 11100000 | 11011110 | 10001001 | 0 | 1 | 100111 | 1100 | 111011 | 111010 | 1000111 |
Color Harmonies of #E0DE89
Complementary color
Monochromatic Colors of #E0DE89
Black with #E0DE89
Text Example
Text Example
White with #E0DE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE89; }
p { color: rgb(224,222,137); }
H1.HeaderClassName
{
color: #E0DE89;
}
.AnyTagClassName
{
color: #E0DE89;
}
</style>
background-color css
<style>
a { background-color: #E0DE89; }
a { background-color: rgb(224,222,137); }
div.DivClassName
{
background-color: #E0DE89;
}
.BgClassName
{
background-color: #E0DE89;
}
</style>
border-color css
<style>
span { border-color: #E0DE89; }
span { border-color: rgb(224,222,137); }
td.TdClassName
{
border-color: #E0DE89;
}
.TagClassName
{
border-color: #E0DE89;
}
</style>