Shades of Harvest Gold #ECC16E
Tints of Harvest Gold #ECC16E
RGB
CMYK
RGB Variations
Color information
#ECC16E (or 0xECC16E) is known color: Harvest Gold. HEX triplet: EC, C1 and 6E. RGB value is (236,193,110). Sum of RGB (Red+Green+Blue) = 236+193+110=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC16E is #133E91. Grayscale: #C4C4C4. Windows color (decimal): -1261202 or 7258604. OLE color: 7258604.
HSL color Cylindrical-coordinate representation of color #ECC16E: hue angle of 39.52º 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 #ECC16E is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 110 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.07 |
| HSL | 39.52º | 0.77% | 0.68% | - |
| HSV(B) | 39.52º | 0.53% | 0.93% | - |
| XYZ | 56.48 | 57.1 | 22.8 | - |
| YUV | 196.4 | 79.25 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 110 | 0 | 0.18 | 0.53 | 0.07 | 39.52 | 0.77 | 0.68 |
| Hex | EC | C1 | 6E | 0 | 12 | 35 | 7 | 28 | 4D | 44 |
| Octal | 354 | 301 | 156 | 0 | 22 | 65 | 7 | 50 | 115 | 104 |
| Binary | 11101100 | 11000001 | 1101110 | 0 | 10010 | 110101 | 111 | 101000 | 1001101 | 1000100 |
Color Harmonies of #ECC16E
Complementary color
Monochromatic Colors of #ECC16E
Black with #ECC16E
Text Example
Text Example
White with #ECC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC16E; }
p { color: rgb(236,193,110); }
H1.HeaderClassName
{
color: #ECC16E;
}
.AnyTagClassName
{
color: #ECC16E;
}
</style>
background-color css
<style>
a { background-color: #ECC16E; }
a { background-color: rgb(236,193,110); }
div.DivClassName
{
background-color: #ECC16E;
}
.BgClassName
{
background-color: #ECC16E;
}
</style>
border-color css
<style>
span { border-color: #ECC16E; }
span { border-color: rgb(236,193,110); }
td.TdClassName
{
border-color: #ECC16E;
}
.TagClassName
{
border-color: #ECC16E;
}
</style>