Shades of Harvest Gold #E9BA66
Tints of Harvest Gold #E9BA66
RGB
CMYK
RGB Variations
Color information
#E9BA66 (or 0xE9BA66) is known color: Harvest Gold. HEX triplet: E9, BA and 66. RGB value is (233,186,102). Sum of RGB (Red+Green+Blue) = 233+186+102=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BA66 is #164599. Grayscale: #BEBEBE. Windows color (decimal): -1459610 or 6732521. OLE color: 6732521.
HSL color Cylindrical-coordinate representation of color #E9BA66: hue angle of 38.47º 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 #E9BA66 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 102 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.09 |
| HSL | 38.47º | 0.75% | 0.66% | - |
| HSV(B) | 38.47º | 0.56% | 0.91% | - |
| XYZ | 53.56 | 53.4 | 20.05 | - |
| YUV | 190.48 | 78.07 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 102 | 0 | 0.20 | 0.56 | 0.09 | 38.47 | 0.75 | 0.66 |
| Hex | E9 | BA | 66 | 0 | 14 | 38 | 9 | 26 | 4B | 42 |
| Octal | 351 | 272 | 146 | 0 | 24 | 70 | 11 | 46 | 113 | 102 |
| Binary | 11101001 | 10111010 | 1100110 | 0 | 10100 | 111000 | 1001 | 100110 | 1001011 | 1000010 |
Color Harmonies of #E9BA66
Complementary color
Monochromatic Colors of #E9BA66
Black with #E9BA66
Text Example
Text Example
White with #E9BA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BA66; }
p { color: rgb(233,186,102); }
H1.HeaderClassName
{
color: #E9BA66;
}
.AnyTagClassName
{
color: #E9BA66;
}
</style>
background-color css
<style>
a { background-color: #E9BA66; }
a { background-color: rgb(233,186,102); }
div.DivClassName
{
background-color: #E9BA66;
}
.BgClassName
{
background-color: #E9BA66;
}
</style>
border-color css
<style>
span { border-color: #E9BA66; }
span { border-color: rgb(233,186,102); }
td.TdClassName
{
border-color: #E9BA66;
}
.TagClassName
{
border-color: #E9BA66;
}
</style>