Shades of Harvest Gold #E6BA61
Tints of Harvest Gold #E6BA61
RGB
CMYK
RGB Variations
Color information
#E6BA61 (or 0xE6BA61) is known color: Harvest Gold. HEX triplet: E6, BA and 61. RGB value is (230,186,97). Sum of RGB (Red+Green+Blue) = 230+186+97=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA61 is #19459E. Grayscale: #BDBDBD. Windows color (decimal): -1656223 or 6404838. OLE color: 6404838.
HSL color Cylindrical-coordinate representation of color #E6BA61: hue angle of 40.15º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6BA61 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 97 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.10 |
| HSL | 40.15º | 0.73% | 0.64% | - |
| HSV(B) | 40.15º | 0.58% | 0.9% | - |
| XYZ | 52.35 | 52.8 | 18.74 | - |
| YUV | 189.01 | 76.08 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 97 | 0 | 0.19 | 0.58 | 0.10 | 40.15 | 0.73 | 0.64 |
| Hex | E6 | BA | 61 | 0 | 13 | 3A | A | 28 | 49 | 40 |
| Octal | 346 | 272 | 141 | 0 | 23 | 72 | 12 | 50 | 111 | 100 |
| Binary | 11100110 | 10111010 | 1100001 | 0 | 10011 | 111010 | 1010 | 101000 | 1001001 | 1000000 |
Color Harmonies of #E6BA61
Complementary color
Monochromatic Colors of #E6BA61
Black with #E6BA61
Text Example
Text Example
White with #E6BA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BA61; }
p { color: rgb(230,186,97); }
H1.HeaderClassName
{
color: #E6BA61;
}
.AnyTagClassName
{
color: #E6BA61;
}
</style>
background-color css
<style>
a { background-color: #E6BA61; }
a { background-color: rgb(230,186,97); }
div.DivClassName
{
background-color: #E6BA61;
}
.BgClassName
{
background-color: #E6BA61;
}
</style>
border-color css
<style>
span { border-color: #E6BA61; }
span { border-color: rgb(230,186,97); }
td.TdClassName
{
border-color: #E6BA61;
}
.TagClassName
{
border-color: #E6BA61;
}
</style>