Shades of Harvest Gold #E5BE66
Tints of Harvest Gold #E5BE66
RGB
CMYK
RGB Variations
Color information
#E5BE66 (or 0xE5BE66) is known color: Harvest Gold. HEX triplet: E5, BE and 66. RGB value is (229,190,102). Sum of RGB (Red+Green+Blue) = 229+190+102=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BE66 is #1A4199. Grayscale: #C0C0C0. Windows color (decimal): -1720730 or 6733541. OLE color: 6733541.
HSL color Cylindrical-coordinate representation of color #E5BE66: hue angle of 41.57º 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 #E5BE66 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 102 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.10 |
| HSL | 41.57º | 0.71% | 0.65% | - |
| HSV(B) | 41.57º | 0.55% | 0.9% | - |
| XYZ | 53.12 | 54.44 | 20.28 | - |
| YUV | 191.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 102 | 0 | 0.17 | 0.55 | 0.10 | 41.57 | 0.71 | 0.65 |
| Hex | E5 | BE | 66 | 0 | 11 | 37 | A | 2A | 47 | 41 |
| Octal | 345 | 276 | 146 | 0 | 21 | 67 | 12 | 52 | 107 | 101 |
| Binary | 11100101 | 10111110 | 1100110 | 0 | 10001 | 110111 | 1010 | 101010 | 1000111 | 1000001 |
Color Harmonies of #E5BE66
Complementary color
Monochromatic Colors of #E5BE66
Black with #E5BE66
Text Example
Text Example
White with #E5BE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE66; }
p { color: rgb(229,190,102); }
H1.HeaderClassName
{
color: #E5BE66;
}
.AnyTagClassName
{
color: #E5BE66;
}
</style>
background-color css
<style>
a { background-color: #E5BE66; }
a { background-color: rgb(229,190,102); }
div.DivClassName
{
background-color: #E5BE66;
}
.BgClassName
{
background-color: #E5BE66;
}
</style>
border-color css
<style>
span { border-color: #E5BE66; }
span { border-color: rgb(229,190,102); }
td.TdClassName
{
border-color: #E5BE66;
}
.TagClassName
{
border-color: #E5BE66;
}
</style>