Shades of Harvest Gold #E9BA6D
Tints of Harvest Gold #E9BA6D
RGB
CMYK
RGB Variations
Color information
#E9BA6D (or 0xE9BA6D) is known color: Harvest Gold. HEX triplet: E9, BA and 6D. RGB value is (233,186,109). Sum of RGB (Red+Green+Blue) = 233+186+109=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BA6D is #164592. Grayscale: #BFBFBF. Windows color (decimal): -1459603 or 7191273. OLE color: 7191273.
HSL color Cylindrical-coordinate representation of color #E9BA6D: hue angle of 37.26º 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 #E9BA6D is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 109 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.09 |
| HSL | 37.26º | 0.74% | 0.67% | - |
| HSV(B) | 37.26º | 0.53% | 0.91% | - |
| XYZ | 53.92 | 53.55 | 21.96 | - |
| YUV | 191.28 | 81.57 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 109 | 0 | 0.20 | 0.53 | 0.09 | 37.26 | 0.74 | 0.67 |
| Hex | E9 | BA | 6D | 0 | 14 | 35 | 9 | 25 | 4A | 43 |
| Octal | 351 | 272 | 155 | 0 | 24 | 65 | 11 | 45 | 112 | 103 |
| Binary | 11101001 | 10111010 | 1101101 | 0 | 10100 | 110101 | 1001 | 100101 | 1001010 | 1000011 |
Color Harmonies of #E9BA6D
Complementary color
Monochromatic Colors of #E9BA6D
Black with #E9BA6D
Text Example
Text Example
White with #E9BA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BA6D; }
p { color: rgb(233,186,109); }
H1.HeaderClassName
{
color: #E9BA6D;
}
.AnyTagClassName
{
color: #E9BA6D;
}
</style>
background-color css
<style>
a { background-color: #E9BA6D; }
a { background-color: rgb(233,186,109); }
div.DivClassName
{
background-color: #E9BA6D;
}
.BgClassName
{
background-color: #E9BA6D;
}
</style>
border-color css
<style>
span { border-color: #E9BA6D; }
span { border-color: rgb(233,186,109); }
td.TdClassName
{
border-color: #E9BA6D;
}
.TagClassName
{
border-color: #E9BA6D;
}
</style>