Shades of Harvest Gold #E5B666
Tints of Harvest Gold #E5B666
RGB
CMYK
RGB Variations
Color information
#E5B666 (or 0xE5B666) is known color: Harvest Gold. HEX triplet: E5, B6 and 66. RGB value is (229,182,102). Sum of RGB (Red+Green+Blue) = 229+182+102=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B666 is #1A4999. Grayscale: #BBBBBB. Windows color (decimal): -1722778 or 6731493. OLE color: 6731493.
HSL color Cylindrical-coordinate representation of color #E5B666: hue angle of 37.8º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5B666 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 182 | 102 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.10 |
| HSL | 37.8º | 0.71% | 0.65% | - |
| HSV(B) | 37.8º | 0.55% | 0.9% | - |
| XYZ | 51.44 | 51.07 | 19.72 | - |
| YUV | 186.93 | 80.07 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 182 | 102 | 0 | 0.21 | 0.55 | 0.10 | 37.8 | 0.71 | 0.65 |
| Hex | E5 | B6 | 66 | 0 | 15 | 37 | A | 26 | 47 | 41 |
| Octal | 345 | 266 | 146 | 0 | 25 | 67 | 12 | 46 | 107 | 101 |
| Binary | 11100101 | 10110110 | 1100110 | 0 | 10101 | 110111 | 1010 | 100110 | 1000111 | 1000001 |
Color Harmonies of #E5B666
Complementary color
Monochromatic Colors of #E5B666
Black with #E5B666
Text Example
Text Example
White with #E5B666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B666; }
p { color: rgb(229,182,102); }
H1.HeaderClassName
{
color: #E5B666;
}
.AnyTagClassName
{
color: #E5B666;
}
</style>
background-color css
<style>
a { background-color: #E5B666; }
a { background-color: rgb(229,182,102); }
div.DivClassName
{
background-color: #E5B666;
}
.BgClassName
{
background-color: #E5B666;
}
</style>
border-color css
<style>
span { border-color: #E5B666; }
span { border-color: rgb(229,182,102); }
td.TdClassName
{
border-color: #E5B666;
}
.TagClassName
{
border-color: #E5B666;
}
</style>