Shades of Gold Tips #ECAA2C
Tints of Gold Tips #ECAA2C
RGB
CMYK
RGB Variations
Color information
#ECAA2C (or 0xECAA2C) is known color: Gold Tips. HEX triplet: EC, AA and 2C. RGB value is (236,170,44). Sum of RGB (Red+Green+Blue) = 236+170+44=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA2C is #1355D3. Grayscale: #AFAFAF. Windows color (decimal): -1267156 or 2927340. OLE color: 2927340.
HSL color Cylindrical-coordinate representation of color #ECAA2C: hue angle of 39.38º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECAA2C is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 44 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.07 |
| HSL | 39.38º | 0.83% | 0.55% | - |
| HSV(B) | 39.38º | 0.81% | 0.93% | - |
| XYZ | 49.42 | 46.76 | 8.8 | - |
| YUV | 175.37 | 53.87 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 44 | 0 | 0.28 | 0.81 | 0.07 | 39.38 | 0.83 | 0.55 |
| Hex | EC | AA | 2C | 0 | 1C | 51 | 7 | 27 | 53 | 37 |
| Octal | 354 | 252 | 54 | 0 | 34 | 121 | 7 | 47 | 123 | 67 |
| Binary | 11101100 | 10101010 | 101100 | 0 | 11100 | 1010001 | 111 | 100111 | 1010011 | 110111 |
Color Harmonies of #ECAA2C
Complementary color
Monochromatic Colors of #ECAA2C
Black with #ECAA2C
Text Example
Text Example
White with #ECAA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA2C; }
p { color: rgb(236,170,44); }
H1.HeaderClassName
{
color: #ECAA2C;
}
.AnyTagClassName
{
color: #ECAA2C;
}
</style>
background-color css
<style>
a { background-color: #ECAA2C; }
a { background-color: rgb(236,170,44); }
div.DivClassName
{
background-color: #ECAA2C;
}
.BgClassName
{
background-color: #ECAA2C;
}
</style>
border-color css
<style>
span { border-color: #ECAA2C; }
span { border-color: rgb(236,170,44); }
td.TdClassName
{
border-color: #ECAA2C;
}
.TagClassName
{
border-color: #ECAA2C;
}
</style>