Shades of Harvest Gold #E7AD62
Tints of Harvest Gold #E7AD62
RGB
CMYK
RGB Variations
Color information
#E7AD62 (or 0xE7AD62) is known color: Harvest Gold. HEX triplet: E7, AD and 62. RGB value is (231,173,98). Sum of RGB (Red+Green+Blue) = 231+173+98=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AD62 is #18529D. Grayscale: #B6B6B6. Windows color (decimal): -1594014 or 6467047. OLE color: 6467047.
HSL color Cylindrical-coordinate representation of color #E7AD62: hue angle of 33.83º 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 #E7AD62 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 98 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.09 |
| HSL | 33.83º | 0.73% | 0.65% | - |
| HSV(B) | 33.83º | 0.58% | 0.91% | - |
| XYZ | 50.1 | 47.76 | 18.13 | - |
| YUV | 181.79 | 80.72 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 98 | 0 | 0.25 | 0.58 | 0.09 | 33.83 | 0.73 | 0.65 |
| Hex | E7 | AD | 62 | 0 | 19 | 3A | 9 | 22 | 49 | 41 |
| Octal | 347 | 255 | 142 | 0 | 31 | 72 | 11 | 42 | 111 | 101 |
| Binary | 11100111 | 10101101 | 1100010 | 0 | 11001 | 111010 | 1001 | 100010 | 1001001 | 1000001 |
Color Harmonies of #E7AD62
Complementary color
Monochromatic Colors of #E7AD62
Black with #E7AD62
Text Example
Text Example
White with #E7AD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD62; }
p { color: rgb(231,173,98); }
H1.HeaderClassName
{
color: #E7AD62;
}
.AnyTagClassName
{
color: #E7AD62;
}
</style>
background-color css
<style>
a { background-color: #E7AD62; }
a { background-color: rgb(231,173,98); }
div.DivClassName
{
background-color: #E7AD62;
}
.BgClassName
{
background-color: #E7AD62;
}
</style>
border-color css
<style>
span { border-color: #E7AD62; }
span { border-color: rgb(231,173,98); }
td.TdClassName
{
border-color: #E7AD62;
}
.TagClassName
{
border-color: #E7AD62;
}
</style>