Shades of Harvest Gold #ECC16D
Tints of Harvest Gold #ECC16D
RGB
CMYK
RGB Variations
Color information
#ECC16D (or 0xECC16D) is known color: Harvest Gold. HEX triplet: EC, C1 and 6D. RGB value is (236,193,109). Sum of RGB (Red+Green+Blue) = 236+193+109=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC16D is #133E92. Grayscale: #C4C4C4. Windows color (decimal): -1261203 or 7193068. OLE color: 7193068.
HSL color Cylindrical-coordinate representation of color #ECC16D: hue angle of 39.69º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECC16D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 109 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.07 |
| HSL | 39.69º | 0.77% | 0.68% | - |
| HSV(B) | 39.69º | 0.54% | 0.93% | - |
| XYZ | 56.42 | 57.08 | 22.51 | - |
| YUV | 196.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 109 | 0 | 0.18 | 0.54 | 0.07 | 39.69 | 0.77 | 0.68 |
| Hex | EC | C1 | 6D | 0 | 12 | 36 | 7 | 28 | 4D | 44 |
| Octal | 354 | 301 | 155 | 0 | 22 | 66 | 7 | 50 | 115 | 104 |
| Binary | 11101100 | 11000001 | 1101101 | 0 | 10010 | 110110 | 111 | 101000 | 1001101 | 1000100 |
Color Harmonies of #ECC16D
Complementary color
Monochromatic Colors of #ECC16D
Black with #ECC16D
Text Example
Text Example
White with #ECC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC16D; }
p { color: rgb(236,193,109); }
H1.HeaderClassName
{
color: #ECC16D;
}
.AnyTagClassName
{
color: #ECC16D;
}
</style>
background-color css
<style>
a { background-color: #ECC16D; }
a { background-color: rgb(236,193,109); }
div.DivClassName
{
background-color: #ECC16D;
}
.BgClassName
{
background-color: #ECC16D;
}
</style>
border-color css
<style>
span { border-color: #ECC16D; }
span { border-color: rgb(236,193,109); }
td.TdClassName
{
border-color: #ECC16D;
}
.TagClassName
{
border-color: #ECC16D;
}
</style>