Shades of Primrose #E0D58C
Tints of Primrose #E0D58C
RGB
CMYK
RGB Variations
Color information
#E0D58C (or 0xE0D58C) is known color: Primrose. HEX triplet: E0, D5 and 8C. RGB value is (224,213,140). Sum of RGB (Red+Green+Blue) = 224+213+140=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D58C is #1F2A73. Grayscale: #D0D0D0. Windows color (decimal): -2042484 or 9229792. OLE color: 9229792.
HSL color Cylindrical-coordinate representation of color #E0D58C: hue angle of 52.14º 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 #E0D58C is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 213 | 140 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.12 |
| HSL | 52.14º | 0.58% | 0.71% | - |
| HSV(B) | 52.14º | 0.38% | 0.88% | - |
| XYZ | 59.27 | 65.33 | 34.3 | - |
| YUV | 207.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 213 | 140 | 0 | 0.05 | 0.38 | 0.12 | 52.14 | 0.58 | 0.71 |
| Hex | E0 | D5 | 8C | 0 | 5 | 26 | C | 34 | 3A | 47 |
| Octal | 340 | 325 | 214 | 0 | 5 | 46 | 14 | 64 | 72 | 107 |
| Binary | 11100000 | 11010101 | 10001100 | 0 | 101 | 100110 | 1100 | 110100 | 111010 | 1000111 |
Color Harmonies of #E0D58C
Complementary color
Monochromatic Colors of #E0D58C
Black with #E0D58C
Text Example
Text Example
White with #E0D58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D58C; }
p { color: rgb(224,213,140); }
H1.HeaderClassName
{
color: #E0D58C;
}
.AnyTagClassName
{
color: #E0D58C;
}
</style>
background-color css
<style>
a { background-color: #E0D58C; }
a { background-color: rgb(224,213,140); }
div.DivClassName
{
background-color: #E0D58C;
}
.BgClassName
{
background-color: #E0D58C;
}
</style>
border-color css
<style>
span { border-color: #E0D58C; }
span { border-color: rgb(224,213,140); }
td.TdClassName
{
border-color: #E0D58C;
}
.TagClassName
{
border-color: #E0D58C;
}
</style>