Shades of Primrose #E0DB91
Tints of Primrose #E0DB91
RGB
CMYK
RGB Variations
Color information
#E0DB91 (or 0xE0DB91) is known color: Primrose. HEX triplet: E0, DB and 91. RGB value is (224,219,145). Sum of RGB (Red+Green+Blue) = 224+219+145=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DB91 is #1F246E. Grayscale: #D4D4D4. Windows color (decimal): -2040943 or 9559008. OLE color: 9559008.
HSL color Cylindrical-coordinate representation of color #E0DB91: hue angle of 56.2º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0DB91 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 145 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.12 |
| HSL | 56.2º | 0.56% | 0.72% | - |
| HSV(B) | 56.2º | 0.35% | 0.88% | - |
| XYZ | 61.18 | 68.55 | 36.8 | - |
| YUV | 212.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 145 | 0 | 0.02 | 0.35 | 0.12 | 56.2 | 0.56 | 0.72 |
| Hex | E0 | DB | 91 | 0 | 2 | 23 | C | 38 | 38 | 48 |
| Octal | 340 | 333 | 221 | 0 | 2 | 43 | 14 | 70 | 70 | 110 |
| Binary | 11100000 | 11011011 | 10010001 | 0 | 10 | 100011 | 1100 | 111000 | 111000 | 1001000 |
Color Harmonies of #E0DB91
Complementary color
Monochromatic Colors of #E0DB91
Black with #E0DB91
Text Example
Text Example
White with #E0DB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DB91; }
p { color: rgb(224,219,145); }
H1.HeaderClassName
{
color: #E0DB91;
}
.AnyTagClassName
{
color: #E0DB91;
}
</style>
background-color css
<style>
a { background-color: #E0DB91; }
a { background-color: rgb(224,219,145); }
div.DivClassName
{
background-color: #E0DB91;
}
.BgClassName
{
background-color: #E0DB91;
}
</style>
border-color css
<style>
span { border-color: #E0DB91; }
span { border-color: rgb(224,219,145); }
td.TdClassName
{
border-color: #E0DB91;
}
.TagClassName
{
border-color: #E0DB91;
}
</style>