Shades of Harvest Gold #ECBA71
Tints of Harvest Gold #ECBA71
RGB
CMYK
RGB Variations
Color information
#ECBA71 (or 0xECBA71) is known color: Harvest Gold. HEX triplet: EC, BA and 71. RGB value is (236,186,113). Sum of RGB (Red+Green+Blue) = 236+186+113=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA71 is #13458E. Grayscale: #C0C0C0. Windows color (decimal): -1262991 or 7453420. OLE color: 7453420.
HSL color Cylindrical-coordinate representation of color #ECBA71: hue angle of 35.61º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECBA71 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 113 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.07 |
| HSL | 35.61º | 0.76% | 0.68% | - |
| HSV(B) | 35.61º | 0.52% | 0.93% | - |
| XYZ | 55.13 | 54.14 | 23.17 | - |
| YUV | 192.63 | 83.07 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 113 | 0 | 0.21 | 0.52 | 0.07 | 35.61 | 0.76 | 0.68 |
| Hex | EC | BA | 71 | 0 | 15 | 34 | 7 | 24 | 4C | 44 |
| Octal | 354 | 272 | 161 | 0 | 25 | 64 | 7 | 44 | 114 | 104 |
| Binary | 11101100 | 10111010 | 1110001 | 0 | 10101 | 110100 | 111 | 100100 | 1001100 | 1000100 |
Color Harmonies of #ECBA71
Complementary color
Monochromatic Colors of #ECBA71
Black with #ECBA71
Text Example
Text Example
White with #ECBA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA71; }
p { color: rgb(236,186,113); }
H1.HeaderClassName
{
color: #ECBA71;
}
.AnyTagClassName
{
color: #ECBA71;
}
</style>
background-color css
<style>
a { background-color: #ECBA71; }
a { background-color: rgb(236,186,113); }
div.DivClassName
{
background-color: #ECBA71;
}
.BgClassName
{
background-color: #ECBA71;
}
</style>
border-color css
<style>
span { border-color: #ECBA71; }
span { border-color: rgb(236,186,113); }
td.TdClassName
{
border-color: #ECBA71;
}
.TagClassName
{
border-color: #ECBA71;
}
</style>