Shades of Primrose #E0DE8C
Tints of Primrose #E0DE8C
RGB
CMYK
RGB Variations
Color information
#E0DE8C (or 0xE0DE8C) is known color: Primrose. HEX triplet: E0, DE and 8C. RGB value is (224,222,140). Sum of RGB (Red+Green+Blue) = 224+222+140=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DE8C is #1F2173. Grayscale: #D5D5D5. Windows color (decimal): -2040180 or 9232096. OLE color: 9232096.
HSL color Cylindrical-coordinate representation of color #E0DE8C: hue angle of 58.57º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0DE8C is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 140 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.12 |
| HSL | 58.57º | 0.58% | 0.71% | - |
| HSV(B) | 58.57º | 0.38% | 0.88% | - |
| XYZ | 61.6 | 69.98 | 35.07 | - |
| YUV | 213.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 140 | 0 | 0.01 | 0.38 | 0.12 | 58.57 | 0.58 | 0.71 |
| Hex | E0 | DE | 8C | 0 | 1 | 26 | C | 3B | 3A | 47 |
| Octal | 340 | 336 | 214 | 0 | 1 | 46 | 14 | 73 | 72 | 107 |
| Binary | 11100000 | 11011110 | 10001100 | 0 | 1 | 100110 | 1100 | 111011 | 111010 | 1000111 |
Color Harmonies of #E0DE8C
Complementary color
Monochromatic Colors of #E0DE8C
Black with #E0DE8C
Text Example
Text Example
White with #E0DE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE8C; }
p { color: rgb(224,222,140); }
H1.HeaderClassName
{
color: #E0DE8C;
}
.AnyTagClassName
{
color: #E0DE8C;
}
</style>
background-color css
<style>
a { background-color: #E0DE8C; }
a { background-color: rgb(224,222,140); }
div.DivClassName
{
background-color: #E0DE8C;
}
.BgClassName
{
background-color: #E0DE8C;
}
</style>
border-color css
<style>
span { border-color: #E0DE8C; }
span { border-color: rgb(224,222,140); }
td.TdClassName
{
border-color: #E0DE8C;
}
.TagClassName
{
border-color: #E0DE8C;
}
</style>