Shades of Harvest Gold #E6B870
Tints of Harvest Gold #E6B870
RGB
CMYK
RGB Variations
Color information
#E6B870 (or 0xE6B870) is known color: Harvest Gold. HEX triplet: E6, B8 and 70. RGB value is (230,184,112). Sum of RGB (Red+Green+Blue) = 230+184+112=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B870 is #19478F. Grayscale: #BDBDBD. Windows color (decimal): -1656720 or 7387366. OLE color: 7387366.
HSL color Cylindrical-coordinate representation of color #E6B870: hue angle of 36.61º 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 #E6B870 is Cyan = 0, Magento = 0.2, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 112 | - |
| CMYK | 0 | 0.2 | 0.51 | 0.10 |
| HSL | 36.61º | 0.7% | 0.67% | - |
| HSV(B) | 36.61º | 0.51% | 0.9% | - |
| XYZ | 52.7 | 52.27 | 22.64 | - |
| YUV | 189.55 | 84.24 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 112 | 0 | 0.2 | 0.51 | 0.10 | 36.61 | 0.7 | 0.67 |
| Hex | E6 | B8 | 70 | 0 | 14 | 33 | A | 25 | 46 | 43 |
| Octal | 346 | 270 | 160 | 0 | 24 | 63 | 12 | 45 | 106 | 103 |
| Binary | 11100110 | 10111000 | 1110000 | 0 | 10100 | 110011 | 1010 | 100101 | 1000110 | 1000011 |
Color Harmonies of #E6B870
Complementary color
Monochromatic Colors of #E6B870
Black with #E6B870
Text Example
Text Example
White with #E6B870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B870; }
p { color: rgb(230,184,112); }
H1.HeaderClassName
{
color: #E6B870;
}
.AnyTagClassName
{
color: #E6B870;
}
</style>
background-color css
<style>
a { background-color: #E6B870; }
a { background-color: rgb(230,184,112); }
div.DivClassName
{
background-color: #E6B870;
}
.BgClassName
{
background-color: #E6B870;
}
</style>
border-color css
<style>
span { border-color: #E6B870; }
span { border-color: rgb(230,184,112); }
td.TdClassName
{
border-color: #E6B870;
}
.TagClassName
{
border-color: #E6B870;
}
</style>