Shades of Harvest Gold #ECC071
Tints of Harvest Gold #ECC071
RGB
CMYK
RGB Variations
Color information
#ECC071 (or 0xECC071) is known color: Harvest Gold. HEX triplet: EC, C0 and 71. RGB value is (236,192,113). Sum of RGB (Red+Green+Blue) = 236+192+113=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC071 is #133F8E. Grayscale: #C4C4C4. Windows color (decimal): -1261455 or 7454956. OLE color: 7454956.
HSL color Cylindrical-coordinate representation of color #ECC071: hue angle of 38.54º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECC071 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 113 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.07 |
| HSL | 38.54º | 0.76% | 0.68% | - |
| HSV(B) | 38.54º | 0.52% | 0.93% | - |
| XYZ | 56.42 | 56.72 | 23.6 | - |
| YUV | 196.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 113 | 0 | 0.19 | 0.52 | 0.07 | 38.54 | 0.76 | 0.68 |
| Hex | EC | C0 | 71 | 0 | 13 | 34 | 7 | 27 | 4C | 44 |
| Octal | 354 | 300 | 161 | 0 | 23 | 64 | 7 | 47 | 114 | 104 |
| Binary | 11101100 | 11000000 | 1110001 | 0 | 10011 | 110100 | 111 | 100111 | 1001100 | 1000100 |
Color Harmonies of #ECC071
Complementary color
Monochromatic Colors of #ECC071
Black with #ECC071
Text Example
Text Example
White with #ECC071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC071; }
p { color: rgb(236,192,113); }
H1.HeaderClassName
{
color: #ECC071;
}
.AnyTagClassName
{
color: #ECC071;
}
</style>
background-color css
<style>
a { background-color: #ECC071; }
a { background-color: rgb(236,192,113); }
div.DivClassName
{
background-color: #ECC071;
}
.BgClassName
{
background-color: #ECC071;
}
</style>
border-color css
<style>
span { border-color: #ECC071; }
span { border-color: rgb(236,192,113); }
td.TdClassName
{
border-color: #ECC071;
}
.TagClassName
{
border-color: #ECC071;
}
</style>