Shades of Harvest Gold #ECC070
Tints of Harvest Gold #ECC070
RGB
CMYK
RGB Variations
Color information
#ECC070 (or 0xECC070) is known color: Harvest Gold. HEX triplet: EC, C0 and 70. RGB value is (236,192,112). Sum of RGB (Red+Green+Blue) = 236+192+112=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC070 is #133F8F. Grayscale: #C4C4C4. Windows color (decimal): -1261456 or 7389420. OLE color: 7389420.
HSL color Cylindrical-coordinate representation of color #ECC070: hue angle of 38.71º 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 #ECC070 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 112 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.07 |
| HSL | 38.71º | 0.77% | 0.68% | - |
| HSV(B) | 38.71º | 0.53% | 0.93% | - |
| XYZ | 56.37 | 56.7 | 23.3 | - |
| YUV | 196.04 | 80.58 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 112 | 0 | 0.19 | 0.53 | 0.07 | 38.71 | 0.77 | 0.68 |
| Hex | EC | C0 | 70 | 0 | 13 | 35 | 7 | 27 | 4D | 44 |
| Octal | 354 | 300 | 160 | 0 | 23 | 65 | 7 | 47 | 115 | 104 |
| Binary | 11101100 | 11000000 | 1110000 | 0 | 10011 | 110101 | 111 | 100111 | 1001101 | 1000100 |
Color Harmonies of #ECC070
Complementary color
Monochromatic Colors of #ECC070
Black with #ECC070
Text Example
Text Example
White with #ECC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC070; }
p { color: rgb(236,192,112); }
H1.HeaderClassName
{
color: #ECC070;
}
.AnyTagClassName
{
color: #ECC070;
}
</style>
background-color css
<style>
a { background-color: #ECC070; }
a { background-color: rgb(236,192,112); }
div.DivClassName
{
background-color: #ECC070;
}
.BgClassName
{
background-color: #ECC070;
}
</style>
border-color css
<style>
span { border-color: #ECC070; }
span { border-color: rgb(236,192,112); }
td.TdClassName
{
border-color: #ECC070;
}
.TagClassName
{
border-color: #ECC070;
}
</style>