Shades of Gold Tips #ECAB1A
Tints of Gold Tips #ECAB1A
RGB
CMYK
RGB Variations
Color information
#ECAB1A (or 0xECAB1A) is known color: Gold Tips. HEX triplet: EC, AB and 1A. RGB value is (236,171,26). Sum of RGB (Red+Green+Blue) = 236+171+26=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 26 (10.55% from 255 or 6.00% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB1A is #1354E5. Grayscale: #AEAEAE. Windows color (decimal): -1266918 or 1747948. OLE color: 1747948.
HSL color Cylindrical-coordinate representation of color #ECAB1A: hue angle of 41.43º 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 #ECAB1A is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 26 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.07 |
| HSL | 41.43º | 0.85% | 0.51% | - |
| HSV(B) | 41.43º | 0.89% | 0.93% | - |
| XYZ | 49.34 | 47.03 | 7.46 | - |
| YUV | 173.91 | 44.53 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 26 | 0 | 0.28 | 0.89 | 0.07 | 41.43 | 0.85 | 0.51 |
| Hex | EC | AB | 1A | 0 | 1C | 59 | 7 | 29 | 55 | 33 |
| Octal | 354 | 253 | 32 | 0 | 34 | 131 | 7 | 51 | 125 | 63 |
| Binary | 11101100 | 10101011 | 11010 | 0 | 11100 | 1011001 | 111 | 101001 | 1010101 | 110011 |
Color Harmonies of #ECAB1A
Complementary color
Monochromatic Colors of #ECAB1A
Black with #ECAB1A
Text Example
Text Example
White with #ECAB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB1A; }
p { color: rgb(236,171,26); }
H1.HeaderClassName
{
color: #ECAB1A;
}
.AnyTagClassName
{
color: #ECAB1A;
}
</style>
background-color css
<style>
a { background-color: #ECAB1A; }
a { background-color: rgb(236,171,26); }
div.DivClassName
{
background-color: #ECAB1A;
}
.BgClassName
{
background-color: #ECAB1A;
}
</style>
border-color css
<style>
span { border-color: #ECAB1A; }
span { border-color: rgb(236,171,26); }
td.TdClassName
{
border-color: #ECAB1A;
}
.TagClassName
{
border-color: #ECAB1A;
}
</style>