Shades of Harvest Gold #E9AF70
Tints of Harvest Gold #E9AF70
RGB
CMYK
RGB Variations
Color information
#E9AF70 (or 0xE9AF70) is known color: Harvest Gold. HEX triplet: E9, AF and 70. RGB value is (233,175,112). Sum of RGB (Red+Green+Blue) = 233+175+112=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF70 is #16508F. Grayscale: #B9B9B9. Windows color (decimal): -1462416 or 7385065. OLE color: 7385065.
HSL color Cylindrical-coordinate representation of color #E9AF70: hue angle of 31.24º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E9AF70 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 112 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.09 |
| HSL | 31.24º | 0.73% | 0.68% | - |
| HSV(B) | 31.24º | 0.52% | 0.91% | - |
| XYZ | 51.86 | 49.15 | 22.08 | - |
| YUV | 185.16 | 86.72 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 112 | 0 | 0.25 | 0.52 | 0.09 | 31.24 | 0.73 | 0.68 |
| Hex | E9 | AF | 70 | 0 | 19 | 34 | 9 | 1F | 49 | 44 |
| Octal | 351 | 257 | 160 | 0 | 31 | 64 | 11 | 37 | 111 | 104 |
| Binary | 11101001 | 10101111 | 1110000 | 0 | 11001 | 110100 | 1001 | 11111 | 1001001 | 1000100 |
Color Harmonies of #E9AF70
Complementary color
Monochromatic Colors of #E9AF70
Black with #E9AF70
Text Example
Text Example
White with #E9AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF70; }
p { color: rgb(233,175,112); }
H1.HeaderClassName
{
color: #E9AF70;
}
.AnyTagClassName
{
color: #E9AF70;
}
</style>
background-color css
<style>
a { background-color: #E9AF70; }
a { background-color: rgb(233,175,112); }
div.DivClassName
{
background-color: #E9AF70;
}
.BgClassName
{
background-color: #E9AF70;
}
</style>
border-color css
<style>
span { border-color: #E9AF70; }
span { border-color: rgb(233,175,112); }
td.TdClassName
{
border-color: #E9AF70;
}
.TagClassName
{
border-color: #E9AF70;
}
</style>