Shades of Harvest Gold #E5B170
Tints of Harvest Gold #E5B170
RGB
CMYK
RGB Variations
Color information
#E5B170 (or 0xE5B170) is known color: Harvest Gold. HEX triplet: E5, B1 and 70. RGB value is (229,177,112). Sum of RGB (Red+Green+Blue) = 229+177+112=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B170 is #1A4E8F. Grayscale: #B9B9B9. Windows color (decimal): -1724048 or 7385573. OLE color: 7385573.
HSL color Cylindrical-coordinate representation of color #E5B170: hue angle of 33.33º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5B170 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 112 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.10 |
| HSL | 33.33º | 0.69% | 0.67% | - |
| HSV(B) | 33.33º | 0.51% | 0.9% | - |
| XYZ | 50.96 | 49.27 | 22.15 | - |
| YUV | 185.14 | 86.73 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 112 | 0 | 0.23 | 0.51 | 0.10 | 33.33 | 0.69 | 0.67 |
| Hex | E5 | B1 | 70 | 0 | 17 | 33 | A | 21 | 45 | 43 |
| Octal | 345 | 261 | 160 | 0 | 27 | 63 | 12 | 41 | 105 | 103 |
| Binary | 11100101 | 10110001 | 1110000 | 0 | 10111 | 110011 | 1010 | 100001 | 1000101 | 1000011 |
Color Harmonies of #E5B170
Complementary color
Monochromatic Colors of #E5B170
Black with #E5B170
Text Example
Text Example
White with #E5B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B170; }
p { color: rgb(229,177,112); }
H1.HeaderClassName
{
color: #E5B170;
}
.AnyTagClassName
{
color: #E5B170;
}
</style>
background-color css
<style>
a { background-color: #E5B170; }
a { background-color: rgb(229,177,112); }
div.DivClassName
{
background-color: #E5B170;
}
.BgClassName
{
background-color: #E5B170;
}
</style>
border-color css
<style>
span { border-color: #E5B170; }
span { border-color: rgb(229,177,112); }
td.TdClassName
{
border-color: #E5B170;
}
.TagClassName
{
border-color: #E5B170;
}
</style>