Shades of Gold Tips #ECAA1D
Tints of Gold Tips #ECAA1D
RGB
CMYK
RGB Variations
Color information
#ECAA1D (or 0xECAA1D) is known color: Gold Tips. HEX triplet: EC, AA and 1D. RGB value is (236,170,29). Sum of RGB (Red+Green+Blue) = 236+170+29=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA1D is #1355E2. Grayscale: #AEAEAE. Windows color (decimal): -1267171 or 1944300. OLE color: 1944300.
HSL color Cylindrical-coordinate representation of color #ECAA1D: hue angle of 40.87º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECAA1D is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 29 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.07 |
| HSL | 40.87º | 0.84% | 0.52% | - |
| HSV(B) | 40.87º | 0.88% | 0.93% | - |
| XYZ | 49.19 | 46.67 | 7.58 | - |
| YUV | 173.66 | 46.37 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 29 | 0 | 0.28 | 0.88 | 0.07 | 40.87 | 0.84 | 0.52 |
| Hex | EC | AA | 1D | 0 | 1C | 58 | 7 | 29 | 54 | 34 |
| Octal | 354 | 252 | 35 | 0 | 34 | 130 | 7 | 51 | 124 | 64 |
| Binary | 11101100 | 10101010 | 11101 | 0 | 11100 | 1011000 | 111 | 101001 | 1010100 | 110100 |
Color Harmonies of #ECAA1D
Complementary color
Monochromatic Colors of #ECAA1D
Black with #ECAA1D
Text Example
Text Example
White with #ECAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA1D; }
p { color: rgb(236,170,29); }
H1.HeaderClassName
{
color: #ECAA1D;
}
.AnyTagClassName
{
color: #ECAA1D;
}
</style>
background-color css
<style>
a { background-color: #ECAA1D; }
a { background-color: rgb(236,170,29); }
div.DivClassName
{
background-color: #ECAA1D;
}
.BgClassName
{
background-color: #ECAA1D;
}
</style>
border-color css
<style>
span { border-color: #ECAA1D; }
span { border-color: rgb(236,170,29); }
td.TdClassName
{
border-color: #ECAA1D;
}
.TagClassName
{
border-color: #ECAA1D;
}
</style>