Shades of Primrose #E0DD91
Tints of Primrose #E0DD91
RGB
CMYK
RGB Variations
Color information
#E0DD91 (or 0xE0DD91) is known color: Primrose. HEX triplet: E0, DD and 91. RGB value is (224,221,145). Sum of RGB (Red+Green+Blue) = 224+221+145=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 145 (57.03% from 255 or 24.58% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DD91 is #1F226E. Grayscale: #D5D5D5. Windows color (decimal): -2040431 or 9559520. OLE color: 9559520.
HSL color Cylindrical-coordinate representation of color #E0DD91: hue angle of 57.72º 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 #E0DD91 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 145 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.12 |
| HSL | 57.72º | 0.56% | 0.72% | - |
| HSV(B) | 57.72º | 0.35% | 0.88% | - |
| XYZ | 61.71 | 69.6 | 36.97 | - |
| YUV | 213.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 145 | 0 | 0.01 | 0.35 | 0.12 | 57.72 | 0.56 | 0.72 |
| Hex | E0 | DD | 91 | 0 | 1 | 23 | C | 3A | 38 | 48 |
| Octal | 340 | 335 | 221 | 0 | 1 | 43 | 14 | 72 | 70 | 110 |
| Binary | 11100000 | 11011101 | 10010001 | 0 | 1 | 100011 | 1100 | 111010 | 111000 | 1001000 |
Color Harmonies of #E0DD91
Complementary color
Monochromatic Colors of #E0DD91
Black with #E0DD91
Text Example
Text Example
White with #E0DD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD91; }
p { color: rgb(224,221,145); }
H1.HeaderClassName
{
color: #E0DD91;
}
.AnyTagClassName
{
color: #E0DD91;
}
</style>
background-color css
<style>
a { background-color: #E0DD91; }
a { background-color: rgb(224,221,145); }
div.DivClassName
{
background-color: #E0DD91;
}
.BgClassName
{
background-color: #E0DD91;
}
</style>
border-color css
<style>
span { border-color: #E0DD91; }
span { border-color: rgb(224,221,145); }
td.TdClassName
{
border-color: #E0DD91;
}
.TagClassName
{
border-color: #E0DD91;
}
</style>