Shades of Harvest Gold #E7B76E
Tints of Harvest Gold #E7B76E
RGB
CMYK
RGB Variations
Color information
#E7B76E (or 0xE7B76E) is known color: Harvest Gold. HEX triplet: E7, B7 and 6E. RGB value is (231,183,110). Sum of RGB (Red+Green+Blue) = 231+183+110=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B76E is #184891. Grayscale: #BDBDBD. Windows color (decimal): -1591442 or 7256039. OLE color: 7256039.
HSL color Cylindrical-coordinate representation of color #E7B76E: hue angle of 36.2º 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 #E7B76E is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 183 | 110 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.09 |
| HSL | 36.2º | 0.72% | 0.67% | - |
| HSV(B) | 36.2º | 0.52% | 0.91% | - |
| XYZ | 52.7 | 51.98 | 22.01 | - |
| YUV | 189.03 | 83.4 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 183 | 110 | 0 | 0.21 | 0.52 | 0.09 | 36.2 | 0.72 | 0.67 |
| Hex | E7 | B7 | 6E | 0 | 15 | 34 | 9 | 24 | 48 | 43 |
| Octal | 347 | 267 | 156 | 0 | 25 | 64 | 11 | 44 | 110 | 103 |
| Binary | 11100111 | 10110111 | 1101110 | 0 | 10101 | 110100 | 1001 | 100100 | 1001000 | 1000011 |
Color Harmonies of #E7B76E
Complementary color
Monochromatic Colors of #E7B76E
Black with #E7B76E
Text Example
Text Example
White with #E7B76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B76E; }
p { color: rgb(231,183,110); }
H1.HeaderClassName
{
color: #E7B76E;
}
.AnyTagClassName
{
color: #E7B76E;
}
</style>
background-color css
<style>
a { background-color: #E7B76E; }
a { background-color: rgb(231,183,110); }
div.DivClassName
{
background-color: #E7B76E;
}
.BgClassName
{
background-color: #E7B76E;
}
</style>
border-color css
<style>
span { border-color: #E7B76E; }
span { border-color: rgb(231,183,110); }
td.TdClassName
{
border-color: #E7B76E;
}
.TagClassName
{
border-color: #E7B76E;
}
</style>