Shades of Harvest Gold #E8B170
Tints of Harvest Gold #E8B170
RGB
CMYK
RGB Variations
Color information
#E8B170 (or 0xE8B170) is known color: Harvest Gold. HEX triplet: E8, B1 and 70. RGB value is (232,177,112). Sum of RGB (Red+Green+Blue) = 232+177+112=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8B170 is #174E8F. Grayscale: #BABABA. Windows color (decimal): -1527440 or 7385576. OLE color: 7385576.
HSL color Cylindrical-coordinate representation of color #E8B170: hue angle of 32.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8B170 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 177 | 112 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.09 |
| HSL | 32.5º | 0.72% | 0.67% | - |
| HSV(B) | 32.5º | 0.52% | 0.91% | - |
| XYZ | 51.93 | 49.77 | 22.2 | - |
| YUV | 186.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 177 | 112 | 0 | 0.24 | 0.52 | 0.09 | 32.5 | 0.72 | 0.67 |
| Hex | E8 | B1 | 70 | 0 | 18 | 34 | 9 | 20 | 48 | 43 |
| Octal | 350 | 261 | 160 | 0 | 30 | 64 | 11 | 40 | 110 | 103 |
| Binary | 11101000 | 10110001 | 1110000 | 0 | 11000 | 110100 | 1001 | 100000 | 1001000 | 1000011 |
Color Harmonies of #E8B170
Complementary color
Monochromatic Colors of #E8B170
Black with #E8B170
Text Example
Text Example
White with #E8B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B170; }
p { color: rgb(232,177,112); }
H1.HeaderClassName
{
color: #E8B170;
}
.AnyTagClassName
{
color: #E8B170;
}
</style>
background-color css
<style>
a { background-color: #E8B170; }
a { background-color: rgb(232,177,112); }
div.DivClassName
{
background-color: #E8B170;
}
.BgClassName
{
background-color: #E8B170;
}
</style>
border-color css
<style>
span { border-color: #E8B170; }
span { border-color: rgb(232,177,112); }
td.TdClassName
{
border-color: #E8B170;
}
.TagClassName
{
border-color: #E8B170;
}
</style>