Shades of Harvest Gold #E5B56D
Tints of Harvest Gold #E5B56D
RGB
CMYK
RGB Variations
Color information
#E5B56D (or 0xE5B56D) is known color: Harvest Gold. HEX triplet: E5, B5 and 6D. RGB value is (229,181,109). Sum of RGB (Red+Green+Blue) = 229+181+109=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B56D is #1A4A92. Grayscale: #BBBBBB. Windows color (decimal): -1723027 or 7189989. OLE color: 7189989.
HSL color Cylindrical-coordinate representation of color #E5B56D: hue angle of 36º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5B56D is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 181 | 109 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.10 |
| HSL | 36º | 0.7% | 0.66% | - |
| HSV(B) | 36º | 0.52% | 0.9% | - |
| XYZ | 51.6 | 50.81 | 21.56 | - |
| YUV | 187.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 109 | 0 | 0.21 | 0.52 | 0.10 | 36 | 0.7 | 0.66 |
| Hex | E5 | B5 | 6D | 0 | 15 | 34 | A | 24 | 46 | 42 |
| Octal | 345 | 265 | 155 | 0 | 25 | 64 | 12 | 44 | 106 | 102 |
| Binary | 11100101 | 10110101 | 1101101 | 0 | 10101 | 110100 | 1010 | 100100 | 1000110 | 1000010 |
Color Harmonies of #E5B56D
Complementary color
Monochromatic Colors of #E5B56D
Black with #E5B56D
Text Example
Text Example
White with #E5B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B56D; }
p { color: rgb(229,181,109); }
H1.HeaderClassName
{
color: #E5B56D;
}
.AnyTagClassName
{
color: #E5B56D;
}
</style>
background-color css
<style>
a { background-color: #E5B56D; }
a { background-color: rgb(229,181,109); }
div.DivClassName
{
background-color: #E5B56D;
}
.BgClassName
{
background-color: #E5B56D;
}
</style>
border-color css
<style>
span { border-color: #E5B56D; }
span { border-color: rgb(229,181,109); }
td.TdClassName
{
border-color: #E5B56D;
}
.TagClassName
{
border-color: #E5B56D;
}
</style>