Shades of Primrose #E0DB99
Tints of Primrose #E0DB99
RGB
CMYK
RGB Variations
Color information
#E0DB99 (or 0xE0DB99) is known color: Primrose. HEX triplet: E0, DB and 99. RGB value is (224,219,153). Sum of RGB (Red+Green+Blue) = 224+219+153=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DB99 is #1F2466. Grayscale: #D5D5D5. Windows color (decimal): -2040935 or 10083296. OLE color: 10083296.
HSL color Cylindrical-coordinate representation of color #E0DB99: hue angle of 55.77º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0DB99 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 153 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.12 |
| HSL | 55.77º | 0.53% | 0.74% | - |
| HSV(B) | 55.77º | 0.32% | 0.88% | - |
| XYZ | 61.82 | 68.81 | 40.16 | - |
| YUV | 212.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 153 | 0 | 0.02 | 0.32 | 0.12 | 55.77 | 0.53 | 0.74 |
| Hex | E0 | DB | 99 | 0 | 2 | 20 | C | 38 | 35 | 4A |
| Octal | 340 | 333 | 231 | 0 | 2 | 40 | 14 | 70 | 65 | 112 |
| Binary | 11100000 | 11011011 | 10011001 | 0 | 10 | 100000 | 1100 | 111000 | 110101 | 1001010 |
Color Harmonies of #E0DB99
Complementary color
Monochromatic Colors of #E0DB99
Black with #E0DB99
Text Example
Text Example
White with #E0DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DB99; }
p { color: rgb(224,219,153); }
H1.HeaderClassName
{
color: #E0DB99;
}
.AnyTagClassName
{
color: #E0DB99;
}
</style>
background-color css
<style>
a { background-color: #E0DB99; }
a { background-color: rgb(224,219,153); }
div.DivClassName
{
background-color: #E0DB99;
}
.BgClassName
{
background-color: #E0DB99;
}
</style>
border-color css
<style>
span { border-color: #E0DB99; }
span { border-color: rgb(224,219,153); }
td.TdClassName
{
border-color: #E0DB99;
}
.TagClassName
{
border-color: #E0DB99;
}
</style>