Shades of Harvest Gold #E9AD70
Tints of Harvest Gold #E9AD70
RGB
CMYK
RGB Variations
Color information
#E9AD70 (or 0xE9AD70) is known color: Harvest Gold. HEX triplet: E9, AD and 70. RGB value is (233,173,112). Sum of RGB (Red+Green+Blue) = 233+173+112=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AD70 is #16528F. Grayscale: #B8B8B8. Windows color (decimal): -1462928 or 7384553. OLE color: 7384553.
HSL color Cylindrical-coordinate representation of color #E9AD70: hue angle of 30.25º 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 #E9AD70 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 112 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.09 |
| HSL | 30.25º | 0.73% | 0.68% | - |
| HSV(B) | 30.25º | 0.52% | 0.91% | - |
| XYZ | 51.47 | 48.38 | 21.95 | - |
| YUV | 183.99 | 87.38 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 112 | 0 | 0.26 | 0.52 | 0.09 | 30.25 | 0.73 | 0.68 |
| Hex | E9 | AD | 70 | 0 | 1A | 34 | 9 | 1E | 49 | 44 |
| Octal | 351 | 255 | 160 | 0 | 32 | 64 | 11 | 36 | 111 | 104 |
| Binary | 11101001 | 10101101 | 1110000 | 0 | 11010 | 110100 | 1001 | 11110 | 1001001 | 1000100 |
Color Harmonies of #E9AD70
Complementary color
Monochromatic Colors of #E9AD70
Black with #E9AD70
Text Example
Text Example
White with #E9AD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD70; }
p { color: rgb(233,173,112); }
H1.HeaderClassName
{
color: #E9AD70;
}
.AnyTagClassName
{
color: #E9AD70;
}
</style>
background-color css
<style>
a { background-color: #E9AD70; }
a { background-color: rgb(233,173,112); }
div.DivClassName
{
background-color: #E9AD70;
}
.BgClassName
{
background-color: #E9AD70;
}
</style>
border-color css
<style>
span { border-color: #E9AD70; }
span { border-color: rgb(233,173,112); }
td.TdClassName
{
border-color: #E9AD70;
}
.TagClassName
{
border-color: #E9AD70;
}
</style>