Shades of Gold Tips #ECAC1D
Tints of Gold Tips #ECAC1D
RGB
CMYK
RGB Variations
Color information
#ECAC1D (or 0xECAC1D) is known color: Gold Tips. HEX triplet: EC, AC and 1D. RGB value is (236,172,29). Sum of RGB (Red+Green+Blue) = 236+172+29=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC1D is #1353E2. Grayscale: #AFAFAF. Windows color (decimal): -1266659 or 1944812. OLE color: 1944812.
HSL color Cylindrical-coordinate representation of color #ECAC1D: hue angle of 41.45º 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 #ECAC1D is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 29 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.07 |
| HSL | 41.45º | 0.84% | 0.52% | - |
| HSV(B) | 41.45º | 0.88% | 0.93% | - |
| XYZ | 49.57 | 47.43 | 7.7 | - |
| YUV | 174.83 | 45.7 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 29 | 0 | 0.27 | 0.88 | 0.07 | 41.45 | 0.84 | 0.52 |
| Hex | EC | AC | 1D | 0 | 1B | 58 | 7 | 29 | 54 | 34 |
| Octal | 354 | 254 | 35 | 0 | 33 | 130 | 7 | 51 | 124 | 64 |
| Binary | 11101100 | 10101100 | 11101 | 0 | 11011 | 1011000 | 111 | 101001 | 1010100 | 110100 |
Color Harmonies of #ECAC1D
Complementary color
Monochromatic Colors of #ECAC1D
Black with #ECAC1D
Text Example
Text Example
White with #ECAC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC1D; }
p { color: rgb(236,172,29); }
H1.HeaderClassName
{
color: #ECAC1D;
}
.AnyTagClassName
{
color: #ECAC1D;
}
</style>
background-color css
<style>
a { background-color: #ECAC1D; }
a { background-color: rgb(236,172,29); }
div.DivClassName
{
background-color: #ECAC1D;
}
.BgClassName
{
background-color: #ECAC1D;
}
</style>
border-color css
<style>
span { border-color: #ECAC1D; }
span { border-color: rgb(236,172,29); }
td.TdClassName
{
border-color: #ECAC1D;
}
.TagClassName
{
border-color: #ECAC1D;
}
</style>