Shades of Harvest Gold #ECC162
Tints of Harvest Gold #ECC162
RGB
CMYK
RGB Variations
Color information
#ECC162 (or 0xECC162) is known color: Harvest Gold. HEX triplet: EC, C1 and 62. RGB value is (236,193,98). Sum of RGB (Red+Green+Blue) = 236+193+98=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC162 is #133E9D. Grayscale: #C3C3C3. Windows color (decimal): -1261214 or 6472172. OLE color: 6472172.
HSL color Cylindrical-coordinate representation of color #ECC162: hue angle of 41.3º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECC162 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 98 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.07 |
| HSL | 41.3º | 0.78% | 0.65% | - |
| HSV(B) | 41.3º | 0.58% | 0.93% | - |
| XYZ | 55.87 | 56.85 | 19.58 | - |
| YUV | 195.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 98 | 0 | 0.18 | 0.58 | 0.07 | 41.3 | 0.78 | 0.65 |
| Hex | EC | C1 | 62 | 0 | 12 | 3A | 7 | 29 | 4E | 41 |
| Octal | 354 | 301 | 142 | 0 | 22 | 72 | 7 | 51 | 116 | 101 |
| Binary | 11101100 | 11000001 | 1100010 | 0 | 10010 | 111010 | 111 | 101001 | 1001110 | 1000001 |
Color Harmonies of #ECC162
Complementary color
Monochromatic Colors of #ECC162
Black with #ECC162
Text Example
Text Example
White with #ECC162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC162; }
p { color: rgb(236,193,98); }
H1.HeaderClassName
{
color: #ECC162;
}
.AnyTagClassName
{
color: #ECC162;
}
</style>
background-color css
<style>
a { background-color: #ECC162; }
a { background-color: rgb(236,193,98); }
div.DivClassName
{
background-color: #ECC162;
}
.BgClassName
{
background-color: #ECC162;
}
</style>
border-color css
<style>
span { border-color: #ECC162; }
span { border-color: rgb(236,193,98); }
td.TdClassName
{
border-color: #ECC162;
}
.TagClassName
{
border-color: #ECC162;
}
</style>