Shades of Gold Tips #ECAA19
Tints of Gold Tips #ECAA19
RGB
CMYK
RGB Variations
Color information
#ECAA19 (or 0xECAA19) is known color: Gold Tips. HEX triplet: EC, AA and 19. RGB value is (236,170,25). Sum of RGB (Red+Green+Blue) = 236+170+25=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA19 is #1355E6. Grayscale: #ADADAD. Windows color (decimal): -1267175 or 1682156. OLE color: 1682156.
HSL color Cylindrical-coordinate representation of color #ECAA19: hue angle of 41.23º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECAA19 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 25 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.07 |
| HSL | 41.23º | 0.85% | 0.51% | - |
| HSV(B) | 41.23º | 0.89% | 0.93% | - |
| XYZ | 49.14 | 46.65 | 7.33 | - |
| YUV | 173.2 | 44.37 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 25 | 0 | 0.28 | 0.89 | 0.07 | 41.23 | 0.85 | 0.51 |
| Hex | EC | AA | 19 | 0 | 1C | 59 | 7 | 29 | 55 | 33 |
| Octal | 354 | 252 | 31 | 0 | 34 | 131 | 7 | 51 | 125 | 63 |
| Binary | 11101100 | 10101010 | 11001 | 0 | 11100 | 1011001 | 111 | 101001 | 1010101 | 110011 |
Color Harmonies of #ECAA19
Complementary color
Monochromatic Colors of #ECAA19
Black with #ECAA19
Text Example
Text Example
White with #ECAA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA19; }
p { color: rgb(236,170,25); }
H1.HeaderClassName
{
color: #ECAA19;
}
.AnyTagClassName
{
color: #ECAA19;
}
</style>
background-color css
<style>
a { background-color: #ECAA19; }
a { background-color: rgb(236,170,25); }
div.DivClassName
{
background-color: #ECAA19;
}
.BgClassName
{
background-color: #ECAA19;
}
</style>
border-color css
<style>
span { border-color: #ECAA19; }
span { border-color: rgb(236,170,25); }
td.TdClassName
{
border-color: #ECAA19;
}
.TagClassName
{
border-color: #ECAA19;
}
</style>