Shades of Gold Tips #ECAC20
Tints of Gold Tips #ECAC20
RGB
CMYK
RGB Variations
Color information
#ECAC20 (or 0xECAC20) is known color: Gold Tips. HEX triplet: EC, AC and 20. RGB value is (236,172,32). Sum of RGB (Red+Green+Blue) = 236+172+32=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC20 is #1353DF. Grayscale: #AFAFAF. Windows color (decimal): -1266656 or 2141420. OLE color: 2141420.
HSL color Cylindrical-coordinate representation of color #ECAC20: hue angle of 41.18º 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 #ECAC20 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 32 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.07 |
| HSL | 41.18º | 0.84% | 0.53% | - |
| HSV(B) | 41.18º | 0.86% | 0.93% | - |
| XYZ | 49.61 | 47.44 | 7.91 | - |
| YUV | 175.18 | 47.2 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 32 | 0 | 0.27 | 0.86 | 0.07 | 41.18 | 0.84 | 0.53 |
| Hex | EC | AC | 20 | 0 | 1B | 56 | 7 | 29 | 54 | 35 |
| Octal | 354 | 254 | 40 | 0 | 33 | 126 | 7 | 51 | 124 | 65 |
| Binary | 11101100 | 10101100 | 100000 | 0 | 11011 | 1010110 | 111 | 101001 | 1010100 | 110101 |
Color Harmonies of #ECAC20
Complementary color
Monochromatic Colors of #ECAC20
Black with #ECAC20
Text Example
Text Example
White with #ECAC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC20; }
p { color: rgb(236,172,32); }
H1.HeaderClassName
{
color: #ECAC20;
}
.AnyTagClassName
{
color: #ECAC20;
}
</style>
background-color css
<style>
a { background-color: #ECAC20; }
a { background-color: rgb(236,172,32); }
div.DivClassName
{
background-color: #ECAC20;
}
.BgClassName
{
background-color: #ECAC20;
}
</style>
border-color css
<style>
span { border-color: #ECAC20; }
span { border-color: rgb(236,172,32); }
td.TdClassName
{
border-color: #ECAC20;
}
.TagClassName
{
border-color: #ECAC20;
}
</style>