Shades of Harvest Gold #ECC075
Tints of Harvest Gold #ECC075
RGB
CMYK
RGB Variations
Color information
#ECC075 (or 0xECC075) is known color: Harvest Gold. HEX triplet: EC, C0 and 75. RGB value is (236,192,117). Sum of RGB (Red+Green+Blue) = 236+192+117=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC075 is #133F8A. Grayscale: #C4C4C4. Windows color (decimal): -1261451 or 7717100. OLE color: 7717100.
HSL color Cylindrical-coordinate representation of color #ECC075: hue angle of 37.82º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECC075 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 117 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.07 |
| HSL | 37.82º | 0.76% | 0.69% | - |
| HSV(B) | 37.82º | 0.5% | 0.93% | - |
| XYZ | 56.65 | 56.82 | 24.81 | - |
| YUV | 196.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 117 | 0 | 0.19 | 0.50 | 0.07 | 37.82 | 0.76 | 0.69 |
| Hex | EC | C0 | 75 | 0 | 13 | 32 | 7 | 26 | 4C | 45 |
| Octal | 354 | 300 | 165 | 0 | 23 | 62 | 7 | 46 | 114 | 105 |
| Binary | 11101100 | 11000000 | 1110101 | 0 | 10011 | 110010 | 111 | 100110 | 1001100 | 1000101 |
Color Harmonies of #ECC075
Complementary color
Monochromatic Colors of #ECC075
Black with #ECC075
Text Example
Text Example
White with #ECC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC075; }
p { color: rgb(236,192,117); }
H1.HeaderClassName
{
color: #ECC075;
}
.AnyTagClassName
{
color: #ECC075;
}
</style>
background-color css
<style>
a { background-color: #ECC075; }
a { background-color: rgb(236,192,117); }
div.DivClassName
{
background-color: #ECC075;
}
.BgClassName
{
background-color: #ECC075;
}
</style>
border-color css
<style>
span { border-color: #ECC075; }
span { border-color: rgb(236,192,117); }
td.TdClassName
{
border-color: #ECC075;
}
.TagClassName
{
border-color: #ECC075;
}
</style>