Shades of Harvest Gold #E9BD73
Tints of Harvest Gold #E9BD73
RGB
CMYK
RGB Variations
Color information
#E9BD73 (or 0xE9BD73) is known color: Harvest Gold. HEX triplet: E9, BD and 73. RGB value is (233,189,115). Sum of RGB (Red+Green+Blue) = 233+189+115=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BD73 is #16428C. Grayscale: #C2C2C2. Windows color (decimal): -1458829 or 7585257. OLE color: 7585257.
HSL color Cylindrical-coordinate representation of color #E9BD73: hue angle of 37.63º 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 #E9BD73 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 115 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.09 |
| HSL | 37.63º | 0.73% | 0.68% | - |
| HSV(B) | 37.63º | 0.51% | 0.91% | - |
| XYZ | 54.9 | 54.96 | 23.93 | - |
| YUV | 193.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 115 | 0 | 0.19 | 0.51 | 0.09 | 37.63 | 0.73 | 0.68 |
| Hex | E9 | BD | 73 | 0 | 13 | 33 | 9 | 26 | 49 | 44 |
| Octal | 351 | 275 | 163 | 0 | 23 | 63 | 11 | 46 | 111 | 104 |
| Binary | 11101001 | 10111101 | 1110011 | 0 | 10011 | 110011 | 1001 | 100110 | 1001001 | 1000100 |
Color Harmonies of #E9BD73
Complementary color
Monochromatic Colors of #E9BD73
Black with #E9BD73
Text Example
Text Example
White with #E9BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BD73; }
p { color: rgb(233,189,115); }
H1.HeaderClassName
{
color: #E9BD73;
}
.AnyTagClassName
{
color: #E9BD73;
}
</style>
background-color css
<style>
a { background-color: #E9BD73; }
a { background-color: rgb(233,189,115); }
div.DivClassName
{
background-color: #E9BD73;
}
.BgClassName
{
background-color: #E9BD73;
}
</style>
border-color css
<style>
span { border-color: #E9BD73; }
span { border-color: rgb(233,189,115); }
td.TdClassName
{
border-color: #E9BD73;
}
.TagClassName
{
border-color: #E9BD73;
}
</style>