Shades of Gold Tips #ECAE2C
Tints of Gold Tips #ECAE2C
RGB
CMYK
RGB Variations
Color information
#ECAE2C (or 0xECAE2C) is known color: Gold Tips. HEX triplet: EC, AE and 2C. RGB value is (236,174,44). Sum of RGB (Red+Green+Blue) = 236+174+44=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE2C is #1351D3. Grayscale: #B2B2B2. Windows color (decimal): -1266132 or 2928364. OLE color: 2928364.
HSL color Cylindrical-coordinate representation of color #ECAE2C: hue angle of 40.62º 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 #ECAE2C is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 44 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.07 |
| HSL | 40.63º | 0.83% | 0.55% | - |
| HSV(B) | 40.63º | 0.81% | 0.93% | - |
| XYZ | 50.18 | 48.29 | 9.06 | - |
| YUV | 177.72 | 52.54 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 44 | 0 | 0.26 | 0.81 | 0.07 | 40.63 | 0.83 | 0.55 |
| Hex | EC | AE | 2C | 0 | 1A | 51 | 7 | 29 | 53 | 37 |
| Octal | 354 | 256 | 54 | 0 | 32 | 121 | 7 | 51 | 123 | 67 |
| Binary | 11101100 | 10101110 | 101100 | 0 | 11010 | 1010001 | 111 | 101001 | 1010011 | 110111 |
Color Harmonies of #ECAE2C
Complementary color
Monochromatic Colors of #ECAE2C
Black with #ECAE2C
Text Example
Text Example
White with #ECAE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE2C; }
p { color: rgb(236,174,44); }
H1.HeaderClassName
{
color: #ECAE2C;
}
.AnyTagClassName
{
color: #ECAE2C;
}
</style>
background-color css
<style>
a { background-color: #ECAE2C; }
a { background-color: rgb(236,174,44); }
div.DivClassName
{
background-color: #ECAE2C;
}
.BgClassName
{
background-color: #ECAE2C;
}
</style>
border-color css
<style>
span { border-color: #ECAE2C; }
span { border-color: rgb(236,174,44); }
td.TdClassName
{
border-color: #ECAE2C;
}
.TagClassName
{
border-color: #ECAE2C;
}
</style>