Shades of Primrose #E7D88E
Tints of Primrose #E7D88E
RGB
CMYK
RGB Variations
Color information
#E7D88E (or 0xE7D88E) is known color: Primrose. HEX triplet: E7, D8 and 8E. RGB value is (231,216,142). Sum of RGB (Red+Green+Blue) = 231+216+142=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D88E is #182771. Grayscale: #D4D4D4. Windows color (decimal): -1582962 or 9361639. OLE color: 9361639.
HSL color Cylindrical-coordinate representation of color #E7D88E: hue angle of 49.89º degrees, saturation: 0.65, 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 #E7D88E is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 142 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.09 |
| HSL | 49.89º | 0.65% | 0.73% | - |
| HSV(B) | 49.89º | 0.39% | 0.91% | - |
| XYZ | 62.39 | 68.05 | 35.44 | - |
| YUV | 212.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 142 | 0 | 0.06 | 0.39 | 0.09 | 49.89 | 0.65 | 0.73 |
| Hex | E7 | D8 | 8E | 0 | 6 | 27 | 9 | 32 | 41 | 49 |
| Octal | 347 | 330 | 216 | 0 | 6 | 47 | 11 | 62 | 101 | 111 |
| Binary | 11100111 | 11011000 | 10001110 | 0 | 110 | 100111 | 1001 | 110010 | 1000001 | 1001001 |
Color Harmonies of #E7D88E
Complementary color
Monochromatic Colors of #E7D88E
Black with #E7D88E
Text Example
Text Example
White with #E7D88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D88E; }
p { color: rgb(231,216,142); }
H1.HeaderClassName
{
color: #E7D88E;
}
.AnyTagClassName
{
color: #E7D88E;
}
</style>
background-color css
<style>
a { background-color: #E7D88E; }
a { background-color: rgb(231,216,142); }
div.DivClassName
{
background-color: #E7D88E;
}
.BgClassName
{
background-color: #E7D88E;
}
</style>
border-color css
<style>
span { border-color: #E7D88E; }
span { border-color: rgb(231,216,142); }
td.TdClassName
{
border-color: #E7D88E;
}
.TagClassName
{
border-color: #E7D88E;
}
</style>