Shades of Harvest Gold #E3B575
Tints of Harvest Gold #E3B575
RGB
CMYK
RGB Variations
Color information
#E3B575 (or 0xE3B575) is known color: Harvest Gold. HEX triplet: E3, B5 and 75. RGB value is (227,181,117). Sum of RGB (Red+Green+Blue) = 227+181+117=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3B575 is #1C4A8A. Grayscale: #BBBBBB. Windows color (decimal): -1854091 or 7714275. OLE color: 7714275.
HSL color Cylindrical-coordinate representation of color #E3B575: hue angle of 34.91º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E3B575 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 181 | 117 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.11 |
| HSL | 34.91º | 0.66% | 0.67% | - |
| HSV(B) | 34.91º | 0.48% | 0.89% | - |
| XYZ | 51.41 | 50.66 | 23.9 | - |
| YUV | 187.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 181 | 117 | 0 | 0.20 | 0.48 | 0.11 | 34.91 | 0.66 | 0.67 |
| Hex | E3 | B5 | 75 | 0 | 14 | 30 | B | 23 | 42 | 43 |
| Octal | 343 | 265 | 165 | 0 | 24 | 60 | 13 | 43 | 102 | 103 |
| Binary | 11100011 | 10110101 | 1110101 | 0 | 10100 | 110000 | 1011 | 100011 | 1000010 | 1000011 |
Color Harmonies of #E3B575
Complementary color
Monochromatic Colors of #E3B575
Black with #E3B575
Text Example
Text Example
White with #E3B575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B575; }
p { color: rgb(227,181,117); }
H1.HeaderClassName
{
color: #E3B575;
}
.AnyTagClassName
{
color: #E3B575;
}
</style>
background-color css
<style>
a { background-color: #E3B575; }
a { background-color: rgb(227,181,117); }
div.DivClassName
{
background-color: #E3B575;
}
.BgClassName
{
background-color: #E3B575;
}
</style>
border-color css
<style>
span { border-color: #E3B575; }
span { border-color: rgb(227,181,117); }
td.TdClassName
{
border-color: #E3B575;
}
.TagClassName
{
border-color: #E3B575;
}
</style>