Shades of Harvest Gold #E7B16E
Tints of Harvest Gold #E7B16E
RGB
CMYK
RGB Variations
Color information
#E7B16E (or 0xE7B16E) is known color: Harvest Gold. HEX triplet: E7, B1 and 6E. RGB value is (231,177,110). Sum of RGB (Red+Green+Blue) = 231+177+110=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B16E is #184E91. Grayscale: #B9B9B9. Windows color (decimal): -1592978 or 7254503. OLE color: 7254503.
HSL color Cylindrical-coordinate representation of color #E7B16E: hue angle of 33.22º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7B16E is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 177 | 110 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.09 |
| HSL | 33.22º | 0.72% | 0.67% | - |
| HSV(B) | 33.22º | 0.52% | 0.91% | - |
| XYZ | 51.49 | 49.56 | 21.6 | - |
| YUV | 185.51 | 85.39 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 177 | 110 | 0 | 0.23 | 0.52 | 0.09 | 33.22 | 0.72 | 0.67 |
| Hex | E7 | B1 | 6E | 0 | 17 | 34 | 9 | 21 | 48 | 43 |
| Octal | 347 | 261 | 156 | 0 | 27 | 64 | 11 | 41 | 110 | 103 |
| Binary | 11100111 | 10110001 | 1101110 | 0 | 10111 | 110100 | 1001 | 100001 | 1001000 | 1000011 |
Color Harmonies of #E7B16E
Complementary color
Monochromatic Colors of #E7B16E
Black with #E7B16E
Text Example
Text Example
White with #E7B16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B16E; }
p { color: rgb(231,177,110); }
H1.HeaderClassName
{
color: #E7B16E;
}
.AnyTagClassName
{
color: #E7B16E;
}
</style>
background-color css
<style>
a { background-color: #E7B16E; }
a { background-color: rgb(231,177,110); }
div.DivClassName
{
background-color: #E7B16E;
}
.BgClassName
{
background-color: #E7B16E;
}
</style>
border-color css
<style>
span { border-color: #E7B16E; }
span { border-color: rgb(231,177,110); }
td.TdClassName
{
border-color: #E7B16E;
}
.TagClassName
{
border-color: #E7B16E;
}
</style>