Shades of Harvest Gold #ECC16F
Tints of Harvest Gold #ECC16F
RGB
CMYK
RGB Variations
Color information
#ECC16F (or 0xECC16F) is known color: Harvest Gold. HEX triplet: EC, C1 and 6F. RGB value is (236,193,111). Sum of RGB (Red+Green+Blue) = 236+193+111=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC16F is #133E90. Grayscale: #C4C4C4. Windows color (decimal): -1261201 or 7324140. OLE color: 7324140.
HSL color Cylindrical-coordinate representation of color #ECC16F: hue angle of 39.36º 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 #ECC16F is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 111 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.07 |
| HSL | 39.36º | 0.77% | 0.68% | - |
| HSV(B) | 39.36º | 0.53% | 0.93% | - |
| XYZ | 56.53 | 57.12 | 23.08 | - |
| YUV | 196.51 | 79.75 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 111 | 0 | 0.18 | 0.53 | 0.07 | 39.36 | 0.77 | 0.68 |
| Hex | EC | C1 | 6F | 0 | 12 | 35 | 7 | 27 | 4D | 44 |
| Octal | 354 | 301 | 157 | 0 | 22 | 65 | 7 | 47 | 115 | 104 |
| Binary | 11101100 | 11000001 | 1101111 | 0 | 10010 | 110101 | 111 | 100111 | 1001101 | 1000100 |
Color Harmonies of #ECC16F
Complementary color
Monochromatic Colors of #ECC16F
Black with #ECC16F
Text Example
Text Example
White with #ECC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC16F; }
p { color: rgb(236,193,111); }
H1.HeaderClassName
{
color: #ECC16F;
}
.AnyTagClassName
{
color: #ECC16F;
}
</style>
background-color css
<style>
a { background-color: #ECC16F; }
a { background-color: rgb(236,193,111); }
div.DivClassName
{
background-color: #ECC16F;
}
.BgClassName
{
background-color: #ECC16F;
}
</style>
border-color css
<style>
span { border-color: #ECC16F; }
span { border-color: rgb(236,193,111); }
td.TdClassName
{
border-color: #ECC16F;
}
.TagClassName
{
border-color: #ECC16F;
}
</style>