Shades of Harvest Gold #ECBC6F
Tints of Harvest Gold #ECBC6F
RGB
CMYK
RGB Variations
Color information
#ECBC6F (or 0xECBC6F) is known color: Harvest Gold. HEX triplet: EC, BC and 6F. RGB value is (236,188,111). Sum of RGB (Red+Green+Blue) = 236+188+111=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC6F is #134390. Grayscale: #C1C1C1. Windows color (decimal): -1262481 or 7322860. OLE color: 7322860.
HSL color Cylindrical-coordinate representation of color #ECBC6F: hue angle of 36.96º 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 #ECBC6F is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 111 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.07 |
| HSL | 36.96º | 0.77% | 0.68% | - |
| HSV(B) | 36.96º | 0.53% | 0.93% | - |
| XYZ | 55.44 | 54.95 | 22.72 | - |
| YUV | 193.57 | 81.4 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 111 | 0 | 0.20 | 0.53 | 0.07 | 36.96 | 0.77 | 0.68 |
| Hex | EC | BC | 6F | 0 | 14 | 35 | 7 | 25 | 4D | 44 |
| Octal | 354 | 274 | 157 | 0 | 24 | 65 | 7 | 45 | 115 | 104 |
| Binary | 11101100 | 10111100 | 1101111 | 0 | 10100 | 110101 | 111 | 100101 | 1001101 | 1000100 |
Color Harmonies of #ECBC6F
Complementary color
Monochromatic Colors of #ECBC6F
Black with #ECBC6F
Text Example
Text Example
White with #ECBC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC6F; }
p { color: rgb(236,188,111); }
H1.HeaderClassName
{
color: #ECBC6F;
}
.AnyTagClassName
{
color: #ECBC6F;
}
</style>
background-color css
<style>
a { background-color: #ECBC6F; }
a { background-color: rgb(236,188,111); }
div.DivClassName
{
background-color: #ECBC6F;
}
.BgClassName
{
background-color: #ECBC6F;
}
</style>
border-color css
<style>
span { border-color: #ECBC6F; }
span { border-color: rgb(236,188,111); }
td.TdClassName
{
border-color: #ECBC6F;
}
.TagClassName
{
border-color: #ECBC6F;
}
</style>