Shades of Harvest Gold #E5B366
Tints of Harvest Gold #E5B366
RGB
CMYK
RGB Variations
Color information
#E5B366 (or 0xE5B366) is known color: Harvest Gold. HEX triplet: E5, B3 and 66. RGB value is (229,179,102). Sum of RGB (Red+Green+Blue) = 229+179+102=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B366 is #1A4C99. Grayscale: #B9B9B9. Windows color (decimal): -1723546 or 6730725. OLE color: 6730725.
HSL color Cylindrical-coordinate representation of color #E5B366: hue angle of 36.38º 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 #E5B366 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 102 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.10 |
| HSL | 36.38º | 0.71% | 0.65% | - |
| HSV(B) | 36.38º | 0.55% | 0.9% | - |
| XYZ | 50.83 | 49.86 | 19.51 | - |
| YUV | 185.17 | 81.07 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 102 | 0 | 0.22 | 0.55 | 0.10 | 36.38 | 0.71 | 0.65 |
| Hex | E5 | B3 | 66 | 0 | 16 | 37 | A | 24 | 47 | 41 |
| Octal | 345 | 263 | 146 | 0 | 26 | 67 | 12 | 44 | 107 | 101 |
| Binary | 11100101 | 10110011 | 1100110 | 0 | 10110 | 110111 | 1010 | 100100 | 1000111 | 1000001 |
Color Harmonies of #E5B366
Complementary color
Monochromatic Colors of #E5B366
Black with #E5B366
Text Example
Text Example
White with #E5B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B366; }
p { color: rgb(229,179,102); }
H1.HeaderClassName
{
color: #E5B366;
}
.AnyTagClassName
{
color: #E5B366;
}
</style>
background-color css
<style>
a { background-color: #E5B366; }
a { background-color: rgb(229,179,102); }
div.DivClassName
{
background-color: #E5B366;
}
.BgClassName
{
background-color: #E5B366;
}
</style>
border-color css
<style>
span { border-color: #E5B366; }
span { border-color: rgb(229,179,102); }
td.TdClassName
{
border-color: #E5B366;
}
.TagClassName
{
border-color: #E5B366;
}
</style>