Shades of Harvest Gold #E2BC66
Tints of Harvest Gold #E2BC66
RGB
CMYK
RGB Variations
Color information
#E2BC66 (or 0xE2BC66) is known color: Harvest Gold. HEX triplet: E2, BC and 66. RGB value is (226,188,102). Sum of RGB (Red+Green+Blue) = 226+188+102=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BC66 is #1D4399. Grayscale: #BDBDBD. Windows color (decimal): -1917850 or 6733026. OLE color: 6733026.
HSL color Cylindrical-coordinate representation of color #E2BC66: hue angle of 41.61º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2BC66 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 102 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.11 |
| HSL | 41.61º | 0.68% | 0.64% | - |
| HSV(B) | 41.61º | 0.55% | 0.89% | - |
| XYZ | 51.75 | 53.09 | 20.09 | - |
| YUV | 189.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 102 | 0 | 0.17 | 0.55 | 0.11 | 41.61 | 0.68 | 0.64 |
| Hex | E2 | BC | 66 | 0 | 11 | 37 | B | 2A | 44 | 40 |
| Octal | 342 | 274 | 146 | 0 | 21 | 67 | 13 | 52 | 104 | 100 |
| Binary | 11100010 | 10111100 | 1100110 | 0 | 10001 | 110111 | 1011 | 101010 | 1000100 | 1000000 |
Color Harmonies of #E2BC66
Complementary color
Monochromatic Colors of #E2BC66
Black with #E2BC66
Text Example
Text Example
White with #E2BC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC66; }
p { color: rgb(226,188,102); }
H1.HeaderClassName
{
color: #E2BC66;
}
.AnyTagClassName
{
color: #E2BC66;
}
</style>
background-color css
<style>
a { background-color: #E2BC66; }
a { background-color: rgb(226,188,102); }
div.DivClassName
{
background-color: #E2BC66;
}
.BgClassName
{
background-color: #E2BC66;
}
</style>
border-color css
<style>
span { border-color: #E2BC66; }
span { border-color: rgb(226,188,102); }
td.TdClassName
{
border-color: #E2BC66;
}
.TagClassName
{
border-color: #E2BC66;
}
</style>