Shades of Harvest Gold #E3BC6E
Tints of Harvest Gold #E3BC6E
RGB
CMYK
RGB Variations
Color information
#E3BC6E (or 0xE3BC6E) is known color: Harvest Gold. HEX triplet: E3, BC and 6E. RGB value is (227,188,110). Sum of RGB (Red+Green+Blue) = 227+188+110=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BC6E is #1C4391. Grayscale: #BFBFBF. Windows color (decimal): -1852306 or 7257315. OLE color: 7257315.
HSL color Cylindrical-coordinate representation of color #E3BC6E: hue angle of 40º 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 #E3BC6E is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 188 | 110 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.11 |
| HSL | 40º | 0.68% | 0.66% | - |
| HSV(B) | 40º | 0.52% | 0.89% | - |
| XYZ | 52.48 | 53.42 | 22.3 | - |
| YUV | 190.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 110 | 0 | 0.17 | 0.52 | 0.11 | 40 | 0.68 | 0.66 |
| Hex | E3 | BC | 6E | 0 | 11 | 34 | B | 28 | 44 | 42 |
| Octal | 343 | 274 | 156 | 0 | 21 | 64 | 13 | 50 | 104 | 102 |
| Binary | 11100011 | 10111100 | 1101110 | 0 | 10001 | 110100 | 1011 | 101000 | 1000100 | 1000010 |
Color Harmonies of #E3BC6E
Complementary color
Monochromatic Colors of #E3BC6E
Black with #E3BC6E
Text Example
Text Example
White with #E3BC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BC6E; }
p { color: rgb(227,188,110); }
H1.HeaderClassName
{
color: #E3BC6E;
}
.AnyTagClassName
{
color: #E3BC6E;
}
</style>
background-color css
<style>
a { background-color: #E3BC6E; }
a { background-color: rgb(227,188,110); }
div.DivClassName
{
background-color: #E3BC6E;
}
.BgClassName
{
background-color: #E3BC6E;
}
</style>
border-color css
<style>
span { border-color: #E3BC6E; }
span { border-color: rgb(227,188,110); }
td.TdClassName
{
border-color: #E3BC6E;
}
.TagClassName
{
border-color: #E3BC6E;
}
</style>