Shades of Harvest Gold #E2B66D
Tints of Harvest Gold #E2B66D
RGB
CMYK
RGB Variations
Color information
#E2B66D (or 0xE2B66D) is known color: Harvest Gold. HEX triplet: E2, B6 and 6D. RGB value is (226,182,109). Sum of RGB (Red+Green+Blue) = 226+182+109=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B66D is #1D4992. Grayscale: #BBBBBB. Windows color (decimal): -1919379 or 7190242. OLE color: 7190242.
HSL color Cylindrical-coordinate representation of color #E2B66D: hue angle of 37.44º degrees, saturation: 0.67, 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 #E2B66D is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 109 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.11 |
| HSL | 37.44º | 0.67% | 0.66% | - |
| HSV(B) | 37.44º | 0.52% | 0.89% | - |
| XYZ | 50.85 | 50.73 | 21.58 | - |
| YUV | 186.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 109 | 0 | 0.19 | 0.52 | 0.11 | 37.44 | 0.67 | 0.66 |
| Hex | E2 | B6 | 6D | 0 | 13 | 34 | B | 25 | 43 | 42 |
| Octal | 342 | 266 | 155 | 0 | 23 | 64 | 13 | 45 | 103 | 102 |
| Binary | 11100010 | 10110110 | 1101101 | 0 | 10011 | 110100 | 1011 | 100101 | 1000011 | 1000010 |
Color Harmonies of #E2B66D
Complementary color
Monochromatic Colors of #E2B66D
Black with #E2B66D
Text Example
Text Example
White with #E2B66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B66D; }
p { color: rgb(226,182,109); }
H1.HeaderClassName
{
color: #E2B66D;
}
.AnyTagClassName
{
color: #E2B66D;
}
</style>
background-color css
<style>
a { background-color: #E2B66D; }
a { background-color: rgb(226,182,109); }
div.DivClassName
{
background-color: #E2B66D;
}
.BgClassName
{
background-color: #E2B66D;
}
</style>
border-color css
<style>
span { border-color: #E2B66D; }
span { border-color: rgb(226,182,109); }
td.TdClassName
{
border-color: #E2B66D;
}
.TagClassName
{
border-color: #E2B66D;
}
</style>