Shades of Primrose #E0DD93
Tints of Primrose #E0DD93
RGB
CMYK
RGB Variations
Color information
#E0DD93 (or 0xE0DD93) is known color: Primrose. HEX triplet: E0, DD and 93. RGB value is (224,221,147). Sum of RGB (Red+Green+Blue) = 224+221+147=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DD93 is #1F226C. Grayscale: #D5D5D5. Windows color (decimal): -2040429 or 9690592. OLE color: 9690592.
HSL color Cylindrical-coordinate representation of color #E0DD93: hue angle of 57.66º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0DD93 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 147 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.12 |
| HSL | 57.66º | 0.55% | 0.73% | - |
| HSV(B) | 57.66º | 0.34% | 0.88% | - |
| XYZ | 61.86 | 69.67 | 37.79 | - |
| YUV | 213.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 147 | 0 | 0.01 | 0.34 | 0.12 | 57.66 | 0.55 | 0.73 |
| Hex | E0 | DD | 93 | 0 | 1 | 22 | C | 3A | 37 | 49 |
| Octal | 340 | 335 | 223 | 0 | 1 | 42 | 14 | 72 | 67 | 111 |
| Binary | 11100000 | 11011101 | 10010011 | 0 | 1 | 100010 | 1100 | 111010 | 110111 | 1001001 |
Color Harmonies of #E0DD93
Complementary color
Monochromatic Colors of #E0DD93
Black with #E0DD93
Text Example
Text Example
White with #E0DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD93; }
p { color: rgb(224,221,147); }
H1.HeaderClassName
{
color: #E0DD93;
}
.AnyTagClassName
{
color: #E0DD93;
}
</style>
background-color css
<style>
a { background-color: #E0DD93; }
a { background-color: rgb(224,221,147); }
div.DivClassName
{
background-color: #E0DD93;
}
.BgClassName
{
background-color: #E0DD93;
}
</style>
border-color css
<style>
span { border-color: #E0DD93; }
span { border-color: rgb(224,221,147); }
td.TdClassName
{
border-color: #E0DD93;
}
.TagClassName
{
border-color: #E0DD93;
}
</style>