Shades of Harvest Gold #ECC161
Tints of Harvest Gold #ECC161
RGB
CMYK
RGB Variations
Color information
#ECC161 (or 0xECC161) is known color: Harvest Gold. HEX triplet: EC, C1 and 61. RGB value is (236,193,97). Sum of RGB (Red+Green+Blue) = 236+193+97=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC161 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC161 is #133E9E. Grayscale: #C3C3C3. Windows color (decimal): -1261215 or 6406636. OLE color: 6406636.
HSL color Cylindrical-coordinate representation of color #ECC161: hue angle of 41.44º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECC161 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 97 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.07 |
| HSL | 41.44º | 0.79% | 0.65% | - |
| HSV(B) | 41.44º | 0.59% | 0.93% | - |
| XYZ | 55.82 | 56.84 | 19.34 | - |
| YUV | 194.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 97 | 0 | 0.18 | 0.59 | 0.07 | 41.44 | 0.79 | 0.65 |
| Hex | EC | C1 | 61 | 0 | 12 | 3B | 7 | 29 | 4F | 41 |
| Octal | 354 | 301 | 141 | 0 | 22 | 73 | 7 | 51 | 117 | 101 |
| Binary | 11101100 | 11000001 | 1100001 | 0 | 10010 | 111011 | 111 | 101001 | 1001111 | 1000001 |
Color Harmonies of #ECC161
Complementary color
Monochromatic Colors of #ECC161
Black with #ECC161
Text Example
Text Example
White with #ECC161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC161; }
p { color: rgb(236,193,97); }
H1.HeaderClassName
{
color: #ECC161;
}
.AnyTagClassName
{
color: #ECC161;
}
</style>
background-color css
<style>
a { background-color: #ECC161; }
a { background-color: rgb(236,193,97); }
div.DivClassName
{
background-color: #ECC161;
}
.BgClassName
{
background-color: #ECC161;
}
</style>
border-color css
<style>
span { border-color: #ECC161; }
span { border-color: rgb(236,193,97); }
td.TdClassName
{
border-color: #ECC161;
}
.TagClassName
{
border-color: #ECC161;
}
</style>