Shades of Primrose #E0D886
Tints of Primrose #E0D886
RGB
CMYK
RGB Variations
Color information
#E0D886 (or 0xE0D886) is known color: Primrose. HEX triplet: E0, D8 and 86. RGB value is (224,216,134). Sum of RGB (Red+Green+Blue) = 224+216+134=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D886 is #1F2779. Grayscale: #D1D1D1. Windows color (decimal): -2041722 or 8837344. OLE color: 8837344.
HSL color Cylindrical-coordinate representation of color #E0D886: hue angle of 54.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0D886 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 134 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.12 |
| HSL | 54.67º | 0.59% | 0.7% | - |
| HSV(B) | 54.67º | 0.4% | 0.88% | - |
| XYZ | 59.6 | 66.68 | 32.28 | - |
| YUV | 209.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 134 | 0 | 0.04 | 0.40 | 0.12 | 54.67 | 0.59 | 0.7 |
| Hex | E0 | D8 | 86 | 0 | 4 | 28 | C | 37 | 3B | 46 |
| Octal | 340 | 330 | 206 | 0 | 4 | 50 | 14 | 67 | 73 | 106 |
| Binary | 11100000 | 11011000 | 10000110 | 0 | 100 | 101000 | 1100 | 110111 | 111011 | 1000110 |
Color Harmonies of #E0D886
Complementary color
Monochromatic Colors of #E0D886
Black with #E0D886
Text Example
Text Example
White with #E0D886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D886; }
p { color: rgb(224,216,134); }
H1.HeaderClassName
{
color: #E0D886;
}
.AnyTagClassName
{
color: #E0D886;
}
</style>
background-color css
<style>
a { background-color: #E0D886; }
a { background-color: rgb(224,216,134); }
div.DivClassName
{
background-color: #E0D886;
}
.BgClassName
{
background-color: #E0D886;
}
</style>
border-color css
<style>
span { border-color: #E0D886; }
span { border-color: rgb(224,216,134); }
td.TdClassName
{
border-color: #E0D886;
}
.TagClassName
{
border-color: #E0D886;
}
</style>