Shades of Harvest Gold #E9BA72
Tints of Harvest Gold #E9BA72
RGB
CMYK
RGB Variations
Color information
#E9BA72 (or 0xE9BA72) is known color: Harvest Gold. HEX triplet: E9, BA and 72. RGB value is (233,186,114). Sum of RGB (Red+Green+Blue) = 233+186+114=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BA72 is #16458D. Grayscale: #C0C0C0. Windows color (decimal): -1459598 or 7518953. OLE color: 7518953.
HSL color Cylindrical-coordinate representation of color #E9BA72: hue angle of 36.3º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E9BA72 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 114 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.09 |
| HSL | 36.3º | 0.73% | 0.68% | - |
| HSV(B) | 36.3º | 0.51% | 0.91% | - |
| XYZ | 54.2 | 53.66 | 23.42 | - |
| YUV | 191.85 | 84.07 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 114 | 0 | 0.20 | 0.51 | 0.09 | 36.3 | 0.73 | 0.68 |
| Hex | E9 | BA | 72 | 0 | 14 | 33 | 9 | 24 | 49 | 44 |
| Octal | 351 | 272 | 162 | 0 | 24 | 63 | 11 | 44 | 111 | 104 |
| Binary | 11101001 | 10111010 | 1110010 | 0 | 10100 | 110011 | 1001 | 100100 | 1001001 | 1000100 |
Color Harmonies of #E9BA72
Complementary color
Monochromatic Colors of #E9BA72
Black with #E9BA72
Text Example
Text Example
White with #E9BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BA72; }
p { color: rgb(233,186,114); }
H1.HeaderClassName
{
color: #E9BA72;
}
.AnyTagClassName
{
color: #E9BA72;
}
</style>
background-color css
<style>
a { background-color: #E9BA72; }
a { background-color: rgb(233,186,114); }
div.DivClassName
{
background-color: #E9BA72;
}
.BgClassName
{
background-color: #E9BA72;
}
</style>
border-color css
<style>
span { border-color: #E9BA72; }
span { border-color: rgb(233,186,114); }
td.TdClassName
{
border-color: #E9BA72;
}
.TagClassName
{
border-color: #E9BA72;
}
</style>