Shades of Gold Tips #ECAA20
Tints of Gold Tips #ECAA20
RGB
CMYK
RGB Variations
Color information
#ECAA20 (or 0xECAA20) is known color: Gold Tips. HEX triplet: EC, AA and 20. RGB value is (236,170,32). Sum of RGB (Red+Green+Blue) = 236+170+32=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA20 is #1355DF. Grayscale: #AEAEAE. Windows color (decimal): -1267168 or 2140908. OLE color: 2140908.
HSL color Cylindrical-coordinate representation of color #ECAA20: hue angle of 40.59º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECAA20 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 32 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.07 |
| HSL | 40.59º | 0.84% | 0.53% | - |
| HSV(B) | 40.59º | 0.86% | 0.93% | - |
| XYZ | 49.23 | 46.69 | 7.78 | - |
| YUV | 174 | 47.87 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 32 | 0 | 0.28 | 0.86 | 0.07 | 40.59 | 0.84 | 0.53 |
| Hex | EC | AA | 20 | 0 | 1C | 56 | 7 | 29 | 54 | 35 |
| Octal | 354 | 252 | 40 | 0 | 34 | 126 | 7 | 51 | 124 | 65 |
| Binary | 11101100 | 10101010 | 100000 | 0 | 11100 | 1010110 | 111 | 101001 | 1010100 | 110101 |
Color Harmonies of #ECAA20
Complementary color
Monochromatic Colors of #ECAA20
Black with #ECAA20
Text Example
Text Example
White with #ECAA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA20; }
p { color: rgb(236,170,32); }
H1.HeaderClassName
{
color: #ECAA20;
}
.AnyTagClassName
{
color: #ECAA20;
}
</style>
background-color css
<style>
a { background-color: #ECAA20; }
a { background-color: rgb(236,170,32); }
div.DivClassName
{
background-color: #ECAA20;
}
.BgClassName
{
background-color: #ECAA20;
}
</style>
border-color css
<style>
span { border-color: #ECAA20; }
span { border-color: rgb(236,170,32); }
td.TdClassName
{
border-color: #ECAA20;
}
.TagClassName
{
border-color: #ECAA20;
}
</style>