Shades of Gold Tips #ECAE18
Tints of Gold Tips #ECAE18
RGB
CMYK
RGB Variations
Color information
#ECAE18 (or 0xECAE18) is known color: Gold Tips. HEX triplet: EC, AE and 18. RGB value is (236,174,24). Sum of RGB (Red+Green+Blue) = 236+174+24=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAE18 is #1351E7. Grayscale: #B0B0B0. Windows color (decimal): -1266152 or 1617644. OLE color: 1617644.
HSL color Cylindrical-coordinate representation of color #ECAE18: hue angle of 42.45º 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 #ECAE18 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 24 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.07 |
| HSL | 42.45º | 0.85% | 0.51% | - |
| HSV(B) | 42.45º | 0.9% | 0.93% | - |
| XYZ | 49.89 | 48.17 | 7.53 | - |
| YUV | 175.44 | 42.54 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 24 | 0 | 0.26 | 0.90 | 0.07 | 42.45 | 0.85 | 0.51 |
| Hex | EC | AE | 18 | 0 | 1A | 5A | 7 | 2A | 55 | 33 |
| Octal | 354 | 256 | 30 | 0 | 32 | 132 | 7 | 52 | 125 | 63 |
| Binary | 11101100 | 10101110 | 11000 | 0 | 11010 | 1011010 | 111 | 101010 | 1010101 | 110011 |
Color Harmonies of #ECAE18
Complementary color
Monochromatic Colors of #ECAE18
Black with #ECAE18
Text Example
Text Example
White with #ECAE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE18; }
p { color: rgb(236,174,24); }
H1.HeaderClassName
{
color: #ECAE18;
}
.AnyTagClassName
{
color: #ECAE18;
}
</style>
background-color css
<style>
a { background-color: #ECAE18; }
a { background-color: rgb(236,174,24); }
div.DivClassName
{
background-color: #ECAE18;
}
.BgClassName
{
background-color: #ECAE18;
}
</style>
border-color css
<style>
span { border-color: #ECAE18; }
span { border-color: rgb(236,174,24); }
td.TdClassName
{
border-color: #ECAE18;
}
.TagClassName
{
border-color: #ECAE18;
}
</style>