Shades of Harvest Gold #E5B465
Tints of Harvest Gold #E5B465
RGB
CMYK
RGB Variations
Color information
#E5B465 (or 0xE5B465) is known color: Harvest Gold. HEX triplet: E5, B4 and 65. RGB value is (229,180,101). Sum of RGB (Red+Green+Blue) = 229+180+101=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B465 is #1A4B9A. Grayscale: #BABABA. Windows color (decimal): -1723291 or 6665445. OLE color: 6665445.
HSL color Cylindrical-coordinate representation of color #E5B465: hue angle of 37.03º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5B465 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 101 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.10 |
| HSL | 37.03º | 0.71% | 0.65% | - |
| HSV(B) | 37.03º | 0.56% | 0.9% | - |
| XYZ | 50.98 | 50.24 | 19.32 | - |
| YUV | 185.65 | 80.23 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 101 | 0 | 0.21 | 0.56 | 0.10 | 37.03 | 0.71 | 0.65 |
| Hex | E5 | B4 | 65 | 0 | 15 | 38 | A | 25 | 47 | 41 |
| Octal | 345 | 264 | 145 | 0 | 25 | 70 | 12 | 45 | 107 | 101 |
| Binary | 11100101 | 10110100 | 1100101 | 0 | 10101 | 111000 | 1010 | 100101 | 1000111 | 1000001 |
Color Harmonies of #E5B465
Complementary color
Monochromatic Colors of #E5B465
Black with #E5B465
Text Example
Text Example
White with #E5B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B465; }
p { color: rgb(229,180,101); }
H1.HeaderClassName
{
color: #E5B465;
}
.AnyTagClassName
{
color: #E5B465;
}
</style>
background-color css
<style>
a { background-color: #E5B465; }
a { background-color: rgb(229,180,101); }
div.DivClassName
{
background-color: #E5B465;
}
.BgClassName
{
background-color: #E5B465;
}
</style>
border-color css
<style>
span { border-color: #E5B465; }
span { border-color: rgb(229,180,101); }
td.TdClassName
{
border-color: #E5B465;
}
.TagClassName
{
border-color: #E5B465;
}
</style>