Shades of Primrose #E8DF86
Tints of Primrose #E8DF86
RGB
CMYK
RGB Variations
Color information
#E8DF86 (or 0xE8DF86) is known color: Primrose. HEX triplet: E8, DF and 86. RGB value is (232,223,134). Sum of RGB (Red+Green+Blue) = 232+223+134=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DF86 is #172079. Grayscale: #D7D7D7. Windows color (decimal): -1515642 or 8839144. OLE color: 8839144.
HSL color Cylindrical-coordinate representation of color #E8DF86: hue angle of 54.49º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E8DF86 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 134 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.09 |
| HSL | 54.49º | 0.68% | 0.72% | - |
| HSV(B) | 54.49º | 0.42% | 0.91% | - |
| XYZ | 63.97 | 71.65 | 33.01 | - |
| YUV | 215.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 134 | 0 | 0.04 | 0.42 | 0.09 | 54.49 | 0.68 | 0.72 |
| Hex | E8 | DF | 86 | 0 | 4 | 2A | 9 | 36 | 44 | 48 |
| Octal | 350 | 337 | 206 | 0 | 4 | 52 | 11 | 66 | 104 | 110 |
| Binary | 11101000 | 11011111 | 10000110 | 0 | 100 | 101010 | 1001 | 110110 | 1000100 | 1001000 |
Color Harmonies of #E8DF86
Complementary color
Monochromatic Colors of #E8DF86
Black with #E8DF86
Text Example
Text Example
White with #E8DF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF86; }
p { color: rgb(232,223,134); }
H1.HeaderClassName
{
color: #E8DF86;
}
.AnyTagClassName
{
color: #E8DF86;
}
</style>
background-color css
<style>
a { background-color: #E8DF86; }
a { background-color: rgb(232,223,134); }
div.DivClassName
{
background-color: #E8DF86;
}
.BgClassName
{
background-color: #E8DF86;
}
</style>
border-color css
<style>
span { border-color: #E8DF86; }
span { border-color: rgb(232,223,134); }
td.TdClassName
{
border-color: #E8DF86;
}
.TagClassName
{
border-color: #E8DF86;
}
</style>