Shades of Harvest Gold #E8AF6E
Tints of Harvest Gold #E8AF6E
RGB
CMYK
RGB Variations
Color information
#E8AF6E (or 0xE8AF6E) is known color: Harvest Gold. HEX triplet: E8, AF and 6E. RGB value is (232,175,110). Sum of RGB (Red+Green+Blue) = 232+175+110=517 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.87% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF6E is #175091. Grayscale: #B8B8B8. Windows color (decimal): -1527954 or 7253992. OLE color: 7253992.
HSL color Cylindrical-coordinate representation of color #E8AF6E: hue angle of 31.97º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8AF6E is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 110 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.09 |
| HSL | 31.97º | 0.73% | 0.67% | - |
| HSV(B) | 31.97º | 0.53% | 0.91% | - |
| XYZ | 51.42 | 48.94 | 21.49 | - |
| YUV | 184.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 110 | 0 | 0.25 | 0.53 | 0.09 | 31.97 | 0.73 | 0.67 |
| Hex | E8 | AF | 6E | 0 | 19 | 35 | 9 | 20 | 49 | 43 |
| Octal | 350 | 257 | 156 | 0 | 31 | 65 | 11 | 40 | 111 | 103 |
| Binary | 11101000 | 10101111 | 1101110 | 0 | 11001 | 110101 | 1001 | 100000 | 1001001 | 1000011 |
Color Harmonies of #E8AF6E
Complementary color
Monochromatic Colors of #E8AF6E
Black with #E8AF6E
Text Example
Text Example
White with #E8AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF6E; }
p { color: rgb(232,175,110); }
H1.HeaderClassName
{
color: #E8AF6E;
}
.AnyTagClassName
{
color: #E8AF6E;
}
</style>
background-color css
<style>
a { background-color: #E8AF6E; }
a { background-color: rgb(232,175,110); }
div.DivClassName
{
background-color: #E8AF6E;
}
.BgClassName
{
background-color: #E8AF6E;
}
</style>
border-color css
<style>
span { border-color: #E8AF6E; }
span { border-color: rgb(232,175,110); }
td.TdClassName
{
border-color: #E8AF6E;
}
.TagClassName
{
border-color: #E8AF6E;
}
</style>