Shades of Harvest Gold #E7B462
Tints of Harvest Gold #E7B462
RGB
CMYK
RGB Variations
Color information
#E7B462 (or 0xE7B462) is known color: Harvest Gold. HEX triplet: E7, B4 and 62. RGB value is (231,180,98). Sum of RGB (Red+Green+Blue) = 231+180+98=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B462 is #184B9D. Grayscale: #BABABA. Windows color (decimal): -1592222 or 6468839. OLE color: 6468839.
HSL color Cylindrical-coordinate representation of color #E7B462: hue angle of 36.99º 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 #E7B462 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 98 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.09 |
| HSL | 36.99º | 0.73% | 0.65% | - |
| HSV(B) | 36.99º | 0.58% | 0.91% | - |
| XYZ | 51.48 | 50.51 | 18.59 | - |
| YUV | 185.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 98 | 0 | 0.22 | 0.58 | 0.09 | 36.99 | 0.73 | 0.65 |
| Hex | E7 | B4 | 62 | 0 | 16 | 3A | 9 | 25 | 49 | 41 |
| Octal | 347 | 264 | 142 | 0 | 26 | 72 | 11 | 45 | 111 | 101 |
| Binary | 11100111 | 10110100 | 1100010 | 0 | 10110 | 111010 | 1001 | 100101 | 1001001 | 1000001 |
Color Harmonies of #E7B462
Complementary color
Monochromatic Colors of #E7B462
Black with #E7B462
Text Example
Text Example
White with #E7B462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B462; }
p { color: rgb(231,180,98); }
H1.HeaderClassName
{
color: #E7B462;
}
.AnyTagClassName
{
color: #E7B462;
}
</style>
background-color css
<style>
a { background-color: #E7B462; }
a { background-color: rgb(231,180,98); }
div.DivClassName
{
background-color: #E7B462;
}
.BgClassName
{
background-color: #E7B462;
}
</style>
border-color css
<style>
span { border-color: #E7B462; }
span { border-color: rgb(231,180,98); }
td.TdClassName
{
border-color: #E7B462;
}
.TagClassName
{
border-color: #E7B462;
}
</style>