Shades of Harvest Gold #ECC16C
Tints of Harvest Gold #ECC16C
RGB
CMYK
RGB Variations
Color information
#ECC16C (or 0xECC16C) is known color: Harvest Gold. HEX triplet: EC, C1 and 6C. RGB value is (236,193,108). Sum of RGB (Red+Green+Blue) = 236+193+108=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC16C is #133E93. Grayscale: #C4C4C4. Windows color (decimal): -1261204 or 7127532. OLE color: 7127532.
HSL color Cylindrical-coordinate representation of color #ECC16C: hue angle of 39.84º 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 #ECC16C is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 108 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.07 |
| HSL | 39.84º | 0.77% | 0.67% | - |
| HSV(B) | 39.84º | 0.54% | 0.93% | - |
| XYZ | 56.37 | 57.06 | 22.23 | - |
| YUV | 196.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 108 | 0 | 0.18 | 0.54 | 0.07 | 39.84 | 0.77 | 0.67 |
| Hex | EC | C1 | 6C | 0 | 12 | 36 | 7 | 28 | 4D | 43 |
| Octal | 354 | 301 | 154 | 0 | 22 | 66 | 7 | 50 | 115 | 103 |
| Binary | 11101100 | 11000001 | 1101100 | 0 | 10010 | 110110 | 111 | 101000 | 1001101 | 1000011 |
Color Harmonies of #ECC16C
Complementary color
Monochromatic Colors of #ECC16C
Black with #ECC16C
Text Example
Text Example
White with #ECC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC16C; }
p { color: rgb(236,193,108); }
H1.HeaderClassName
{
color: #ECC16C;
}
.AnyTagClassName
{
color: #ECC16C;
}
</style>
background-color css
<style>
a { background-color: #ECC16C; }
a { background-color: rgb(236,193,108); }
div.DivClassName
{
background-color: #ECC16C;
}
.BgClassName
{
background-color: #ECC16C;
}
</style>
border-color css
<style>
span { border-color: #ECC16C; }
span { border-color: rgb(236,193,108); }
td.TdClassName
{
border-color: #ECC16C;
}
.TagClassName
{
border-color: #ECC16C;
}
</style>