Shades of Gold Tips #ECAD18
Tints of Gold Tips #ECAD18
RGB
CMYK
RGB Variations
Color information
#ECAD18 (or 0xECAD18) is known color: Gold Tips. HEX triplet: EC, AD and 18. RGB value is (236,173,24). Sum of RGB (Red+Green+Blue) = 236+173+24=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAD18 is #1352E7. Grayscale: #AFAFAF. Windows color (decimal): -1266408 or 1617388. OLE color: 1617388.
HSL color Cylindrical-coordinate representation of color #ECAD18: hue angle of 42.17º 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 #ECAD18 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 24 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.07 |
| HSL | 42.17º | 0.85% | 0.51% | - |
| HSV(B) | 42.17º | 0.9% | 0.93% | - |
| XYZ | 49.7 | 47.79 | 7.47 | - |
| YUV | 174.85 | 42.87 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 24 | 0 | 0.27 | 0.90 | 0.07 | 42.17 | 0.85 | 0.51 |
| Hex | EC | AD | 18 | 0 | 1B | 5A | 7 | 2A | 55 | 33 |
| Octal | 354 | 255 | 30 | 0 | 33 | 132 | 7 | 52 | 125 | 63 |
| Binary | 11101100 | 10101101 | 11000 | 0 | 11011 | 1011010 | 111 | 101010 | 1010101 | 110011 |
Color Harmonies of #ECAD18
Complementary color
Monochromatic Colors of #ECAD18
Black with #ECAD18
Text Example
Text Example
White with #ECAD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAD18; }
p { color: rgb(236,173,24); }
H1.HeaderClassName
{
color: #ECAD18;
}
.AnyTagClassName
{
color: #ECAD18;
}
</style>
background-color css
<style>
a { background-color: #ECAD18; }
a { background-color: rgb(236,173,24); }
div.DivClassName
{
background-color: #ECAD18;
}
.BgClassName
{
background-color: #ECAD18;
}
</style>
border-color css
<style>
span { border-color: #ECAD18; }
span { border-color: rgb(236,173,24); }
td.TdClassName
{
border-color: #ECAD18;
}
.TagClassName
{
border-color: #ECAD18;
}
</style>