Shades of Harvest Gold #E6B770
Tints of Harvest Gold #E6B770
RGB
CMYK
RGB Variations
Color information
#E6B770 (or 0xE6B770) is known color: Harvest Gold. HEX triplet: E6, B7 and 70. RGB value is (230,183,112). Sum of RGB (Red+Green+Blue) = 230+183+112=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B770 is #19488F. Grayscale: #BDBDBD. Windows color (decimal): -1656976 or 7387110. OLE color: 7387110.
HSL color Cylindrical-coordinate representation of color #E6B770: hue angle of 36.1º 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 #E6B770 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 112 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.10 |
| HSL | 36.1º | 0.7% | 0.67% | - |
| HSV(B) | 36.1º | 0.51% | 0.9% | - |
| XYZ | 52.49 | 51.86 | 22.57 | - |
| YUV | 188.96 | 84.57 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 112 | 0 | 0.20 | 0.51 | 0.10 | 36.1 | 0.7 | 0.67 |
| Hex | E6 | B7 | 70 | 0 | 14 | 33 | A | 24 | 46 | 43 |
| Octal | 346 | 267 | 160 | 0 | 24 | 63 | 12 | 44 | 106 | 103 |
| Binary | 11100110 | 10110111 | 1110000 | 0 | 10100 | 110011 | 1010 | 100100 | 1000110 | 1000011 |
Color Harmonies of #E6B770
Complementary color
Monochromatic Colors of #E6B770
Black with #E6B770
Text Example
Text Example
White with #E6B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B770; }
p { color: rgb(230,183,112); }
H1.HeaderClassName
{
color: #E6B770;
}
.AnyTagClassName
{
color: #E6B770;
}
</style>
background-color css
<style>
a { background-color: #E6B770; }
a { background-color: rgb(230,183,112); }
div.DivClassName
{
background-color: #E6B770;
}
.BgClassName
{
background-color: #E6B770;
}
</style>
border-color css
<style>
span { border-color: #E6B770; }
span { border-color: rgb(230,183,112); }
td.TdClassName
{
border-color: #E6B770;
}
.TagClassName
{
border-color: #E6B770;
}
</style>