Shades of Harvest Gold #E2BC6A
Tints of Harvest Gold #E2BC6A
RGB
CMYK
RGB Variations
Color information
#E2BC6A (or 0xE2BC6A) is known color: Harvest Gold. HEX triplet: E2, BC and 6A. RGB value is (226,188,106). Sum of RGB (Red+Green+Blue) = 226+188+106=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BC6A is #1D4395. Grayscale: #BEBEBE. Windows color (decimal): -1917846 or 6995170. OLE color: 6995170.
HSL color Cylindrical-coordinate representation of color #E2BC6A: hue angle of 41º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2BC6A is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 106 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.11 |
| HSL | 41º | 0.67% | 0.65% | - |
| HSV(B) | 41º | 0.53% | 0.89% | - |
| XYZ | 51.95 | 53.18 | 21.16 | - |
| YUV | 190.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 106 | 0 | 0.17 | 0.53 | 0.11 | 41 | 0.67 | 0.65 |
| Hex | E2 | BC | 6A | 0 | 11 | 35 | B | 29 | 43 | 41 |
| Octal | 342 | 274 | 152 | 0 | 21 | 65 | 13 | 51 | 103 | 101 |
| Binary | 11100010 | 10111100 | 1101010 | 0 | 10001 | 110101 | 1011 | 101001 | 1000011 | 1000001 |
Color Harmonies of #E2BC6A
Complementary color
Monochromatic Colors of #E2BC6A
Black with #E2BC6A
Text Example
Text Example
White with #E2BC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC6A; }
p { color: rgb(226,188,106); }
H1.HeaderClassName
{
color: #E2BC6A;
}
.AnyTagClassName
{
color: #E2BC6A;
}
</style>
background-color css
<style>
a { background-color: #E2BC6A; }
a { background-color: rgb(226,188,106); }
div.DivClassName
{
background-color: #E2BC6A;
}
.BgClassName
{
background-color: #E2BC6A;
}
</style>
border-color css
<style>
span { border-color: #E2BC6A; }
span { border-color: rgb(226,188,106); }
td.TdClassName
{
border-color: #E2BC6A;
}
.TagClassName
{
border-color: #E2BC6A;
}
</style>