Shades of Gold Tips #ECAA26
Tints of Gold Tips #ECAA26
RGB
CMYK
RGB Variations
Color information
#ECAA26 (or 0xECAA26) is known color: Gold Tips. HEX triplet: EC, AA and 26. RGB value is (236,170,38). Sum of RGB (Red+Green+Blue) = 236+170+38=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 38 (15.23% from 255 or 8.56% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA26 is #1355D9. Grayscale: #AFAFAF. Windows color (decimal): -1267162 or 2534124. OLE color: 2534124.
HSL color Cylindrical-coordinate representation of color #ECAA26: hue angle of 40º 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 #ECAA26 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 38 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.07 |
| HSL | 40º | 0.84% | 0.54% | - |
| HSV(B) | 40º | 0.84% | 0.93% | - |
| XYZ | 49.32 | 46.72 | 8.25 | - |
| YUV | 174.69 | 50.87 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 38 | 0 | 0.28 | 0.84 | 0.07 | 40 | 0.84 | 0.54 |
| Hex | EC | AA | 26 | 0 | 1C | 54 | 7 | 28 | 54 | 36 |
| Octal | 354 | 252 | 46 | 0 | 34 | 124 | 7 | 50 | 124 | 66 |
| Binary | 11101100 | 10101010 | 100110 | 0 | 11100 | 1010100 | 111 | 101000 | 1010100 | 110110 |
Color Harmonies of #ECAA26
Complementary color
Monochromatic Colors of #ECAA26
Black with #ECAA26
Text Example
Text Example
White with #ECAA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA26; }
p { color: rgb(236,170,38); }
H1.HeaderClassName
{
color: #ECAA26;
}
.AnyTagClassName
{
color: #ECAA26;
}
</style>
background-color css
<style>
a { background-color: #ECAA26; }
a { background-color: rgb(236,170,38); }
div.DivClassName
{
background-color: #ECAA26;
}
.BgClassName
{
background-color: #ECAA26;
}
</style>
border-color css
<style>
span { border-color: #ECAA26; }
span { border-color: rgb(236,170,38); }
td.TdClassName
{
border-color: #ECAA26;
}
.TagClassName
{
border-color: #ECAA26;
}
</style>