Shades of Harvest Gold #E0B673
Tints of Harvest Gold #E0B673
RGB
CMYK
RGB Variations
Color information
#E0B673 (or 0xE0B673) is known color: Harvest Gold. HEX triplet: E0, B6 and 73. RGB value is (224,182,115). Sum of RGB (Red+Green+Blue) = 224+182+115=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B673 is #1F498C. Grayscale: #BBBBBB. Windows color (decimal): -2050445 or 7583456. OLE color: 7583456.
HSL color Cylindrical-coordinate representation of color #E0B673: hue angle of 36.88º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0B673 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 182 | 115 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.12 |
| HSL | 36.88º | 0.64% | 0.66% | - |
| HSV(B) | 36.88º | 0.49% | 0.88% | - |
| XYZ | 50.56 | 50.54 | 23.31 | - |
| YUV | 186.92 | 87.41 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 182 | 115 | 0 | 0.19 | 0.49 | 0.12 | 36.88 | 0.64 | 0.66 |
| Hex | E0 | B6 | 73 | 0 | 13 | 31 | C | 25 | 40 | 42 |
| Octal | 340 | 266 | 163 | 0 | 23 | 61 | 14 | 45 | 100 | 102 |
| Binary | 11100000 | 10110110 | 1110011 | 0 | 10011 | 110001 | 1100 | 100101 | 1000000 | 1000010 |
Color Harmonies of #E0B673
Complementary color
Monochromatic Colors of #E0B673
Black with #E0B673
Text Example
Text Example
White with #E0B673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B673; }
p { color: rgb(224,182,115); }
H1.HeaderClassName
{
color: #E0B673;
}
.AnyTagClassName
{
color: #E0B673;
}
</style>
background-color css
<style>
a { background-color: #E0B673; }
a { background-color: rgb(224,182,115); }
div.DivClassName
{
background-color: #E0B673;
}
.BgClassName
{
background-color: #E0B673;
}
</style>
border-color css
<style>
span { border-color: #E0B673; }
span { border-color: rgb(224,182,115); }
td.TdClassName
{
border-color: #E0B673;
}
.TagClassName
{
border-color: #E0B673;
}
</style>