Shades of Harvest Gold #ECBC73
Tints of Harvest Gold #ECBC73
RGB
CMYK
RGB Variations
Color information
#ECBC73 (or 0xECBC73) is known color: Harvest Gold. HEX triplet: EC, BC and 73. RGB value is (236,188,115). Sum of RGB (Red+Green+Blue) = 236+188+115=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC73 is #13438C. Grayscale: #C2C2C2. Windows color (decimal): -1262477 or 7585004. OLE color: 7585004.
HSL color Cylindrical-coordinate representation of color #ECBC73: hue angle of 36.2º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECBC73 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 115 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.07 |
| HSL | 36.2º | 0.76% | 0.69% | - |
| HSV(B) | 36.2º | 0.51% | 0.93% | - |
| XYZ | 55.67 | 55.04 | 23.91 | - |
| YUV | 194.03 | 83.4 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 115 | 0 | 0.20 | 0.51 | 0.07 | 36.2 | 0.76 | 0.69 |
| Hex | EC | BC | 73 | 0 | 14 | 33 | 7 | 24 | 4C | 45 |
| Octal | 354 | 274 | 163 | 0 | 24 | 63 | 7 | 44 | 114 | 105 |
| Binary | 11101100 | 10111100 | 1110011 | 0 | 10100 | 110011 | 111 | 100100 | 1001100 | 1000101 |
Color Harmonies of #ECBC73
Complementary color
Monochromatic Colors of #ECBC73
Black with #ECBC73
Text Example
Text Example
White with #ECBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC73; }
p { color: rgb(236,188,115); }
H1.HeaderClassName
{
color: #ECBC73;
}
.AnyTagClassName
{
color: #ECBC73;
}
</style>
background-color css
<style>
a { background-color: #ECBC73; }
a { background-color: rgb(236,188,115); }
div.DivClassName
{
background-color: #ECBC73;
}
.BgClassName
{
background-color: #ECBC73;
}
</style>
border-color css
<style>
span { border-color: #ECBC73; }
span { border-color: rgb(236,188,115); }
td.TdClassName
{
border-color: #ECBC73;
}
.TagClassName
{
border-color: #ECBC73;
}
</style>