Shades of Harvest Gold #ECBD6F
Tints of Harvest Gold #ECBD6F
RGB
CMYK
RGB Variations
Color information
#ECBD6F (or 0xECBD6F) is known color: Harvest Gold. HEX triplet: EC, BD and 6F. RGB value is (236,189,111). Sum of RGB (Red+Green+Blue) = 236+189+111=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 111 (43.75% from 255 or 20.71% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD6F is #134290. Grayscale: #C2C2C2. Windows color (decimal): -1262225 or 7323116. OLE color: 7323116.
HSL color Cylindrical-coordinate representation of color #ECBD6F: hue angle of 37.44º 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 #ECBD6F is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 111 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.07 |
| HSL | 37.44º | 0.77% | 0.68% | - |
| HSV(B) | 37.44º | 0.53% | 0.93% | - |
| XYZ | 55.66 | 55.38 | 22.79 | - |
| YUV | 194.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 111 | 0 | 0.20 | 0.53 | 0.07 | 37.44 | 0.77 | 0.68 |
| Hex | EC | BD | 6F | 0 | 14 | 35 | 7 | 25 | 4D | 44 |
| Octal | 354 | 275 | 157 | 0 | 24 | 65 | 7 | 45 | 115 | 104 |
| Binary | 11101100 | 10111101 | 1101111 | 0 | 10100 | 110101 | 111 | 100101 | 1001101 | 1000100 |
Color Harmonies of #ECBD6F
Complementary color
Monochromatic Colors of #ECBD6F
Black with #ECBD6F
Text Example
Text Example
White with #ECBD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD6F; }
p { color: rgb(236,189,111); }
H1.HeaderClassName
{
color: #ECBD6F;
}
.AnyTagClassName
{
color: #ECBD6F;
}
</style>
background-color css
<style>
a { background-color: #ECBD6F; }
a { background-color: rgb(236,189,111); }
div.DivClassName
{
background-color: #ECBD6F;
}
.BgClassName
{
background-color: #ECBD6F;
}
</style>
border-color css
<style>
span { border-color: #ECBD6F; }
span { border-color: rgb(236,189,111); }
td.TdClassName
{
border-color: #ECBD6F;
}
.TagClassName
{
border-color: #ECBD6F;
}
</style>