Shades of Gold Tips #ECAC2C
Tints of Gold Tips #ECAC2C
RGB
CMYK
RGB Variations
Color information
#ECAC2C (or 0xECAC2C) is known color: Gold Tips. HEX triplet: EC, AC and 2C. RGB value is (236,172,44). Sum of RGB (Red+Green+Blue) = 236+172+44=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC2C is #1353D3. Grayscale: #B1B1B1. Windows color (decimal): -1266644 or 2927852. OLE color: 2927852.
HSL color Cylindrical-coordinate representation of color #ECAC2C: hue angle of 40º 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 #ECAC2C is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 44 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.07 |
| HSL | 40º | 0.83% | 0.55% | - |
| HSV(B) | 40º | 0.81% | 0.93% | - |
| XYZ | 49.8 | 47.52 | 8.93 | - |
| YUV | 176.54 | 53.2 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 44 | 0 | 0.27 | 0.81 | 0.07 | 40 | 0.83 | 0.55 |
| Hex | EC | AC | 2C | 0 | 1B | 51 | 7 | 28 | 53 | 37 |
| Octal | 354 | 254 | 54 | 0 | 33 | 121 | 7 | 50 | 123 | 67 |
| Binary | 11101100 | 10101100 | 101100 | 0 | 11011 | 1010001 | 111 | 101000 | 1010011 | 110111 |
Color Harmonies of #ECAC2C
Complementary color
Monochromatic Colors of #ECAC2C
Black with #ECAC2C
Text Example
Text Example
White with #ECAC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC2C; }
p { color: rgb(236,172,44); }
H1.HeaderClassName
{
color: #ECAC2C;
}
.AnyTagClassName
{
color: #ECAC2C;
}
</style>
background-color css
<style>
a { background-color: #ECAC2C; }
a { background-color: rgb(236,172,44); }
div.DivClassName
{
background-color: #ECAC2C;
}
.BgClassName
{
background-color: #ECAC2C;
}
</style>
border-color css
<style>
span { border-color: #ECAC2C; }
span { border-color: rgb(236,172,44); }
td.TdClassName
{
border-color: #ECAC2C;
}
.TagClassName
{
border-color: #ECAC2C;
}
</style>