Shades of Primrose #E7D88F
Tints of Primrose #E7D88F
RGB
CMYK
RGB Variations
Color information
#E7D88F (or 0xE7D88F) is known color: Primrose. HEX triplet: E7, D8 and 8F. RGB value is (231,216,143). Sum of RGB (Red+Green+Blue) = 231+216+143=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 143 (56.25% from 255 or 24.24% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D88F is #182770. Grayscale: #D4D4D4. Windows color (decimal): -1582961 or 9427175. OLE color: 9427175.
HSL color Cylindrical-coordinate representation of color #E7D88F: hue angle of 49.77º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7D88F is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 143 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.09 |
| HSL | 49.77º | 0.65% | 0.73% | - |
| HSV(B) | 49.77º | 0.38% | 0.91% | - |
| XYZ | 62.47 | 68.08 | 35.84 | - |
| YUV | 212.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 143 | 0 | 0.06 | 0.38 | 0.09 | 49.77 | 0.65 | 0.73 |
| Hex | E7 | D8 | 8F | 0 | 6 | 26 | 9 | 32 | 41 | 49 |
| Octal | 347 | 330 | 217 | 0 | 6 | 46 | 11 | 62 | 101 | 111 |
| Binary | 11100111 | 11011000 | 10001111 | 0 | 110 | 100110 | 1001 | 110010 | 1000001 | 1001001 |
Color Harmonies of #E7D88F
Complementary color
Monochromatic Colors of #E7D88F
Black with #E7D88F
Text Example
Text Example
White with #E7D88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D88F; }
p { color: rgb(231,216,143); }
H1.HeaderClassName
{
color: #E7D88F;
}
.AnyTagClassName
{
color: #E7D88F;
}
</style>
background-color css
<style>
a { background-color: #E7D88F; }
a { background-color: rgb(231,216,143); }
div.DivClassName
{
background-color: #E7D88F;
}
.BgClassName
{
background-color: #E7D88F;
}
</style>
border-color css
<style>
span { border-color: #E7D88F; }
span { border-color: rgb(231,216,143); }
td.TdClassName
{
border-color: #E7D88F;
}
.TagClassName
{
border-color: #E7D88F;
}
</style>