Shades of Primrose #E7D88B
Tints of Primrose #E7D88B
RGB
CMYK
RGB Variations
Color information
#E7D88B (or 0xE7D88B) is known color: Primrose. HEX triplet: E7, D8 and 8B. RGB value is (231,216,139). Sum of RGB (Red+Green+Blue) = 231+216+139=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 139 (54.69% from 255 or 23.72% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D88B is #182774. Grayscale: #D4D4D4. Windows color (decimal): -1582965 or 9165031. OLE color: 9165031.
HSL color Cylindrical-coordinate representation of color #E7D88B: hue angle of 50.22º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7D88B is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 139 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.09 |
| HSL | 50.22º | 0.66% | 0.73% | - |
| HSV(B) | 50.22º | 0.4% | 0.91% | - |
| XYZ | 62.17 | 67.96 | 34.27 | - |
| YUV | 211.71 | 86.97 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 139 | 0 | 0.06 | 0.40 | 0.09 | 50.22 | 0.66 | 0.73 |
| Hex | E7 | D8 | 8B | 0 | 6 | 28 | 9 | 32 | 42 | 49 |
| Octal | 347 | 330 | 213 | 0 | 6 | 50 | 11 | 62 | 102 | 111 |
| Binary | 11100111 | 11011000 | 10001011 | 0 | 110 | 101000 | 1001 | 110010 | 1000010 | 1001001 |
Color Harmonies of #E7D88B
Complementary color
Monochromatic Colors of #E7D88B
Black with #E7D88B
Text Example
Text Example
White with #E7D88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D88B; }
p { color: rgb(231,216,139); }
H1.HeaderClassName
{
color: #E7D88B;
}
.AnyTagClassName
{
color: #E7D88B;
}
</style>
background-color css
<style>
a { background-color: #E7D88B; }
a { background-color: rgb(231,216,139); }
div.DivClassName
{
background-color: #E7D88B;
}
.BgClassName
{
background-color: #E7D88B;
}
</style>
border-color css
<style>
span { border-color: #E7D88B; }
span { border-color: rgb(231,216,139); }
td.TdClassName
{
border-color: #E7D88B;
}
.TagClassName
{
border-color: #E7D88B;
}
</style>