Shades of Harvest Gold #E9BA71
Tints of Harvest Gold #E9BA71
RGB
CMYK
RGB Variations
Color information
#E9BA71 (or 0xE9BA71) is known color: Harvest Gold. HEX triplet: E9, BA and 71. RGB value is (233,186,113). Sum of RGB (Red+Green+Blue) = 233+186+113=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BA71 is #16458E. Grayscale: #C0C0C0. Windows color (decimal): -1459599 or 7453417. OLE color: 7453417.
HSL color Cylindrical-coordinate representation of color #E9BA71: hue angle of 36.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E9BA71 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 113 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.09 |
| HSL | 36.5º | 0.73% | 0.68% | - |
| HSV(B) | 36.5º | 0.52% | 0.91% | - |
| XYZ | 54.14 | 53.63 | 23.12 | - |
| YUV | 191.73 | 83.57 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 113 | 0 | 0.20 | 0.52 | 0.09 | 36.5 | 0.73 | 0.68 |
| Hex | E9 | BA | 71 | 0 | 14 | 34 | 9 | 24 | 49 | 44 |
| Octal | 351 | 272 | 161 | 0 | 24 | 64 | 11 | 44 | 111 | 104 |
| Binary | 11101001 | 10111010 | 1110001 | 0 | 10100 | 110100 | 1001 | 100100 | 1001001 | 1000100 |
Color Harmonies of #E9BA71
Complementary color
Monochromatic Colors of #E9BA71
Black with #E9BA71
Text Example
Text Example
White with #E9BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BA71; }
p { color: rgb(233,186,113); }
H1.HeaderClassName
{
color: #E9BA71;
}
.AnyTagClassName
{
color: #E9BA71;
}
</style>
background-color css
<style>
a { background-color: #E9BA71; }
a { background-color: rgb(233,186,113); }
div.DivClassName
{
background-color: #E9BA71;
}
.BgClassName
{
background-color: #E9BA71;
}
</style>
border-color css
<style>
span { border-color: #E9BA71; }
span { border-color: rgb(233,186,113); }
td.TdClassName
{
border-color: #E9BA71;
}
.TagClassName
{
border-color: #E9BA71;
}
</style>