Shades of Primrose #E0D78D
Tints of Primrose #E0D78D
RGB
CMYK
RGB Variations
Color information
#E0D78D (or 0xE0D78D) is known color: Primrose. HEX triplet: E0, D7 and 8D. RGB value is (224,215,141). Sum of RGB (Red+Green+Blue) = 224+215+141=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D78D is #1F2872. Grayscale: #D1D1D1. Windows color (decimal): -2041971 or 9295840. OLE color: 9295840.
HSL color Cylindrical-coordinate representation of color #E0D78D: hue angle of 53.49º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0D78D is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 141 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.12 |
| HSL | 53.49º | 0.57% | 0.72% | - |
| HSV(B) | 53.49º | 0.37% | 0.88% | - |
| XYZ | 59.85 | 66.37 | 34.86 | - |
| YUV | 209.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 141 | 0 | 0.04 | 0.37 | 0.12 | 53.49 | 0.57 | 0.72 |
| Hex | E0 | D7 | 8D | 0 | 4 | 25 | C | 35 | 39 | 48 |
| Octal | 340 | 327 | 215 | 0 | 4 | 45 | 14 | 65 | 71 | 110 |
| Binary | 11100000 | 11010111 | 10001101 | 0 | 100 | 100101 | 1100 | 110101 | 111001 | 1001000 |
Color Harmonies of #E0D78D
Complementary color
Monochromatic Colors of #E0D78D
Black with #E0D78D
Text Example
Text Example
White with #E0D78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D78D; }
p { color: rgb(224,215,141); }
H1.HeaderClassName
{
color: #E0D78D;
}
.AnyTagClassName
{
color: #E0D78D;
}
</style>
background-color css
<style>
a { background-color: #E0D78D; }
a { background-color: rgb(224,215,141); }
div.DivClassName
{
background-color: #E0D78D;
}
.BgClassName
{
background-color: #E0D78D;
}
</style>
border-color css
<style>
span { border-color: #E0D78D; }
span { border-color: rgb(224,215,141); }
td.TdClassName
{
border-color: #E0D78D;
}
.TagClassName
{
border-color: #E0D78D;
}
</style>