Shades of Harvest Gold #E8AF70
Tints of Harvest Gold #E8AF70
RGB
CMYK
RGB Variations
Color information
#E8AF70 (or 0xE8AF70) is known color: Harvest Gold. HEX triplet: E8, AF and 70. RGB value is (232,175,112). Sum of RGB (Red+Green+Blue) = 232+175+112=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF70 is #17508F. Grayscale: #B9B9B9. Windows color (decimal): -1527952 or 7385064. OLE color: 7385064.
HSL color Cylindrical-coordinate representation of color #E8AF70: hue angle of 31.5º 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 #E8AF70 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 112 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.09 |
| HSL | 31.5º | 0.72% | 0.67% | - |
| HSV(B) | 31.5º | 0.52% | 0.91% | - |
| XYZ | 51.53 | 48.99 | 22.07 | - |
| YUV | 184.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 112 | 0 | 0.25 | 0.52 | 0.09 | 31.5 | 0.72 | 0.67 |
| Hex | E8 | AF | 70 | 0 | 19 | 34 | 9 | 1F | 48 | 43 |
| Octal | 350 | 257 | 160 | 0 | 31 | 64 | 11 | 37 | 110 | 103 |
| Binary | 11101000 | 10101111 | 1110000 | 0 | 11001 | 110100 | 1001 | 11111 | 1001000 | 1000011 |
Color Harmonies of #E8AF70
Complementary color
Monochromatic Colors of #E8AF70
Black with #E8AF70
Text Example
Text Example
White with #E8AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF70; }
p { color: rgb(232,175,112); }
H1.HeaderClassName
{
color: #E8AF70;
}
.AnyTagClassName
{
color: #E8AF70;
}
</style>
background-color css
<style>
a { background-color: #E8AF70; }
a { background-color: rgb(232,175,112); }
div.DivClassName
{
background-color: #E8AF70;
}
.BgClassName
{
background-color: #E8AF70;
}
</style>
border-color css
<style>
span { border-color: #E8AF70; }
span { border-color: rgb(232,175,112); }
td.TdClassName
{
border-color: #E8AF70;
}
.TagClassName
{
border-color: #E8AF70;
}
</style>