Shades of Harvest Gold #E9AD6A
Tints of Harvest Gold #E9AD6A
RGB
CMYK
RGB Variations
Color information
#E9AD6A (or 0xE9AD6A) is known color: Harvest Gold. HEX triplet: E9, AD and 6A. RGB value is (233,173,106). Sum of RGB (Red+Green+Blue) = 233+173+106=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AD6A is #165295. Grayscale: #B7B7B7. Windows color (decimal): -1462934 or 6991337. OLE color: 6991337.
HSL color Cylindrical-coordinate representation of color #E9AD6A: hue angle of 31.65º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9AD6A is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 106 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.09 |
| HSL | 31.65º | 0.74% | 0.66% | - |
| HSV(B) | 31.65º | 0.55% | 0.91% | - |
| XYZ | 51.15 | 48.25 | 20.25 | - |
| YUV | 183.3 | 84.38 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 106 | 0 | 0.26 | 0.55 | 0.09 | 31.65 | 0.74 | 0.66 |
| Hex | E9 | AD | 6A | 0 | 1A | 37 | 9 | 20 | 4A | 42 |
| Octal | 351 | 255 | 152 | 0 | 32 | 67 | 11 | 40 | 112 | 102 |
| Binary | 11101001 | 10101101 | 1101010 | 0 | 11010 | 110111 | 1001 | 100000 | 1001010 | 1000010 |
Color Harmonies of #E9AD6A
Complementary color
Monochromatic Colors of #E9AD6A
Black with #E9AD6A
Text Example
Text Example
White with #E9AD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD6A; }
p { color: rgb(233,173,106); }
H1.HeaderClassName
{
color: #E9AD6A;
}
.AnyTagClassName
{
color: #E9AD6A;
}
</style>
background-color css
<style>
a { background-color: #E9AD6A; }
a { background-color: rgb(233,173,106); }
div.DivClassName
{
background-color: #E9AD6A;
}
.BgClassName
{
background-color: #E9AD6A;
}
</style>
border-color css
<style>
span { border-color: #E9AD6A; }
span { border-color: rgb(233,173,106); }
td.TdClassName
{
border-color: #E9AD6A;
}
.TagClassName
{
border-color: #E9AD6A;
}
</style>