Shades of Harvest Gold #E3BA6E
Tints of Harvest Gold #E3BA6E
RGB
CMYK
RGB Variations
Color information
#E3BA6E (or 0xE3BA6E) is known color: Harvest Gold. HEX triplet: E3, BA and 6E. RGB value is (227,186,110). Sum of RGB (Red+Green+Blue) = 227+186+110=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BA6E is #1C4591. Grayscale: #BDBDBD. Windows color (decimal): -1852818 or 7256803. OLE color: 7256803.
HSL color Cylindrical-coordinate representation of color #E3BA6E: hue angle of 38.97º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3BA6E is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 110 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.11 |
| HSL | 38.97º | 0.68% | 0.66% | - |
| HSV(B) | 38.97º | 0.52% | 0.89% | - |
| XYZ | 52.05 | 52.57 | 22.16 | - |
| YUV | 189.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 110 | 0 | 0.18 | 0.52 | 0.11 | 38.97 | 0.68 | 0.66 |
| Hex | E3 | BA | 6E | 0 | 12 | 34 | B | 27 | 44 | 42 |
| Octal | 343 | 272 | 156 | 0 | 22 | 64 | 13 | 47 | 104 | 102 |
| Binary | 11100011 | 10111010 | 1101110 | 0 | 10010 | 110100 | 1011 | 100111 | 1000100 | 1000010 |
Color Harmonies of #E3BA6E
Complementary color
Monochromatic Colors of #E3BA6E
Black with #E3BA6E
Text Example
Text Example
White with #E3BA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA6E; }
p { color: rgb(227,186,110); }
H1.HeaderClassName
{
color: #E3BA6E;
}
.AnyTagClassName
{
color: #E3BA6E;
}
</style>
background-color css
<style>
a { background-color: #E3BA6E; }
a { background-color: rgb(227,186,110); }
div.DivClassName
{
background-color: #E3BA6E;
}
.BgClassName
{
background-color: #E3BA6E;
}
</style>
border-color css
<style>
span { border-color: #E3BA6E; }
span { border-color: rgb(227,186,110); }
td.TdClassName
{
border-color: #E3BA6E;
}
.TagClassName
{
border-color: #E3BA6E;
}
</style>