Shades of Primrose #E0DD92
Tints of Primrose #E0DD92
RGB
CMYK
RGB Variations
Color information
#E0DD92 (or 0xE0DD92) is known color: Primrose. HEX triplet: E0, DD and 92. RGB value is (224,221,146). Sum of RGB (Red+Green+Blue) = 224+221+146=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DD92 is #1F226D. Grayscale: #D5D5D5. Windows color (decimal): -2040430 or 9625056. OLE color: 9625056.
HSL color Cylindrical-coordinate representation of color #E0DD92: hue angle of 57.69º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0DD92 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 146 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.12 |
| HSL | 57.69º | 0.56% | 0.73% | - |
| HSV(B) | 57.69º | 0.35% | 0.88% | - |
| XYZ | 61.79 | 69.64 | 37.38 | - |
| YUV | 213.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 146 | 0 | 0.01 | 0.35 | 0.12 | 57.69 | 0.56 | 0.73 |
| Hex | E0 | DD | 92 | 0 | 1 | 23 | C | 3A | 38 | 49 |
| Octal | 340 | 335 | 222 | 0 | 1 | 43 | 14 | 72 | 70 | 111 |
| Binary | 11100000 | 11011101 | 10010010 | 0 | 1 | 100011 | 1100 | 111010 | 111000 | 1001001 |
Color Harmonies of #E0DD92
Complementary color
Monochromatic Colors of #E0DD92
Black with #E0DD92
Text Example
Text Example
White with #E0DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD92; }
p { color: rgb(224,221,146); }
H1.HeaderClassName
{
color: #E0DD92;
}
.AnyTagClassName
{
color: #E0DD92;
}
</style>
background-color css
<style>
a { background-color: #E0DD92; }
a { background-color: rgb(224,221,146); }
div.DivClassName
{
background-color: #E0DD92;
}
.BgClassName
{
background-color: #E0DD92;
}
</style>
border-color css
<style>
span { border-color: #E0DD92; }
span { border-color: rgb(224,221,146); }
td.TdClassName
{
border-color: #E0DD92;
}
.TagClassName
{
border-color: #E0DD92;
}
</style>