Shades of Primrose #E7D78E
Tints of Primrose #E7D78E
RGB
CMYK
RGB Variations
Color information
#E7D78E (or 0xE7D78E) is known color: Primrose. HEX triplet: E7, D7 and 8E. RGB value is (231,215,142). Sum of RGB (Red+Green+Blue) = 231+215+142=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D78E is #182871. Grayscale: #D3D3D3. Windows color (decimal): -1583218 or 9361383. OLE color: 9361383.
HSL color Cylindrical-coordinate representation of color #E7D78E: hue angle of 49.21º 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 #E7D78E is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 142 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.09 |
| HSL | 49.21º | 0.65% | 0.73% | - |
| HSV(B) | 49.21º | 0.39% | 0.91% | - |
| XYZ | 62.14 | 67.54 | 35.35 | - |
| YUV | 211.46 | 88.8 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 142 | 0 | 0.07 | 0.39 | 0.09 | 49.21 | 0.65 | 0.73 |
| Hex | E7 | D7 | 8E | 0 | 7 | 27 | 9 | 31 | 41 | 49 |
| Octal | 347 | 327 | 216 | 0 | 7 | 47 | 11 | 61 | 101 | 111 |
| Binary | 11100111 | 11010111 | 10001110 | 0 | 111 | 100111 | 1001 | 110001 | 1000001 | 1001001 |
Color Harmonies of #E7D78E
Complementary color
Monochromatic Colors of #E7D78E
Black with #E7D78E
Text Example
Text Example
White with #E7D78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D78E; }
p { color: rgb(231,215,142); }
H1.HeaderClassName
{
color: #E7D78E;
}
.AnyTagClassName
{
color: #E7D78E;
}
</style>
background-color css
<style>
a { background-color: #E7D78E; }
a { background-color: rgb(231,215,142); }
div.DivClassName
{
background-color: #E7D78E;
}
.BgClassName
{
background-color: #E7D78E;
}
</style>
border-color css
<style>
span { border-color: #E7D78E; }
span { border-color: rgb(231,215,142); }
td.TdClassName
{
border-color: #E7D78E;
}
.TagClassName
{
border-color: #E7D78E;
}
</style>