Shades of Harvest Gold #E5B265
Tints of Harvest Gold #E5B265
RGB
CMYK
RGB Variations
Color information
#E5B265 (or 0xE5B265) is known color: Harvest Gold. HEX triplet: E5, B2 and 65. RGB value is (229,178,101). Sum of RGB (Red+Green+Blue) = 229+178+101=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B265 is #1A4D9A. Grayscale: #B8B8B8. Windows color (decimal): -1723803 or 6664933. OLE color: 6664933.
HSL color Cylindrical-coordinate representation of color #E5B265: hue angle of 36.09º 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 #E5B265 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 178 | 101 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.10 |
| HSL | 36.09º | 0.71% | 0.65% | - |
| HSV(B) | 36.09º | 0.56% | 0.9% | - |
| XYZ | 50.58 | 49.44 | 19.19 | - |
| YUV | 184.47 | 80.9 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 178 | 101 | 0 | 0.22 | 0.56 | 0.10 | 36.09 | 0.71 | 0.65 |
| Hex | E5 | B2 | 65 | 0 | 16 | 38 | A | 24 | 47 | 41 |
| Octal | 345 | 262 | 145 | 0 | 26 | 70 | 12 | 44 | 107 | 101 |
| Binary | 11100101 | 10110010 | 1100101 | 0 | 10110 | 111000 | 1010 | 100100 | 1000111 | 1000001 |
Color Harmonies of #E5B265
Complementary color
Monochromatic Colors of #E5B265
Black with #E5B265
Text Example
Text Example
White with #E5B265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B265; }
p { color: rgb(229,178,101); }
H1.HeaderClassName
{
color: #E5B265;
}
.AnyTagClassName
{
color: #E5B265;
}
</style>
background-color css
<style>
a { background-color: #E5B265; }
a { background-color: rgb(229,178,101); }
div.DivClassName
{
background-color: #E5B265;
}
.BgClassName
{
background-color: #E5B265;
}
</style>
border-color css
<style>
span { border-color: #E5B265; }
span { border-color: rgb(229,178,101); }
td.TdClassName
{
border-color: #E5B265;
}
.TagClassName
{
border-color: #E5B265;
}
</style>