Shades of Gold Tips #ECAE15
Tints of Gold Tips #ECAE15
RGB
CMYK
RGB Variations
Color information
#ECAE15 (or 0xECAE15) is known color: Gold Tips. HEX triplet: EC, AE and 15. RGB value is (236,174,21). Sum of RGB (Red+Green+Blue) = 236+174+21=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 21 (8.59% from 255 or 4.87% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAE15 is #1351EA. Grayscale: #AFAFAF. Windows color (decimal): -1266155 or 1421036. OLE color: 1421036.
HSL color Cylindrical-coordinate representation of color #ECAE15: hue angle of 42.7º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECAE15 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 21 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.07 |
| HSL | 42.7º | 0.85% | 0.5% | - |
| HSV(B) | 42.7º | 0.91% | 0.93% | - |
| XYZ | 49.86 | 48.16 | 7.38 | - |
| YUV | 175.1 | 41.04 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 21 | 0 | 0.26 | 0.91 | 0.07 | 42.7 | 0.85 | 0.5 |
| Hex | EC | AE | 15 | 0 | 1A | 5B | 7 | 2B | 55 | 32 |
| Octal | 354 | 256 | 25 | 0 | 32 | 133 | 7 | 53 | 125 | 62 |
| Binary | 11101100 | 10101110 | 10101 | 0 | 11010 | 1011011 | 111 | 101011 | 1010101 | 110010 |
Color Harmonies of #ECAE15
Complementary color
Monochromatic Colors of #ECAE15
Black with #ECAE15
Text Example
Text Example
White with #ECAE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE15; }
p { color: rgb(236,174,21); }
H1.HeaderClassName
{
color: #ECAE15;
}
.AnyTagClassName
{
color: #ECAE15;
}
</style>
background-color css
<style>
a { background-color: #ECAE15; }
a { background-color: rgb(236,174,21); }
div.DivClassName
{
background-color: #ECAE15;
}
.BgClassName
{
background-color: #ECAE15;
}
</style>
border-color css
<style>
span { border-color: #ECAE15; }
span { border-color: rgb(236,174,21); }
td.TdClassName
{
border-color: #ECAE15;
}
.TagClassName
{
border-color: #ECAE15;
}
</style>