Shades of Gold Tips #ECAC17
Tints of Gold Tips #ECAC17
RGB
CMYK
RGB Variations
Color information
#ECAC17 (or 0xECAC17) is known color: Gold Tips. HEX triplet: EC, AC and 17. RGB value is (236,172,23). Sum of RGB (Red+Green+Blue) = 236+172+23=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC17 is #1353E8. Grayscale: #AEAEAE. Windows color (decimal): -1266665 or 1551596. OLE color: 1551596.
HSL color Cylindrical-coordinate representation of color #ECAC17: hue angle of 41.97º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECAC17 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 23 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.07 |
| HSL | 41.97º | 0.85% | 0.51% | - |
| HSV(B) | 41.97º | 0.9% | 0.93% | - |
| XYZ | 49.5 | 47.4 | 7.35 | - |
| YUV | 174.15 | 42.7 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 23 | 0 | 0.27 | 0.90 | 0.07 | 41.97 | 0.85 | 0.51 |
| Hex | EC | AC | 17 | 0 | 1B | 5A | 7 | 2A | 55 | 33 |
| Octal | 354 | 254 | 27 | 0 | 33 | 132 | 7 | 52 | 125 | 63 |
| Binary | 11101100 | 10101100 | 10111 | 0 | 11011 | 1011010 | 111 | 101010 | 1010101 | 110011 |
Color Harmonies of #ECAC17
Complementary color
Monochromatic Colors of #ECAC17
Black with #ECAC17
Text Example
Text Example
White with #ECAC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC17; }
p { color: rgb(236,172,23); }
H1.HeaderClassName
{
color: #ECAC17;
}
.AnyTagClassName
{
color: #ECAC17;
}
</style>
background-color css
<style>
a { background-color: #ECAC17; }
a { background-color: rgb(236,172,23); }
div.DivClassName
{
background-color: #ECAC17;
}
.BgClassName
{
background-color: #ECAC17;
}
</style>
border-color css
<style>
span { border-color: #ECAC17; }
span { border-color: rgb(236,172,23); }
td.TdClassName
{
border-color: #ECAC17;
}
.TagClassName
{
border-color: #ECAC17;
}
</style>