Shades of Harvest Gold #ECC06C
Tints of Harvest Gold #ECC06C
RGB
CMYK
RGB Variations
Color information
#ECC06C (or 0xECC06C) is known color: Harvest Gold. HEX triplet: EC, C0 and 6C. RGB value is (236,192,108). Sum of RGB (Red+Green+Blue) = 236+192+108=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC06C is #133F93. Grayscale: #C3C3C3. Windows color (decimal): -1261460 or 7127276. OLE color: 7127276.
HSL color Cylindrical-coordinate representation of color #ECC06C: hue angle of 39.38º 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 #ECC06C is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 108 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.07 |
| HSL | 39.38º | 0.77% | 0.67% | - |
| HSV(B) | 39.38º | 0.54% | 0.93% | - |
| XYZ | 56.15 | 56.61 | 22.16 | - |
| YUV | 195.58 | 78.58 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 108 | 0 | 0.19 | 0.54 | 0.07 | 39.38 | 0.77 | 0.67 |
| Hex | EC | C0 | 6C | 0 | 13 | 36 | 7 | 27 | 4D | 43 |
| Octal | 354 | 300 | 154 | 0 | 23 | 66 | 7 | 47 | 115 | 103 |
| Binary | 11101100 | 11000000 | 1101100 | 0 | 10011 | 110110 | 111 | 100111 | 1001101 | 1000011 |
Color Harmonies of #ECC06C
Complementary color
Monochromatic Colors of #ECC06C
Black with #ECC06C
Text Example
Text Example
White with #ECC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC06C; }
p { color: rgb(236,192,108); }
H1.HeaderClassName
{
color: #ECC06C;
}
.AnyTagClassName
{
color: #ECC06C;
}
</style>
background-color css
<style>
a { background-color: #ECC06C; }
a { background-color: rgb(236,192,108); }
div.DivClassName
{
background-color: #ECC06C;
}
.BgClassName
{
background-color: #ECC06C;
}
</style>
border-color css
<style>
span { border-color: #ECC06C; }
span { border-color: rgb(236,192,108); }
td.TdClassName
{
border-color: #ECC06C;
}
.TagClassName
{
border-color: #ECC06C;
}
</style>