Shades of Primrose #E8DC8E
Tints of Primrose #E8DC8E
RGB
CMYK
RGB Variations
Color information
#E8DC8E (or 0xE8DC8E) is known color: Primrose. HEX triplet: E8, DC and 8E. RGB value is (232,220,142). Sum of RGB (Red+Green+Blue) = 232+220+142=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DC8E is #172371. Grayscale: #D7D7D7. Windows color (decimal): -1516402 or 9362664. OLE color: 9362664.
HSL color Cylindrical-coordinate representation of color #E8DC8E: hue angle of 52º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E8DC8E is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 142 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.09 |
| HSL | 52º | 0.66% | 0.73% | - |
| HSV(B) | 52º | 0.39% | 0.91% | - |
| XYZ | 63.75 | 70.3 | 35.8 | - |
| YUV | 214.7 | 86.98 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 142 | 0 | 0.05 | 0.39 | 0.09 | 52 | 0.66 | 0.73 |
| Hex | E8 | DC | 8E | 0 | 5 | 27 | 9 | 34 | 42 | 49 |
| Octal | 350 | 334 | 216 | 0 | 5 | 47 | 11 | 64 | 102 | 111 |
| Binary | 11101000 | 11011100 | 10001110 | 0 | 101 | 100111 | 1001 | 110100 | 1000010 | 1001001 |
Color Harmonies of #E8DC8E
Complementary color
Monochromatic Colors of #E8DC8E
Black with #E8DC8E
Text Example
Text Example
White with #E8DC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DC8E; }
p { color: rgb(232,220,142); }
H1.HeaderClassName
{
color: #E8DC8E;
}
.AnyTagClassName
{
color: #E8DC8E;
}
</style>
background-color css
<style>
a { background-color: #E8DC8E; }
a { background-color: rgb(232,220,142); }
div.DivClassName
{
background-color: #E8DC8E;
}
.BgClassName
{
background-color: #E8DC8E;
}
</style>
border-color css
<style>
span { border-color: #E8DC8E; }
span { border-color: rgb(232,220,142); }
td.TdClassName
{
border-color: #E8DC8E;
}
.TagClassName
{
border-color: #E8DC8E;
}
</style>