Shades of Harvest Gold #E0B773
Tints of Harvest Gold #E0B773
RGB
CMYK
RGB Variations
Color information
#E0B773 (or 0xE0B773) is known color: Harvest Gold. HEX triplet: E0, B7 and 73. RGB value is (224,183,115). Sum of RGB (Red+Green+Blue) = 224+183+115=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B773 is #1F488C. Grayscale: #BBBBBB. Windows color (decimal): -2050189 or 7583712. OLE color: 7583712.
HSL color Cylindrical-coordinate representation of color #E0B773: hue angle of 37.43º 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 #E0B773 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 183 | 115 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.12 |
| HSL | 37.43º | 0.64% | 0.66% | - |
| HSV(B) | 37.43º | 0.49% | 0.88% | - |
| XYZ | 50.77 | 50.95 | 23.38 | - |
| YUV | 187.51 | 87.08 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 115 | 0 | 0.18 | 0.49 | 0.12 | 37.43 | 0.64 | 0.66 |
| Hex | E0 | B7 | 73 | 0 | 12 | 31 | C | 25 | 40 | 42 |
| Octal | 340 | 267 | 163 | 0 | 22 | 61 | 14 | 45 | 100 | 102 |
| Binary | 11100000 | 10110111 | 1110011 | 0 | 10010 | 110001 | 1100 | 100101 | 1000000 | 1000010 |
Color Harmonies of #E0B773
Complementary color
Monochromatic Colors of #E0B773
Black with #E0B773
Text Example
Text Example
White with #E0B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B773; }
p { color: rgb(224,183,115); }
H1.HeaderClassName
{
color: #E0B773;
}
.AnyTagClassName
{
color: #E0B773;
}
</style>
background-color css
<style>
a { background-color: #E0B773; }
a { background-color: rgb(224,183,115); }
div.DivClassName
{
background-color: #E0B773;
}
.BgClassName
{
background-color: #E0B773;
}
</style>
border-color css
<style>
span { border-color: #E0B773; }
span { border-color: rgb(224,183,115); }
td.TdClassName
{
border-color: #E0B773;
}
.TagClassName
{
border-color: #E0B773;
}
</style>