Shades of Harvest Gold #E5B975
Tints of Harvest Gold #E5B975
RGB
CMYK
RGB Variations
Color information
#E5B975 (or 0xE5B975) is known color: Harvest Gold. HEX triplet: E5, B9 and 75. RGB value is (229,185,117). Sum of RGB (Red+Green+Blue) = 229+185+117=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B975 is #1A468A. Grayscale: #BEBEBE. Windows color (decimal): -1721995 or 7715301. OLE color: 7715301.
HSL color Cylindrical-coordinate representation of color #E5B975: hue angle of 36.43º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5B975 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 117 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.10 |
| HSL | 36.43º | 0.68% | 0.68% | - |
| HSV(B) | 36.43º | 0.49% | 0.9% | - |
| XYZ | 52.87 | 52.64 | 24.2 | - |
| YUV | 190.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 117 | 0 | 0.19 | 0.49 | 0.10 | 36.43 | 0.68 | 0.68 |
| Hex | E5 | B9 | 75 | 0 | 13 | 31 | A | 24 | 44 | 44 |
| Octal | 345 | 271 | 165 | 0 | 23 | 61 | 12 | 44 | 104 | 104 |
| Binary | 11100101 | 10111001 | 1110101 | 0 | 10011 | 110001 | 1010 | 100100 | 1000100 | 1000100 |
Color Harmonies of #E5B975
Complementary color
Monochromatic Colors of #E5B975
Black with #E5B975
Text Example
Text Example
White with #E5B975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B975; }
p { color: rgb(229,185,117); }
H1.HeaderClassName
{
color: #E5B975;
}
.AnyTagClassName
{
color: #E5B975;
}
</style>
background-color css
<style>
a { background-color: #E5B975; }
a { background-color: rgb(229,185,117); }
div.DivClassName
{
background-color: #E5B975;
}
.BgClassName
{
background-color: #E5B975;
}
</style>
border-color css
<style>
span { border-color: #E5B975; }
span { border-color: rgb(229,185,117); }
td.TdClassName
{
border-color: #E5B975;
}
.TagClassName
{
border-color: #E5B975;
}
</style>