Shades of Harvest Gold #E6B170
Tints of Harvest Gold #E6B170
RGB
CMYK
RGB Variations
Color information
#E6B170 (or 0xE6B170) is known color: Harvest Gold. HEX triplet: E6, B1 and 70. RGB value is (230,177,112). Sum of RGB (Red+Green+Blue) = 230+177+112=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B170 is #194E8F. Grayscale: #B9B9B9. Windows color (decimal): -1658512 or 7385574. OLE color: 7385574.
HSL color Cylindrical-coordinate representation of color #E6B170: hue angle of 33.05º degrees, saturation: 0.7, 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 #E6B170 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 112 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.10 |
| HSL | 33.05º | 0.7% | 0.67% | - |
| HSV(B) | 33.05º | 0.51% | 0.9% | - |
| XYZ | 51.28 | 49.44 | 22.17 | - |
| YUV | 185.44 | 86.56 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 112 | 0 | 0.23 | 0.51 | 0.10 | 33.05 | 0.7 | 0.67 |
| Hex | E6 | B1 | 70 | 0 | 17 | 33 | A | 21 | 46 | 43 |
| Octal | 346 | 261 | 160 | 0 | 27 | 63 | 12 | 41 | 106 | 103 |
| Binary | 11100110 | 10110001 | 1110000 | 0 | 10111 | 110011 | 1010 | 100001 | 1000110 | 1000011 |
Color Harmonies of #E6B170
Complementary color
Monochromatic Colors of #E6B170
Black with #E6B170
Text Example
Text Example
White with #E6B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B170; }
p { color: rgb(230,177,112); }
H1.HeaderClassName
{
color: #E6B170;
}
.AnyTagClassName
{
color: #E6B170;
}
</style>
background-color css
<style>
a { background-color: #E6B170; }
a { background-color: rgb(230,177,112); }
div.DivClassName
{
background-color: #E6B170;
}
.BgClassName
{
background-color: #E6B170;
}
</style>
border-color css
<style>
span { border-color: #E6B170; }
span { border-color: rgb(230,177,112); }
td.TdClassName
{
border-color: #E6B170;
}
.TagClassName
{
border-color: #E6B170;
}
</style>