Shades of Harvest Gold #E0B872
Tints of Harvest Gold #E0B872
RGB
CMYK
RGB Variations
Color information
#E0B872 (or 0xE0B872) is known color: Harvest Gold. HEX triplet: E0, B8 and 72. RGB value is (224,184,114). Sum of RGB (Red+Green+Blue) = 224+184+114=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B872 is #1F478D. Grayscale: #BCBCBC. Windows color (decimal): -2049934 or 7518432. OLE color: 7518432.
HSL color Cylindrical-coordinate representation of color #E0B872: hue angle of 38.18º 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 #E0B872 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 114 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.12 |
| HSL | 38.18º | 0.64% | 0.66% | - |
| HSV(B) | 38.18º | 0.49% | 0.88% | - |
| XYZ | 50.92 | 51.34 | 23.15 | - |
| YUV | 187.98 | 86.25 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 114 | 0 | 0.18 | 0.49 | 0.12 | 38.18 | 0.64 | 0.66 |
| Hex | E0 | B8 | 72 | 0 | 12 | 31 | C | 26 | 40 | 42 |
| Octal | 340 | 270 | 162 | 0 | 22 | 61 | 14 | 46 | 100 | 102 |
| Binary | 11100000 | 10111000 | 1110010 | 0 | 10010 | 110001 | 1100 | 100110 | 1000000 | 1000010 |
Color Harmonies of #E0B872
Complementary color
Monochromatic Colors of #E0B872
Black with #E0B872
Text Example
Text Example
White with #E0B872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B872; }
p { color: rgb(224,184,114); }
H1.HeaderClassName
{
color: #E0B872;
}
.AnyTagClassName
{
color: #E0B872;
}
</style>
background-color css
<style>
a { background-color: #E0B872; }
a { background-color: rgb(224,184,114); }
div.DivClassName
{
background-color: #E0B872;
}
.BgClassName
{
background-color: #E0B872;
}
</style>
border-color css
<style>
span { border-color: #E0B872; }
span { border-color: rgb(224,184,114); }
td.TdClassName
{
border-color: #E0B872;
}
.TagClassName
{
border-color: #E0B872;
}
</style>