Shades of Gold Tips #ECAB26
Tints of Gold Tips #ECAB26
RGB
CMYK
RGB Variations
Color information
#ECAB26 (or 0xECAB26) is known color: Gold Tips. HEX triplet: EC, AB and 26. RGB value is (236,171,38). Sum of RGB (Red+Green+Blue) = 236+171+38=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB26 is #1354D9. Grayscale: #AFAFAF. Windows color (decimal): -1266906 or 2534380. OLE color: 2534380.
HSL color Cylindrical-coordinate representation of color #ECAB26: hue angle of 40.3º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECAB26 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 38 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.07 |
| HSL | 40.3º | 0.84% | 0.54% | - |
| HSV(B) | 40.3º | 0.84% | 0.93% | - |
| XYZ | 49.5 | 47.1 | 8.32 | - |
| YUV | 175.27 | 50.53 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 38 | 0 | 0.28 | 0.84 | 0.07 | 40.3 | 0.84 | 0.54 |
| Hex | EC | AB | 26 | 0 | 1C | 54 | 7 | 28 | 54 | 36 |
| Octal | 354 | 253 | 46 | 0 | 34 | 124 | 7 | 50 | 124 | 66 |
| Binary | 11101100 | 10101011 | 100110 | 0 | 11100 | 1010100 | 111 | 101000 | 1010100 | 110110 |
Color Harmonies of #ECAB26
Complementary color
Monochromatic Colors of #ECAB26
Black with #ECAB26
Text Example
Text Example
White with #ECAB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB26; }
p { color: rgb(236,171,38); }
H1.HeaderClassName
{
color: #ECAB26;
}
.AnyTagClassName
{
color: #ECAB26;
}
</style>
background-color css
<style>
a { background-color: #ECAB26; }
a { background-color: rgb(236,171,38); }
div.DivClassName
{
background-color: #ECAB26;
}
.BgClassName
{
background-color: #ECAB26;
}
</style>
border-color css
<style>
span { border-color: #ECAB26; }
span { border-color: rgb(236,171,38); }
td.TdClassName
{
border-color: #ECAB26;
}
.TagClassName
{
border-color: #ECAB26;
}
</style>