Shades of Harvest Gold #E5B466
Tints of Harvest Gold #E5B466
RGB
CMYK
RGB Variations
Color information
#E5B466 (or 0xE5B466) is known color: Harvest Gold. HEX triplet: E5, B4 and 66. RGB value is (229,180,102). Sum of RGB (Red+Green+Blue) = 229+180+102=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B466 is #1A4B99. Grayscale: #BABABA. Windows color (decimal): -1723290 or 6730981. OLE color: 6730981.
HSL color Cylindrical-coordinate representation of color #E5B466: hue angle of 36.85º 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 #E5B466 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 102 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.10 |
| HSL | 36.85º | 0.71% | 0.65% | - |
| HSV(B) | 36.85º | 0.55% | 0.9% | - |
| XYZ | 51.03 | 50.26 | 19.58 | - |
| YUV | 185.76 | 80.73 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 102 | 0 | 0.21 | 0.55 | 0.10 | 36.85 | 0.71 | 0.65 |
| Hex | E5 | B4 | 66 | 0 | 15 | 37 | A | 25 | 47 | 41 |
| Octal | 345 | 264 | 146 | 0 | 25 | 67 | 12 | 45 | 107 | 101 |
| Binary | 11100101 | 10110100 | 1100110 | 0 | 10101 | 110111 | 1010 | 100101 | 1000111 | 1000001 |
Color Harmonies of #E5B466
Complementary color
Monochromatic Colors of #E5B466
Black with #E5B466
Text Example
Text Example
White with #E5B466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B466; }
p { color: rgb(229,180,102); }
H1.HeaderClassName
{
color: #E5B466;
}
.AnyTagClassName
{
color: #E5B466;
}
</style>
background-color css
<style>
a { background-color: #E5B466; }
a { background-color: rgb(229,180,102); }
div.DivClassName
{
background-color: #E5B466;
}
.BgClassName
{
background-color: #E5B466;
}
</style>
border-color css
<style>
span { border-color: #E5B466; }
span { border-color: rgb(229,180,102); }
td.TdClassName
{
border-color: #E5B466;
}
.TagClassName
{
border-color: #E5B466;
}
</style>