Shades of Harvest Gold #E9BA67
Tints of Harvest Gold #E9BA67
RGB
CMYK
RGB Variations
Color information
#E9BA67 (or 0xE9BA67) is known color: Harvest Gold. HEX triplet: E9, BA and 67. RGB value is (233,186,103). Sum of RGB (Red+Green+Blue) = 233+186+103=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BA67 is #164598. Grayscale: #BEBEBE. Windows color (decimal): -1459609 or 6798057. OLE color: 6798057.
HSL color Cylindrical-coordinate representation of color #E9BA67: hue angle of 38.31º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E9BA67 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 103 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.09 |
| HSL | 38.31º | 0.75% | 0.66% | - |
| HSV(B) | 38.31º | 0.56% | 0.91% | - |
| XYZ | 53.61 | 53.42 | 20.32 | - |
| YUV | 190.59 | 78.57 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 103 | 0 | 0.20 | 0.56 | 0.09 | 38.31 | 0.75 | 0.66 |
| Hex | E9 | BA | 67 | 0 | 14 | 38 | 9 | 26 | 4B | 42 |
| Octal | 351 | 272 | 147 | 0 | 24 | 70 | 11 | 46 | 113 | 102 |
| Binary | 11101001 | 10111010 | 1100111 | 0 | 10100 | 111000 | 1001 | 100110 | 1001011 | 1000010 |
Color Harmonies of #E9BA67
Complementary color
Monochromatic Colors of #E9BA67
Black with #E9BA67
Text Example
Text Example
White with #E9BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BA67; }
p { color: rgb(233,186,103); }
H1.HeaderClassName
{
color: #E9BA67;
}
.AnyTagClassName
{
color: #E9BA67;
}
</style>
background-color css
<style>
a { background-color: #E9BA67; }
a { background-color: rgb(233,186,103); }
div.DivClassName
{
background-color: #E9BA67;
}
.BgClassName
{
background-color: #E9BA67;
}
</style>
border-color css
<style>
span { border-color: #E9BA67; }
span { border-color: rgb(233,186,103); }
td.TdClassName
{
border-color: #E9BA67;
}
.TagClassName
{
border-color: #E9BA67;
}
</style>