Shades of Harvest Gold #ECBC6E
Tints of Harvest Gold #ECBC6E
RGB
CMYK
RGB Variations
Color information
#ECBC6E (or 0xECBC6E) is known color: Harvest Gold. HEX triplet: EC, BC and 6E. RGB value is (236,188,110). Sum of RGB (Red+Green+Blue) = 236+188+110=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC6E is #134391. Grayscale: #C1C1C1. Windows color (decimal): -1262482 or 7257324. OLE color: 7257324.
HSL color Cylindrical-coordinate representation of color #ECBC6E: hue angle of 37.14º 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 #ECBC6E is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 110 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.07 |
| HSL | 37.14º | 0.77% | 0.68% | - |
| HSV(B) | 37.14º | 0.53% | 0.93% | - |
| XYZ | 55.39 | 54.93 | 22.43 | - |
| YUV | 193.46 | 80.9 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 110 | 0 | 0.20 | 0.53 | 0.07 | 37.14 | 0.77 | 0.68 |
| Hex | EC | BC | 6E | 0 | 14 | 35 | 7 | 25 | 4D | 44 |
| Octal | 354 | 274 | 156 | 0 | 24 | 65 | 7 | 45 | 115 | 104 |
| Binary | 11101100 | 10111100 | 1101110 | 0 | 10100 | 110101 | 111 | 100101 | 1001101 | 1000100 |
Color Harmonies of #ECBC6E
Complementary color
Monochromatic Colors of #ECBC6E
Black with #ECBC6E
Text Example
Text Example
White with #ECBC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC6E; }
p { color: rgb(236,188,110); }
H1.HeaderClassName
{
color: #ECBC6E;
}
.AnyTagClassName
{
color: #ECBC6E;
}
</style>
background-color css
<style>
a { background-color: #ECBC6E; }
a { background-color: rgb(236,188,110); }
div.DivClassName
{
background-color: #ECBC6E;
}
.BgClassName
{
background-color: #ECBC6E;
}
</style>
border-color css
<style>
span { border-color: #ECBC6E; }
span { border-color: rgb(236,188,110); }
td.TdClassName
{
border-color: #ECBC6E;
}
.TagClassName
{
border-color: #ECBC6E;
}
</style>