Shades of Harvest Gold #E1B373
Tints of Harvest Gold #E1B373
RGB
CMYK
RGB Variations
Color information
#E1B373 (or 0xE1B373) is known color: Harvest Gold. HEX triplet: E1, B3 and 73. RGB value is (225,179,115). Sum of RGB (Red+Green+Blue) = 225+179+115=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B373 is #1E4C8C. Grayscale: #B9B9B9. Windows color (decimal): -1985677 or 7582689. OLE color: 7582689.
HSL color Cylindrical-coordinate representation of color #E1B373: hue angle of 34.91º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1B373 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 115 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.12 |
| HSL | 34.91º | 0.65% | 0.67% | - |
| HSV(B) | 34.91º | 0.49% | 0.88% | - |
| XYZ | 50.27 | 49.49 | 23.12 | - |
| YUV | 185.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 115 | 0 | 0.20 | 0.49 | 0.12 | 34.91 | 0.65 | 0.67 |
| Hex | E1 | B3 | 73 | 0 | 14 | 31 | C | 23 | 41 | 43 |
| Octal | 341 | 263 | 163 | 0 | 24 | 61 | 14 | 43 | 101 | 103 |
| Binary | 11100001 | 10110011 | 1110011 | 0 | 10100 | 110001 | 1100 | 100011 | 1000001 | 1000011 |
Color Harmonies of #E1B373
Complementary color
Monochromatic Colors of #E1B373
Black with #E1B373
Text Example
Text Example
White with #E1B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B373; }
p { color: rgb(225,179,115); }
H1.HeaderClassName
{
color: #E1B373;
}
.AnyTagClassName
{
color: #E1B373;
}
</style>
background-color css
<style>
a { background-color: #E1B373; }
a { background-color: rgb(225,179,115); }
div.DivClassName
{
background-color: #E1B373;
}
.BgClassName
{
background-color: #E1B373;
}
</style>
border-color css
<style>
span { border-color: #E1B373; }
span { border-color: rgb(225,179,115); }
td.TdClassName
{
border-color: #E1B373;
}
.TagClassName
{
border-color: #E1B373;
}
</style>