Shades of Harvest Gold #E8AF6D
Tints of Harvest Gold #E8AF6D
RGB
CMYK
RGB Variations
Color information
#E8AF6D (or 0xE8AF6D) is known color: Harvest Gold. HEX triplet: E8, AF and 6D. RGB value is (232,175,109). Sum of RGB (Red+Green+Blue) = 232+175+109=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF6D is #175092. Grayscale: #B8B8B8. Windows color (decimal): -1527955 or 7188456. OLE color: 7188456.
HSL color Cylindrical-coordinate representation of color #E8AF6D: hue angle of 32.2º 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 #E8AF6D is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 109 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.09 |
| HSL | 32.2º | 0.73% | 0.67% | - |
| HSV(B) | 32.2º | 0.53% | 0.91% | - |
| XYZ | 51.37 | 48.92 | 21.2 | - |
| YUV | 184.52 | 85.38 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 109 | 0 | 0.25 | 0.53 | 0.09 | 32.2 | 0.73 | 0.67 |
| Hex | E8 | AF | 6D | 0 | 19 | 35 | 9 | 20 | 49 | 43 |
| Octal | 350 | 257 | 155 | 0 | 31 | 65 | 11 | 40 | 111 | 103 |
| Binary | 11101000 | 10101111 | 1101101 | 0 | 11001 | 110101 | 1001 | 100000 | 1001001 | 1000011 |
Color Harmonies of #E8AF6D
Complementary color
Monochromatic Colors of #E8AF6D
Black with #E8AF6D
Text Example
Text Example
White with #E8AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF6D; }
p { color: rgb(232,175,109); }
H1.HeaderClassName
{
color: #E8AF6D;
}
.AnyTagClassName
{
color: #E8AF6D;
}
</style>
background-color css
<style>
a { background-color: #E8AF6D; }
a { background-color: rgb(232,175,109); }
div.DivClassName
{
background-color: #E8AF6D;
}
.BgClassName
{
background-color: #E8AF6D;
}
</style>
border-color css
<style>
span { border-color: #E8AF6D; }
span { border-color: rgb(232,175,109); }
td.TdClassName
{
border-color: #E8AF6D;
}
.TagClassName
{
border-color: #E8AF6D;
}
</style>