Shades of Gold Tips #ECAE17
Tints of Gold Tips #ECAE17
RGB
CMYK
RGB Variations
Color information
#ECAE17 (or 0xECAE17) is known color: Gold Tips. HEX triplet: EC, AE and 17. RGB value is (236,174,23). Sum of RGB (Red+Green+Blue) = 236+174+23=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 23 (9.38% from 255 or 5.31% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAE17 is #1351E8. Grayscale: #AFAFAF. Windows color (decimal): -1266153 or 1552108. OLE color: 1552108.
HSL color Cylindrical-coordinate representation of color #ECAE17: hue angle of 42.54º 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 #ECAE17 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 23 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.07 |
| HSL | 42.54º | 0.85% | 0.51% | - |
| HSV(B) | 42.54º | 0.9% | 0.93% | - |
| XYZ | 49.88 | 48.17 | 7.48 | - |
| YUV | 175.32 | 42.04 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 23 | 0 | 0.26 | 0.90 | 0.07 | 42.54 | 0.85 | 0.51 |
| Hex | EC | AE | 17 | 0 | 1A | 5A | 7 | 2B | 55 | 33 |
| Octal | 354 | 256 | 27 | 0 | 32 | 132 | 7 | 53 | 125 | 63 |
| Binary | 11101100 | 10101110 | 10111 | 0 | 11010 | 1011010 | 111 | 101011 | 1010101 | 110011 |
Color Harmonies of #ECAE17
Complementary color
Monochromatic Colors of #ECAE17
Black with #ECAE17
Text Example
Text Example
White with #ECAE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE17; }
p { color: rgb(236,174,23); }
H1.HeaderClassName
{
color: #ECAE17;
}
.AnyTagClassName
{
color: #ECAE17;
}
</style>
background-color css
<style>
a { background-color: #ECAE17; }
a { background-color: rgb(236,174,23); }
div.DivClassName
{
background-color: #ECAE17;
}
.BgClassName
{
background-color: #ECAE17;
}
</style>
border-color css
<style>
span { border-color: #ECAE17; }
span { border-color: rgb(236,174,23); }
td.TdClassName
{
border-color: #ECAE17;
}
.TagClassName
{
border-color: #ECAE17;
}
</style>