Shades of Harvest Gold #ECC072
Tints of Harvest Gold #ECC072
RGB
CMYK
RGB Variations
Color information
#ECC072 (or 0xECC072) is known color: Harvest Gold. HEX triplet: EC, C0 and 72. RGB value is (236,192,114). Sum of RGB (Red+Green+Blue) = 236+192+114=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC072 is #133F8D. Grayscale: #C4C4C4. Windows color (decimal): -1261454 or 7520492. OLE color: 7520492.
HSL color Cylindrical-coordinate representation of color #ECC072: hue angle of 38.36º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECC072 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 114 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.07 |
| HSL | 38.36º | 0.76% | 0.69% | - |
| HSV(B) | 38.36º | 0.52% | 0.93% | - |
| XYZ | 56.48 | 56.75 | 23.9 | - |
| YUV | 196.26 | 81.58 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 114 | 0 | 0.19 | 0.52 | 0.07 | 38.36 | 0.76 | 0.69 |
| Hex | EC | C0 | 72 | 0 | 13 | 34 | 7 | 26 | 4C | 45 |
| Octal | 354 | 300 | 162 | 0 | 23 | 64 | 7 | 46 | 114 | 105 |
| Binary | 11101100 | 11000000 | 1110010 | 0 | 10011 | 110100 | 111 | 100110 | 1001100 | 1000101 |
Color Harmonies of #ECC072
Complementary color
Monochromatic Colors of #ECC072
Black with #ECC072
Text Example
Text Example
White with #ECC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC072; }
p { color: rgb(236,192,114); }
H1.HeaderClassName
{
color: #ECC072;
}
.AnyTagClassName
{
color: #ECC072;
}
</style>
background-color css
<style>
a { background-color: #ECC072; }
a { background-color: rgb(236,192,114); }
div.DivClassName
{
background-color: #ECC072;
}
.BgClassName
{
background-color: #ECC072;
}
</style>
border-color css
<style>
span { border-color: #ECC072; }
span { border-color: rgb(236,192,114); }
td.TdClassName
{
border-color: #ECC072;
}
.TagClassName
{
border-color: #ECC072;
}
</style>