Shades of Harvest Gold #E9AD6E
Tints of Harvest Gold #E9AD6E
RGB
CMYK
RGB Variations
Color information
#E9AD6E (or 0xE9AD6E) is known color: Harvest Gold. HEX triplet: E9, AD and 6E. RGB value is (233,173,110). Sum of RGB (Red+Green+Blue) = 233+173+110=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AD6E is #165291. Grayscale: #B8B8B8. Windows color (decimal): -1462930 or 7253481. OLE color: 7253481.
HSL color Cylindrical-coordinate representation of color #E9AD6E: hue angle of 30.73º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9AD6E is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 110 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.09 |
| HSL | 30.73º | 0.74% | 0.67% | - |
| HSV(B) | 30.73º | 0.53% | 0.91% | - |
| XYZ | 51.36 | 48.34 | 21.37 | - |
| YUV | 183.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 110 | 0 | 0.26 | 0.53 | 0.09 | 30.73 | 0.74 | 0.67 |
| Hex | E9 | AD | 6E | 0 | 1A | 35 | 9 | 1F | 4A | 43 |
| Octal | 351 | 255 | 156 | 0 | 32 | 65 | 11 | 37 | 112 | 103 |
| Binary | 11101001 | 10101101 | 1101110 | 0 | 11010 | 110101 | 1001 | 11111 | 1001010 | 1000011 |
Color Harmonies of #E9AD6E
Complementary color
Monochromatic Colors of #E9AD6E
Black with #E9AD6E
Text Example
Text Example
White with #E9AD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD6E; }
p { color: rgb(233,173,110); }
H1.HeaderClassName
{
color: #E9AD6E;
}
.AnyTagClassName
{
color: #E9AD6E;
}
</style>
background-color css
<style>
a { background-color: #E9AD6E; }
a { background-color: rgb(233,173,110); }
div.DivClassName
{
background-color: #E9AD6E;
}
.BgClassName
{
background-color: #E9AD6E;
}
</style>
border-color css
<style>
span { border-color: #E9AD6E; }
span { border-color: rgb(233,173,110); }
td.TdClassName
{
border-color: #E9AD6E;
}
.TagClassName
{
border-color: #E9AD6E;
}
</style>