Shades of Gold Tips #ECAD1A
Tints of Gold Tips #ECAD1A
RGB
CMYK
RGB Variations
Color information
#ECAD1A (or 0xECAD1A) is known color: Gold Tips. HEX triplet: EC, AD and 1A. RGB value is (236,173,26). Sum of RGB (Red+Green+Blue) = 236+173+26=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 26 (10.55% from 255 or 5.98% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAD1A is #1352E5. Grayscale: #AFAFAF. Windows color (decimal): -1266406 or 1748460. OLE color: 1748460.
HSL color Cylindrical-coordinate representation of color #ECAD1A: hue angle of 42º 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 #ECAD1A is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 26 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.07 |
| HSL | 42º | 0.85% | 0.51% | - |
| HSV(B) | 42º | 0.89% | 0.93% | - |
| XYZ | 49.72 | 47.79 | 7.58 | - |
| YUV | 175.08 | 43.87 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 26 | 0 | 0.27 | 0.89 | 0.07 | 42 | 0.85 | 0.51 |
| Hex | EC | AD | 1A | 0 | 1B | 59 | 7 | 2A | 55 | 33 |
| Octal | 354 | 255 | 32 | 0 | 33 | 131 | 7 | 52 | 125 | 63 |
| Binary | 11101100 | 10101101 | 11010 | 0 | 11011 | 1011001 | 111 | 101010 | 1010101 | 110011 |
Color Harmonies of #ECAD1A
Complementary color
Monochromatic Colors of #ECAD1A
Black with #ECAD1A
Text Example
Text Example
White with #ECAD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAD1A; }
p { color: rgb(236,173,26); }
H1.HeaderClassName
{
color: #ECAD1A;
}
.AnyTagClassName
{
color: #ECAD1A;
}
</style>
background-color css
<style>
a { background-color: #ECAD1A; }
a { background-color: rgb(236,173,26); }
div.DivClassName
{
background-color: #ECAD1A;
}
.BgClassName
{
background-color: #ECAD1A;
}
</style>
border-color css
<style>
span { border-color: #ECAD1A; }
span { border-color: rgb(236,173,26); }
td.TdClassName
{
border-color: #ECAD1A;
}
.TagClassName
{
border-color: #ECAD1A;
}
</style>