Shades of Harvest Gold #E7B762
Tints of Harvest Gold #E7B762
RGB
CMYK
RGB Variations
Color information
#E7B762 (or 0xE7B762) is known color: Harvest Gold. HEX triplet: E7, B7 and 62. RGB value is (231,183,98). Sum of RGB (Red+Green+Blue) = 231+183+98=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B762 is #18489D. Grayscale: #BCBCBC. Windows color (decimal): -1591454 or 6469607. OLE color: 6469607.
HSL color Cylindrical-coordinate representation of color #E7B762: hue angle of 38.35º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7B762 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 183 | 98 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.09 |
| HSL | 38.35º | 0.73% | 0.65% | - |
| HSV(B) | 38.35º | 0.58% | 0.91% | - |
| XYZ | 52.09 | 51.74 | 18.8 | - |
| YUV | 187.66 | 77.4 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 183 | 98 | 0 | 0.21 | 0.58 | 0.09 | 38.35 | 0.73 | 0.65 |
| Hex | E7 | B7 | 62 | 0 | 15 | 3A | 9 | 26 | 49 | 41 |
| Octal | 347 | 267 | 142 | 0 | 25 | 72 | 11 | 46 | 111 | 101 |
| Binary | 11100111 | 10110111 | 1100010 | 0 | 10101 | 111010 | 1001 | 100110 | 1001001 | 1000001 |
Color Harmonies of #E7B762
Complementary color
Monochromatic Colors of #E7B762
Black with #E7B762
Text Example
Text Example
White with #E7B762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B762; }
p { color: rgb(231,183,98); }
H1.HeaderClassName
{
color: #E7B762;
}
.AnyTagClassName
{
color: #E7B762;
}
</style>
background-color css
<style>
a { background-color: #E7B762; }
a { background-color: rgb(231,183,98); }
div.DivClassName
{
background-color: #E7B762;
}
.BgClassName
{
background-color: #E7B762;
}
</style>
border-color css
<style>
span { border-color: #E7B762; }
span { border-color: rgb(231,183,98); }
td.TdClassName
{
border-color: #E7B762;
}
.TagClassName
{
border-color: #E7B762;
}
</style>