Shades of Primrose #E8D88E
Tints of Primrose #E8D88E
RGB
CMYK
RGB Variations
Color information
#E8D88E (or 0xE8D88E) is known color: Primrose. HEX triplet: E8, D8 and 8E. RGB value is (232,216,142). Sum of RGB (Red+Green+Blue) = 232+216+142=590 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.32% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D88E is #172771. Grayscale: #D4D4D4. Windows color (decimal): -1517426 or 9361640. OLE color: 9361640.
HSL color Cylindrical-coordinate representation of color #E8D88E: hue angle of 49.33º 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 #E8D88E is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 216 | 142 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.09 |
| HSL | 49.33º | 0.66% | 0.73% | - |
| HSV(B) | 49.33º | 0.39% | 0.91% | - |
| XYZ | 62.72 | 68.22 | 35.45 | - |
| YUV | 212.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 142 | 0 | 0.07 | 0.39 | 0.09 | 49.33 | 0.66 | 0.73 |
| Hex | E8 | D8 | 8E | 0 | 7 | 27 | 9 | 31 | 42 | 49 |
| Octal | 350 | 330 | 216 | 0 | 7 | 47 | 11 | 61 | 102 | 111 |
| Binary | 11101000 | 11011000 | 10001110 | 0 | 111 | 100111 | 1001 | 110001 | 1000010 | 1001001 |
Color Harmonies of #E8D88E
Complementary color
Monochromatic Colors of #E8D88E
Black with #E8D88E
Text Example
Text Example
White with #E8D88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D88E; }
p { color: rgb(232,216,142); }
H1.HeaderClassName
{
color: #E8D88E;
}
.AnyTagClassName
{
color: #E8D88E;
}
</style>
background-color css
<style>
a { background-color: #E8D88E; }
a { background-color: rgb(232,216,142); }
div.DivClassName
{
background-color: #E8D88E;
}
.BgClassName
{
background-color: #E8D88E;
}
</style>
border-color css
<style>
span { border-color: #E8D88E; }
span { border-color: rgb(232,216,142); }
td.TdClassName
{
border-color: #E8D88E;
}
.TagClassName
{
border-color: #E8D88E;
}
</style>