Shades of Harvest Gold #ECBA6C
Tints of Harvest Gold #ECBA6C
RGB
CMYK
RGB Variations
Color information
#ECBA6C (or 0xECBA6C) is known color: Harvest Gold. HEX triplet: EC, BA and 6C. RGB value is (236,186,108). Sum of RGB (Red+Green+Blue) = 236+186+108=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA6C is #134593. Grayscale: #C0C0C0. Windows color (decimal): -1262996 or 7125740. OLE color: 7125740.
HSL color Cylindrical-coordinate representation of color #ECBA6C: hue angle of 36.56º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECBA6C is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 108 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.07 |
| HSL | 36.56º | 0.77% | 0.67% | - |
| HSV(B) | 36.56º | 0.54% | 0.93% | - |
| XYZ | 54.86 | 54.03 | 21.73 | - |
| YUV | 192.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 108 | 0 | 0.21 | 0.54 | 0.07 | 36.56 | 0.77 | 0.67 |
| Hex | EC | BA | 6C | 0 | 15 | 36 | 7 | 25 | 4D | 43 |
| Octal | 354 | 272 | 154 | 0 | 25 | 66 | 7 | 45 | 115 | 103 |
| Binary | 11101100 | 10111010 | 1101100 | 0 | 10101 | 110110 | 111 | 100101 | 1001101 | 1000011 |
Color Harmonies of #ECBA6C
Complementary color
Monochromatic Colors of #ECBA6C
Black with #ECBA6C
Text Example
Text Example
White with #ECBA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA6C; }
p { color: rgb(236,186,108); }
H1.HeaderClassName
{
color: #ECBA6C;
}
.AnyTagClassName
{
color: #ECBA6C;
}
</style>
background-color css
<style>
a { background-color: #ECBA6C; }
a { background-color: rgb(236,186,108); }
div.DivClassName
{
background-color: #ECBA6C;
}
.BgClassName
{
background-color: #ECBA6C;
}
</style>
border-color css
<style>
span { border-color: #ECBA6C; }
span { border-color: rgb(236,186,108); }
td.TdClassName
{
border-color: #ECBA6C;
}
.TagClassName
{
border-color: #ECBA6C;
}
</style>