Shades of Harvest Gold #E9AF73
Tints of Harvest Gold #E9AF73
RGB
CMYK
RGB Variations
Color information
#E9AF73 (or 0xE9AF73) is known color: Harvest Gold. HEX triplet: E9, AF and 73. RGB value is (233,175,115). Sum of RGB (Red+Green+Blue) = 233+175+115=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AF73 is #16508C. Grayscale: #B9B9B9. Windows color (decimal): -1462413 or 7581673. OLE color: 7581673.
HSL color Cylindrical-coordinate representation of color #E9AF73: hue angle of 30.51º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E9AF73 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 115 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.09 |
| HSL | 30.51º | 0.73% | 0.68% | - |
| HSV(B) | 30.51º | 0.51% | 0.91% | - |
| XYZ | 52.03 | 49.22 | 22.98 | - |
| YUV | 185.5 | 88.22 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 115 | 0 | 0.25 | 0.51 | 0.09 | 30.51 | 0.73 | 0.68 |
| Hex | E9 | AF | 73 | 0 | 19 | 33 | 9 | 1F | 49 | 44 |
| Octal | 351 | 257 | 163 | 0 | 31 | 63 | 11 | 37 | 111 | 104 |
| Binary | 11101001 | 10101111 | 1110011 | 0 | 11001 | 110011 | 1001 | 11111 | 1001001 | 1000100 |
Color Harmonies of #E9AF73
Complementary color
Monochromatic Colors of #E9AF73
Black with #E9AF73
Text Example
Text Example
White with #E9AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF73; }
p { color: rgb(233,175,115); }
H1.HeaderClassName
{
color: #E9AF73;
}
.AnyTagClassName
{
color: #E9AF73;
}
</style>
background-color css
<style>
a { background-color: #E9AF73; }
a { background-color: rgb(233,175,115); }
div.DivClassName
{
background-color: #E9AF73;
}
.BgClassName
{
background-color: #E9AF73;
}
</style>
border-color css
<style>
span { border-color: #E9AF73; }
span { border-color: rgb(233,175,115); }
td.TdClassName
{
border-color: #E9AF73;
}
.TagClassName
{
border-color: #E9AF73;
}
</style>