Shades of Harvest Gold #E9BD70
Tints of Harvest Gold #E9BD70
RGB
CMYK
RGB Variations
Color information
#E9BD70 (or 0xE9BD70) is known color: Harvest Gold. HEX triplet: E9, BD and 70. RGB value is (233,189,112). Sum of RGB (Red+Green+Blue) = 233+189+112=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BD70 is #16428F. Grayscale: #C1C1C1. Windows color (decimal): -1458832 or 7388649. OLE color: 7388649.
HSL color Cylindrical-coordinate representation of color #E9BD70: hue angle of 38.18º 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 #E9BD70 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 112 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.09 |
| HSL | 38.18º | 0.73% | 0.68% | - |
| HSV(B) | 38.18º | 0.52% | 0.91% | - |
| XYZ | 54.73 | 54.89 | 23.04 | - |
| YUV | 193.38 | 82.08 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 112 | 0 | 0.19 | 0.52 | 0.09 | 38.18 | 0.73 | 0.68 |
| Hex | E9 | BD | 70 | 0 | 13 | 34 | 9 | 26 | 49 | 44 |
| Octal | 351 | 275 | 160 | 0 | 23 | 64 | 11 | 46 | 111 | 104 |
| Binary | 11101001 | 10111101 | 1110000 | 0 | 10011 | 110100 | 1001 | 100110 | 1001001 | 1000100 |
Color Harmonies of #E9BD70
Complementary color
Monochromatic Colors of #E9BD70
Black with #E9BD70
Text Example
Text Example
White with #E9BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BD70; }
p { color: rgb(233,189,112); }
H1.HeaderClassName
{
color: #E9BD70;
}
.AnyTagClassName
{
color: #E9BD70;
}
</style>
background-color css
<style>
a { background-color: #E9BD70; }
a { background-color: rgb(233,189,112); }
div.DivClassName
{
background-color: #E9BD70;
}
.BgClassName
{
background-color: #E9BD70;
}
</style>
border-color css
<style>
span { border-color: #E9BD70; }
span { border-color: rgb(233,189,112); }
td.TdClassName
{
border-color: #E9BD70;
}
.TagClassName
{
border-color: #E9BD70;
}
</style>