Shades of Harvest Gold #E6BA62
Tints of Harvest Gold #E6BA62
RGB
CMYK
RGB Variations
Color information
#E6BA62 (or 0xE6BA62) is known color: Harvest Gold. HEX triplet: E6, BA and 62. RGB value is (230,186,98). Sum of RGB (Red+Green+Blue) = 230+186+98=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA62 is #19459D. Grayscale: #BDBDBD. Windows color (decimal): -1656222 or 6470374. OLE color: 6470374.
HSL color Cylindrical-coordinate representation of color #E6BA62: hue angle of 40º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6BA62 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 98 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.10 |
| HSL | 40º | 0.73% | 0.64% | - |
| HSV(B) | 40º | 0.57% | 0.9% | - |
| XYZ | 52.4 | 52.82 | 18.99 | - |
| YUV | 189.12 | 76.58 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 98 | 0 | 0.19 | 0.57 | 0.10 | 40 | 0.73 | 0.64 |
| Hex | E6 | BA | 62 | 0 | 13 | 39 | A | 28 | 49 | 40 |
| Octal | 346 | 272 | 142 | 0 | 23 | 71 | 12 | 50 | 111 | 100 |
| Binary | 11100110 | 10111010 | 1100010 | 0 | 10011 | 111001 | 1010 | 101000 | 1001001 | 1000000 |
Color Harmonies of #E6BA62
Complementary color
Monochromatic Colors of #E6BA62
Black with #E6BA62
Text Example
Text Example
White with #E6BA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BA62; }
p { color: rgb(230,186,98); }
H1.HeaderClassName
{
color: #E6BA62;
}
.AnyTagClassName
{
color: #E6BA62;
}
</style>
background-color css
<style>
a { background-color: #E6BA62; }
a { background-color: rgb(230,186,98); }
div.DivClassName
{
background-color: #E6BA62;
}
.BgClassName
{
background-color: #E6BA62;
}
</style>
border-color css
<style>
span { border-color: #E6BA62; }
span { border-color: rgb(230,186,98); }
td.TdClassName
{
border-color: #E6BA62;
}
.TagClassName
{
border-color: #E6BA62;
}
</style>