Shades of Harvest Gold #E8AF6C
Tints of Harvest Gold #E8AF6C
RGB
CMYK
RGB Variations
Color information
#E8AF6C (or 0xE8AF6C) is known color: Harvest Gold. HEX triplet: E8, AF and 6C. RGB value is (232,175,108). Sum of RGB (Red+Green+Blue) = 232+175+108=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF6C is #175093. Grayscale: #B8B8B8. Windows color (decimal): -1527956 or 7122920. OLE color: 7122920.
HSL color Cylindrical-coordinate representation of color #E8AF6C: hue angle of 32.42º 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 #E8AF6C is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 108 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.09 |
| HSL | 32.42º | 0.73% | 0.67% | - |
| HSV(B) | 32.42º | 0.53% | 0.91% | - |
| XYZ | 51.32 | 48.9 | 20.92 | - |
| YUV | 184.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 108 | 0 | 0.25 | 0.53 | 0.09 | 32.42 | 0.73 | 0.67 |
| Hex | E8 | AF | 6C | 0 | 19 | 35 | 9 | 20 | 49 | 43 |
| Octal | 350 | 257 | 154 | 0 | 31 | 65 | 11 | 40 | 111 | 103 |
| Binary | 11101000 | 10101111 | 1101100 | 0 | 11001 | 110101 | 1001 | 100000 | 1001001 | 1000011 |
Color Harmonies of #E8AF6C
Complementary color
Monochromatic Colors of #E8AF6C
Black with #E8AF6C
Text Example
Text Example
White with #E8AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF6C; }
p { color: rgb(232,175,108); }
H1.HeaderClassName
{
color: #E8AF6C;
}
.AnyTagClassName
{
color: #E8AF6C;
}
</style>
background-color css
<style>
a { background-color: #E8AF6C; }
a { background-color: rgb(232,175,108); }
div.DivClassName
{
background-color: #E8AF6C;
}
.BgClassName
{
background-color: #E8AF6C;
}
</style>
border-color css
<style>
span { border-color: #E8AF6C; }
span { border-color: rgb(232,175,108); }
td.TdClassName
{
border-color: #E8AF6C;
}
.TagClassName
{
border-color: #E8AF6C;
}
</style>