Shades of Harvest Gold #E8AF63
Tints of Harvest Gold #E8AF63
RGB
CMYK
RGB Variations
Color information
#E8AF63 (or 0xE8AF63) is known color: Harvest Gold. HEX triplet: E8, AF and 63. RGB value is (232,175,99). Sum of RGB (Red+Green+Blue) = 232+175+99=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF63 is #17509C. Grayscale: #B7B7B7. Windows color (decimal): -1527965 or 6533096. OLE color: 6533096.
HSL color Cylindrical-coordinate representation of color #E8AF63: hue angle of 34.29º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E8AF63 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 99 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.09 |
| HSL | 34.29º | 0.74% | 0.65% | - |
| HSV(B) | 34.29º | 0.57% | 0.91% | - |
| XYZ | 50.86 | 48.72 | 18.53 | - |
| YUV | 183.38 | 80.38 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 99 | 0 | 0.25 | 0.57 | 0.09 | 34.29 | 0.74 | 0.65 |
| Hex | E8 | AF | 63 | 0 | 19 | 39 | 9 | 22 | 4A | 41 |
| Octal | 350 | 257 | 143 | 0 | 31 | 71 | 11 | 42 | 112 | 101 |
| Binary | 11101000 | 10101111 | 1100011 | 0 | 11001 | 111001 | 1001 | 100010 | 1001010 | 1000001 |
Color Harmonies of #E8AF63
Complementary color
Monochromatic Colors of #E8AF63
Black with #E8AF63
Text Example
Text Example
White with #E8AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF63; }
p { color: rgb(232,175,99); }
H1.HeaderClassName
{
color: #E8AF63;
}
.AnyTagClassName
{
color: #E8AF63;
}
</style>
background-color css
<style>
a { background-color: #E8AF63; }
a { background-color: rgb(232,175,99); }
div.DivClassName
{
background-color: #E8AF63;
}
.BgClassName
{
background-color: #E8AF63;
}
</style>
border-color css
<style>
span { border-color: #E8AF63; }
span { border-color: rgb(232,175,99); }
td.TdClassName
{
border-color: #E8AF63;
}
.TagClassName
{
border-color: #E8AF63;
}
</style>