Shades of Harvest Gold #ECBA6E
Tints of Harvest Gold #ECBA6E
RGB
CMYK
RGB Variations
Color information
#ECBA6E (or 0xECBA6E) is known color: Harvest Gold. HEX triplet: EC, BA and 6E. RGB value is (236,186,110). Sum of RGB (Red+Green+Blue) = 236+186+110=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA6E is #134591. Grayscale: #C0C0C0. Windows color (decimal): -1262994 or 7256812. OLE color: 7256812.
HSL color Cylindrical-coordinate representation of color #ECBA6E: hue angle of 36.19º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECBA6E is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 110 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.07 |
| HSL | 36.19º | 0.77% | 0.68% | - |
| HSV(B) | 36.19º | 0.53% | 0.93% | - |
| XYZ | 54.97 | 54.08 | 22.29 | - |
| YUV | 192.29 | 81.57 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 110 | 0 | 0.21 | 0.53 | 0.07 | 36.19 | 0.77 | 0.68 |
| Hex | EC | BA | 6E | 0 | 15 | 35 | 7 | 24 | 4D | 44 |
| Octal | 354 | 272 | 156 | 0 | 25 | 65 | 7 | 44 | 115 | 104 |
| Binary | 11101100 | 10111010 | 1101110 | 0 | 10101 | 110101 | 111 | 100100 | 1001101 | 1000100 |
Color Harmonies of #ECBA6E
Complementary color
Monochromatic Colors of #ECBA6E
Black with #ECBA6E
Text Example
Text Example
White with #ECBA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA6E; }
p { color: rgb(236,186,110); }
H1.HeaderClassName
{
color: #ECBA6E;
}
.AnyTagClassName
{
color: #ECBA6E;
}
</style>
background-color css
<style>
a { background-color: #ECBA6E; }
a { background-color: rgb(236,186,110); }
div.DivClassName
{
background-color: #ECBA6E;
}
.BgClassName
{
background-color: #ECBA6E;
}
</style>
border-color css
<style>
span { border-color: #ECBA6E; }
span { border-color: rgb(236,186,110); }
td.TdClassName
{
border-color: #ECBA6E;
}
.TagClassName
{
border-color: #ECBA6E;
}
</style>