Shades of Primrose #E0DB90
Tints of Primrose #E0DB90
RGB
CMYK
RGB Variations
Color information
#E0DB90 (or 0xE0DB90) is known color: Primrose. HEX triplet: E0, DB and 90. RGB value is (224,219,144). Sum of RGB (Red+Green+Blue) = 224+219+144=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DB90 is #1F246F. Grayscale: #D4D4D4. Windows color (decimal): -2040944 or 9493472. OLE color: 9493472.
HSL color Cylindrical-coordinate representation of color #E0DB90: hue angle of 56.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0DB90 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 144 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.12 |
| HSL | 56.25º | 0.56% | 0.72% | - |
| HSV(B) | 56.25º | 0.36% | 0.88% | - |
| XYZ | 61.11 | 68.52 | 36.39 | - |
| YUV | 211.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 144 | 0 | 0.02 | 0.36 | 0.12 | 56.25 | 0.56 | 0.72 |
| Hex | E0 | DB | 90 | 0 | 2 | 24 | C | 38 | 38 | 48 |
| Octal | 340 | 333 | 220 | 0 | 2 | 44 | 14 | 70 | 70 | 110 |
| Binary | 11100000 | 11011011 | 10010000 | 0 | 10 | 100100 | 1100 | 111000 | 111000 | 1001000 |
Color Harmonies of #E0DB90
Complementary color
Monochromatic Colors of #E0DB90
Black with #E0DB90
Text Example
Text Example
White with #E0DB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DB90; }
p { color: rgb(224,219,144); }
H1.HeaderClassName
{
color: #E0DB90;
}
.AnyTagClassName
{
color: #E0DB90;
}
</style>
background-color css
<style>
a { background-color: #E0DB90; }
a { background-color: rgb(224,219,144); }
div.DivClassName
{
background-color: #E0DB90;
}
.BgClassName
{
background-color: #E0DB90;
}
</style>
border-color css
<style>
span { border-color: #E0DB90; }
span { border-color: rgb(224,219,144); }
td.TdClassName
{
border-color: #E0DB90;
}
.TagClassName
{
border-color: #E0DB90;
}
</style>