Shades of Harvest Gold #E9AD66
Tints of Harvest Gold #E9AD66
RGB
CMYK
RGB Variations
Color information
#E9AD66 (or 0xE9AD66) is known color: Harvest Gold. HEX triplet: E9, AD and 66. RGB value is (233,173,102). Sum of RGB (Red+Green+Blue) = 233+173+102=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AD66 is #165299. Grayscale: #B7B7B7. Windows color (decimal): -1462938 or 6729193. OLE color: 6729193.
HSL color Cylindrical-coordinate representation of color #E9AD66: hue angle of 32.52º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E9AD66 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 102 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.09 |
| HSL | 32.52º | 0.75% | 0.66% | - |
| HSV(B) | 32.52º | 0.56% | 0.91% | - |
| XYZ | 50.95 | 48.17 | 19.18 | - |
| YUV | 182.85 | 82.38 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 102 | 0 | 0.26 | 0.56 | 0.09 | 32.52 | 0.75 | 0.66 |
| Hex | E9 | AD | 66 | 0 | 1A | 38 | 9 | 21 | 4B | 42 |
| Octal | 351 | 255 | 146 | 0 | 32 | 70 | 11 | 41 | 113 | 102 |
| Binary | 11101001 | 10101101 | 1100110 | 0 | 11010 | 111000 | 1001 | 100001 | 1001011 | 1000010 |
Color Harmonies of #E9AD66
Complementary color
Monochromatic Colors of #E9AD66
Black with #E9AD66
Text Example
Text Example
White with #E9AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD66; }
p { color: rgb(233,173,102); }
H1.HeaderClassName
{
color: #E9AD66;
}
.AnyTagClassName
{
color: #E9AD66;
}
</style>
background-color css
<style>
a { background-color: #E9AD66; }
a { background-color: rgb(233,173,102); }
div.DivClassName
{
background-color: #E9AD66;
}
.BgClassName
{
background-color: #E9AD66;
}
</style>
border-color css
<style>
span { border-color: #E9AD66; }
span { border-color: rgb(233,173,102); }
td.TdClassName
{
border-color: #E9AD66;
}
.TagClassName
{
border-color: #E9AD66;
}
</style>