Shades of Primrose #E0DE9C
Tints of Primrose #E0DE9C
RGB
CMYK
RGB Variations
Color information
#E0DE9C (or 0xE0DE9C) is known color: Primrose. HEX triplet: E0, DE and 9C. RGB value is (224,222,156). Sum of RGB (Red+Green+Blue) = 224+222+156=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DE9C is #1F2163. Grayscale: #D7D7D7. Windows color (decimal): -2040164 or 10280672. OLE color: 10280672.
HSL color Cylindrical-coordinate representation of color #E0DE9C: hue angle of 58.24º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0DE9C is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 156 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.12 |
| HSL | 58.24º | 0.52% | 0.75% | - |
| HSV(B) | 58.24º | 0.3% | 0.88% | - |
| XYZ | 62.86 | 70.49 | 41.75 | - |
| YUV | 215.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 156 | 0 | 0.01 | 0.30 | 0.12 | 58.24 | 0.52 | 0.75 |
| Hex | E0 | DE | 9C | 0 | 1 | 1E | C | 3A | 34 | 4B |
| Octal | 340 | 336 | 234 | 0 | 1 | 36 | 14 | 72 | 64 | 113 |
| Binary | 11100000 | 11011110 | 10011100 | 0 | 1 | 11110 | 1100 | 111010 | 110100 | 1001011 |
Color Harmonies of #E0DE9C
Complementary color
Monochromatic Colors of #E0DE9C
Black with #E0DE9C
Text Example
Text Example
White with #E0DE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE9C; }
p { color: rgb(224,222,156); }
H1.HeaderClassName
{
color: #E0DE9C;
}
.AnyTagClassName
{
color: #E0DE9C;
}
</style>
background-color css
<style>
a { background-color: #E0DE9C; }
a { background-color: rgb(224,222,156); }
div.DivClassName
{
background-color: #E0DE9C;
}
.BgClassName
{
background-color: #E0DE9C;
}
</style>
border-color css
<style>
span { border-color: #E0DE9C; }
span { border-color: rgb(224,222,156); }
td.TdClassName
{
border-color: #E0DE9C;
}
.TagClassName
{
border-color: #E0DE9C;
}
</style>