Shades of Harvest Gold #E8AD6E
Tints of Harvest Gold #E8AD6E
RGB
CMYK
RGB Variations
Color information
#E8AD6E (or 0xE8AD6E) is known color: Harvest Gold. HEX triplet: E8, AD and 6E. RGB value is (232,173,110). Sum of RGB (Red+Green+Blue) = 232+173+110=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AD6E is #175291. Grayscale: #B7B7B7. Windows color (decimal): -1528466 or 7253480. OLE color: 7253480.
HSL color Cylindrical-coordinate representation of color #E8AD6E: hue angle of 30.98º 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 #E8AD6E is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 173 | 110 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.09 |
| HSL | 30.98º | 0.73% | 0.67% | - |
| HSV(B) | 30.98º | 0.53% | 0.91% | - |
| XYZ | 51.04 | 48.17 | 21.36 | - |
| YUV | 183.46 | 86.55 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 110 | 0 | 0.25 | 0.53 | 0.09 | 30.98 | 0.73 | 0.67 |
| Hex | E8 | AD | 6E | 0 | 19 | 35 | 9 | 1F | 49 | 43 |
| Octal | 350 | 255 | 156 | 0 | 31 | 65 | 11 | 37 | 111 | 103 |
| Binary | 11101000 | 10101101 | 1101110 | 0 | 11001 | 110101 | 1001 | 11111 | 1001001 | 1000011 |
Color Harmonies of #E8AD6E
Complementary color
Monochromatic Colors of #E8AD6E
Black with #E8AD6E
Text Example
Text Example
White with #E8AD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AD6E; }
p { color: rgb(232,173,110); }
H1.HeaderClassName
{
color: #E8AD6E;
}
.AnyTagClassName
{
color: #E8AD6E;
}
</style>
background-color css
<style>
a { background-color: #E8AD6E; }
a { background-color: rgb(232,173,110); }
div.DivClassName
{
background-color: #E8AD6E;
}
.BgClassName
{
background-color: #E8AD6E;
}
</style>
border-color css
<style>
span { border-color: #E8AD6E; }
span { border-color: rgb(232,173,110); }
td.TdClassName
{
border-color: #E8AD6E;
}
.TagClassName
{
border-color: #E8AD6E;
}
</style>