Shades of Harvest Gold #ECBB6C
Tints of Harvest Gold #ECBB6C
RGB
CMYK
RGB Variations
Color information
#ECBB6C (or 0xECBB6C) is known color: Harvest Gold. HEX triplet: EC, BB and 6C. RGB value is (236,187,108). Sum of RGB (Red+Green+Blue) = 236+187+108=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBB6C is #134493. Grayscale: #C1C1C1. Windows color (decimal): -1262740 or 7125996. OLE color: 7125996.
HSL color Cylindrical-coordinate representation of color #ECBB6C: hue angle of 37.03º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECBB6C is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 108 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.07 |
| HSL | 37.03º | 0.77% | 0.67% | - |
| HSV(B) | 37.03º | 0.54% | 0.93% | - |
| XYZ | 55.07 | 54.46 | 21.8 | - |
| YUV | 192.65 | 80.23 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 108 | 0 | 0.21 | 0.54 | 0.07 | 37.03 | 0.77 | 0.67 |
| Hex | EC | BB | 6C | 0 | 15 | 36 | 7 | 25 | 4D | 43 |
| Octal | 354 | 273 | 154 | 0 | 25 | 66 | 7 | 45 | 115 | 103 |
| Binary | 11101100 | 10111011 | 1101100 | 0 | 10101 | 110110 | 111 | 100101 | 1001101 | 1000011 |
Color Harmonies of #ECBB6C
Complementary color
Monochromatic Colors of #ECBB6C
Black with #ECBB6C
Text Example
Text Example
White with #ECBB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB6C; }
p { color: rgb(236,187,108); }
H1.HeaderClassName
{
color: #ECBB6C;
}
.AnyTagClassName
{
color: #ECBB6C;
}
</style>
background-color css
<style>
a { background-color: #ECBB6C; }
a { background-color: rgb(236,187,108); }
div.DivClassName
{
background-color: #ECBB6C;
}
.BgClassName
{
background-color: #ECBB6C;
}
</style>
border-color css
<style>
span { border-color: #ECBB6C; }
span { border-color: rgb(236,187,108); }
td.TdClassName
{
border-color: #ECBB6C;
}
.TagClassName
{
border-color: #ECBB6C;
}
</style>