Shades of Harvest Gold #E8AB62
Tints of Harvest Gold #E8AB62
RGB
CMYK
RGB Variations
Color information
#E8AB62 (or 0xE8AB62) is known color: Harvest Gold. HEX triplet: E8, AB and 62. RGB value is (232,171,98). Sum of RGB (Red+Green+Blue) = 232+171+98=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AB62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AB62 is #17549D. Grayscale: #B5B5B5. Windows color (decimal): -1528990 or 6466536. OLE color: 6466536.
HSL color Cylindrical-coordinate representation of color #E8AB62: hue angle of 32.69º degrees, saturation: 0.74, 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 #E8AB62 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 171 | 98 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.09 |
| HSL | 32.69º | 0.74% | 0.65% | - |
| HSV(B) | 32.69º | 0.58% | 0.91% | - |
| XYZ | 50.05 | 47.16 | 18.02 | - |
| YUV | 180.92 | 81.21 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 98 | 0 | 0.26 | 0.58 | 0.09 | 32.69 | 0.74 | 0.65 |
| Hex | E8 | AB | 62 | 0 | 1A | 3A | 9 | 21 | 4A | 41 |
| Octal | 350 | 253 | 142 | 0 | 32 | 72 | 11 | 41 | 112 | 101 |
| Binary | 11101000 | 10101011 | 1100010 | 0 | 11010 | 111010 | 1001 | 100001 | 1001010 | 1000001 |
Color Harmonies of #E8AB62
Complementary color
Monochromatic Colors of #E8AB62
Black with #E8AB62
Text Example
Text Example
White with #E8AB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AB62; }
p { color: rgb(232,171,98); }
H1.HeaderClassName
{
color: #E8AB62;
}
.AnyTagClassName
{
color: #E8AB62;
}
</style>
background-color css
<style>
a { background-color: #E8AB62; }
a { background-color: rgb(232,171,98); }
div.DivClassName
{
background-color: #E8AB62;
}
.BgClassName
{
background-color: #E8AB62;
}
</style>
border-color css
<style>
span { border-color: #E8AB62; }
span { border-color: rgb(232,171,98); }
td.TdClassName
{
border-color: #E8AB62;
}
.TagClassName
{
border-color: #E8AB62;
}
</style>