Shades of Harvest Gold #ECC171
Tints of Harvest Gold #ECC171
RGB
CMYK
RGB Variations
Color information
#ECC171 (or 0xECC171) is known color: Harvest Gold. HEX triplet: EC, C1 and 71. RGB value is (236,193,113). Sum of RGB (Red+Green+Blue) = 236+193+113=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC171 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC171 is #133E8E. Grayscale: #C5C5C5. Windows color (decimal): -1261199 or 7455212. OLE color: 7455212.
HSL color Cylindrical-coordinate representation of color #ECC171: hue angle of 39.02º 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 #ECC171 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 113 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.07 |
| HSL | 39.02º | 0.76% | 0.68% | - |
| HSV(B) | 39.02º | 0.52% | 0.93% | - |
| XYZ | 56.64 | 57.17 | 23.67 | - |
| YUV | 196.74 | 80.75 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 113 | 0 | 0.18 | 0.52 | 0.07 | 39.02 | 0.76 | 0.68 |
| Hex | EC | C1 | 71 | 0 | 12 | 34 | 7 | 27 | 4C | 44 |
| Octal | 354 | 301 | 161 | 0 | 22 | 64 | 7 | 47 | 114 | 104 |
| Binary | 11101100 | 11000001 | 1110001 | 0 | 10010 | 110100 | 111 | 100111 | 1001100 | 1000100 |
Color Harmonies of #ECC171
Complementary color
Monochromatic Colors of #ECC171
Black with #ECC171
Text Example
Text Example
White with #ECC171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC171; }
p { color: rgb(236,193,113); }
H1.HeaderClassName
{
color: #ECC171;
}
.AnyTagClassName
{
color: #ECC171;
}
</style>
background-color css
<style>
a { background-color: #ECC171; }
a { background-color: rgb(236,193,113); }
div.DivClassName
{
background-color: #ECC171;
}
.BgClassName
{
background-color: #ECC171;
}
</style>
border-color css
<style>
span { border-color: #ECC171; }
span { border-color: rgb(236,193,113); }
td.TdClassName
{
border-color: #ECC171;
}
.TagClassName
{
border-color: #ECC171;
}
</style>