Shades of Harvest Gold #E0B672
Tints of Harvest Gold #E0B672
RGB
CMYK
RGB Variations
Color information
#E0B672 (or 0xE0B672) is known color: Harvest Gold. HEX triplet: E0, B6 and 72. RGB value is (224,182,114). Sum of RGB (Red+Green+Blue) = 224+182+114=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B672 is #1F498D. Grayscale: #BBBBBB. Windows color (decimal): -2050446 or 7517920. OLE color: 7517920.
HSL color Cylindrical-coordinate representation of color #E0B672: hue angle of 37.09º 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 #E0B672 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 182 | 114 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.12 |
| HSL | 37.09º | 0.64% | 0.66% | - |
| HSV(B) | 37.09º | 0.49% | 0.88% | - |
| XYZ | 50.51 | 50.52 | 23.01 | - |
| YUV | 186.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 182 | 114 | 0 | 0.19 | 0.49 | 0.12 | 37.09 | 0.64 | 0.66 |
| Hex | E0 | B6 | 72 | 0 | 13 | 31 | C | 25 | 40 | 42 |
| Octal | 340 | 266 | 162 | 0 | 23 | 61 | 14 | 45 | 100 | 102 |
| Binary | 11100000 | 10110110 | 1110010 | 0 | 10011 | 110001 | 1100 | 100101 | 1000000 | 1000010 |
Color Harmonies of #E0B672
Complementary color
Monochromatic Colors of #E0B672
Black with #E0B672
Text Example
Text Example
White with #E0B672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B672; }
p { color: rgb(224,182,114); }
H1.HeaderClassName
{
color: #E0B672;
}
.AnyTagClassName
{
color: #E0B672;
}
</style>
background-color css
<style>
a { background-color: #E0B672; }
a { background-color: rgb(224,182,114); }
div.DivClassName
{
background-color: #E0B672;
}
.BgClassName
{
background-color: #E0B672;
}
</style>
border-color css
<style>
span { border-color: #E0B672; }
span { border-color: rgb(224,182,114); }
td.TdClassName
{
border-color: #E0B672;
}
.TagClassName
{
border-color: #E0B672;
}
</style>