Shades of Primrose #E0E086
Tints of Primrose #E0E086
RGB
CMYK
RGB Variations
Color information
#E0E086 (or 0xE0E086) is known color: Primrose. HEX triplet: E0, E0 and 86. RGB value is (224,224,134). Sum of RGB (Red+Green+Blue) = 224+224+134=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E086 is #1F1F79. Grayscale: #D6D6D6. Windows color (decimal): -2039674 or 8839392. OLE color: 8839392.
HSL color Cylindrical-coordinate representation of color #E0E086: hue angle of 60º 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 #E0E086 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 224 | 134 | - |
| CMYK | 0 | 0 | 0.40 | 0.12 |
| HSL | 60º | 0.59% | 0.7% | - |
| HSV(B) | 60º | 0.4% | 0.88% | - |
| XYZ | 61.7 | 70.88 | 32.98 | - |
| YUV | 213.74 | 83 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 224 | 134 | 0 | 0 | 0.40 | 0.12 | 60 | 0.59 | 0.7 |
| Hex | E0 | E0 | 86 | 0 | 0 | 28 | C | 3C | 3B | 46 |
| Octal | 340 | 340 | 206 | 0 | 0 | 50 | 14 | 74 | 73 | 106 |
| Binary | 11100000 | 11100000 | 10000110 | 0 | 0 | 101000 | 1100 | 111100 | 111011 | 1000110 |
Color Harmonies of #E0E086
Complementary color
Monochromatic Colors of #E0E086
Black with #E0E086
Text Example
Text Example
White with #E0E086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E086; }
p { color: rgb(224,224,134); }
H1.HeaderClassName
{
color: #E0E086;
}
.AnyTagClassName
{
color: #E0E086;
}
</style>
background-color css
<style>
a { background-color: #E0E086; }
a { background-color: rgb(224,224,134); }
div.DivClassName
{
background-color: #E0E086;
}
.BgClassName
{
background-color: #E0E086;
}
</style>
border-color css
<style>
span { border-color: #E0E086; }
span { border-color: rgb(224,224,134); }
td.TdClassName
{
border-color: #E0E086;
}
.TagClassName
{
border-color: #E0E086;
}
</style>