Shades of Primrose #E7D88D
Tints of Primrose #E7D88D
RGB
CMYK
RGB Variations
Color information
#E7D88D (or 0xE7D88D) is known color: Primrose. HEX triplet: E7, D8 and 8D. RGB value is (231,216,141). Sum of RGB (Red+Green+Blue) = 231+216+141=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D88D is #182772. Grayscale: #D4D4D4. Windows color (decimal): -1582963 or 9296103. OLE color: 9296103.
HSL color Cylindrical-coordinate representation of color #E7D88D: hue angle of 50º 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 #E7D88D is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 141 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.09 |
| HSL | 50º | 0.65% | 0.73% | - |
| HSV(B) | 50º | 0.39% | 0.91% | - |
| XYZ | 62.32 | 68.02 | 35.04 | - |
| YUV | 211.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 141 | 0 | 0.06 | 0.39 | 0.09 | 50 | 0.65 | 0.73 |
| Hex | E7 | D8 | 8D | 0 | 6 | 27 | 9 | 32 | 41 | 49 |
| Octal | 347 | 330 | 215 | 0 | 6 | 47 | 11 | 62 | 101 | 111 |
| Binary | 11100111 | 11011000 | 10001101 | 0 | 110 | 100111 | 1001 | 110010 | 1000001 | 1001001 |
Color Harmonies of #E7D88D
Complementary color
Monochromatic Colors of #E7D88D
Black with #E7D88D
Text Example
Text Example
White with #E7D88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D88D; }
p { color: rgb(231,216,141); }
H1.HeaderClassName
{
color: #E7D88D;
}
.AnyTagClassName
{
color: #E7D88D;
}
</style>
background-color css
<style>
a { background-color: #E7D88D; }
a { background-color: rgb(231,216,141); }
div.DivClassName
{
background-color: #E7D88D;
}
.BgClassName
{
background-color: #E7D88D;
}
</style>
border-color css
<style>
span { border-color: #E7D88D; }
span { border-color: rgb(231,216,141); }
td.TdClassName
{
border-color: #E7D88D;
}
.TagClassName
{
border-color: #E7D88D;
}
</style>