Shades of Gold Tips #ECAA1E
Tints of Gold Tips #ECAA1E
RGB
CMYK
RGB Variations
Color information
#ECAA1E (or 0xECAA1E) is known color: Gold Tips. HEX triplet: EC, AA and 1E. RGB value is (236,170,30). Sum of RGB (Red+Green+Blue) = 236+170+30=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA1E is #1355E1. Grayscale: #AEAEAE. Windows color (decimal): -1267170 or 2009836. OLE color: 2009836.
HSL color Cylindrical-coordinate representation of color #ECAA1E: hue angle of 40.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECAA1E is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 30 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.07 |
| HSL | 40.78º | 0.84% | 0.52% | - |
| HSV(B) | 40.78º | 0.87% | 0.93% | - |
| XYZ | 49.2 | 46.68 | 7.64 | - |
| YUV | 173.77 | 46.87 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 30 | 0 | 0.28 | 0.87 | 0.07 | 40.78 | 0.84 | 0.52 |
| Hex | EC | AA | 1E | 0 | 1C | 57 | 7 | 29 | 54 | 34 |
| Octal | 354 | 252 | 36 | 0 | 34 | 127 | 7 | 51 | 124 | 64 |
| Binary | 11101100 | 10101010 | 11110 | 0 | 11100 | 1010111 | 111 | 101001 | 1010100 | 110100 |
Color Harmonies of #ECAA1E
Complementary color
Monochromatic Colors of #ECAA1E
Black with #ECAA1E
Text Example
Text Example
White with #ECAA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA1E; }
p { color: rgb(236,170,30); }
H1.HeaderClassName
{
color: #ECAA1E;
}
.AnyTagClassName
{
color: #ECAA1E;
}
</style>
background-color css
<style>
a { background-color: #ECAA1E; }
a { background-color: rgb(236,170,30); }
div.DivClassName
{
background-color: #ECAA1E;
}
.BgClassName
{
background-color: #ECAA1E;
}
</style>
border-color css
<style>
span { border-color: #ECAA1E; }
span { border-color: rgb(236,170,30); }
td.TdClassName
{
border-color: #ECAA1E;
}
.TagClassName
{
border-color: #ECAA1E;
}
</style>