Shades of Harvest Gold #E8AF68
Tints of Harvest Gold #E8AF68
RGB
CMYK
RGB Variations
Color information
#E8AF68 (or 0xE8AF68) is known color: Harvest Gold. HEX triplet: E8, AF and 68. RGB value is (232,175,104). Sum of RGB (Red+Green+Blue) = 232+175+104=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF68 is #175097. Grayscale: #B8B8B8. Windows color (decimal): -1527960 or 6860776. OLE color: 6860776.
HSL color Cylindrical-coordinate representation of color #E8AF68: hue angle of 33.28º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E8AF68 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 104 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.09 |
| HSL | 33.28º | 0.74% | 0.66% | - |
| HSV(B) | 33.28º | 0.55% | 0.91% | - |
| XYZ | 51.11 | 48.82 | 19.83 | - |
| YUV | 183.95 | 82.88 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 104 | 0 | 0.25 | 0.55 | 0.09 | 33.28 | 0.74 | 0.66 |
| Hex | E8 | AF | 68 | 0 | 19 | 37 | 9 | 21 | 4A | 42 |
| Octal | 350 | 257 | 150 | 0 | 31 | 67 | 11 | 41 | 112 | 102 |
| Binary | 11101000 | 10101111 | 1101000 | 0 | 11001 | 110111 | 1001 | 100001 | 1001010 | 1000010 |
Color Harmonies of #E8AF68
Complementary color
Monochromatic Colors of #E8AF68
Black with #E8AF68
Text Example
Text Example
White with #E8AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF68; }
p { color: rgb(232,175,104); }
H1.HeaderClassName
{
color: #E8AF68;
}
.AnyTagClassName
{
color: #E8AF68;
}
</style>
background-color css
<style>
a { background-color: #E8AF68; }
a { background-color: rgb(232,175,104); }
div.DivClassName
{
background-color: #E8AF68;
}
.BgClassName
{
background-color: #E8AF68;
}
</style>
border-color css
<style>
span { border-color: #E8AF68; }
span { border-color: rgb(232,175,104); }
td.TdClassName
{
border-color: #E8AF68;
}
.TagClassName
{
border-color: #E8AF68;
}
</style>