Shades of Gold Tips #ECB419
Tints of Gold Tips #ECB419
RGB
CMYK
RGB Variations
Color information
#ECB419 (or 0xECB419) is known color: Gold Tips. HEX triplet: EC, B4 and 19. RGB value is (236,180,25). Sum of RGB (Red+Green+Blue) = 236+180+25=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB419 is #134BE6. Grayscale: #B3B3B3. Windows color (decimal): -1264615 or 1684716. OLE color: 1684716.
HSL color Cylindrical-coordinate representation of color #ECB419: hue angle of 44.08º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECB419 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 25 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.07 |
| HSL | 44.08º | 0.85% | 0.51% | - |
| HSV(B) | 44.08º | 0.89% | 0.93% | - |
| XYZ | 51.09 | 50.55 | 7.98 | - |
| YUV | 179.07 | 41.05 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 25 | 0 | 0.24 | 0.89 | 0.07 | 44.08 | 0.85 | 0.51 |
| Hex | EC | B4 | 19 | 0 | 18 | 59 | 7 | 2C | 55 | 33 |
| Octal | 354 | 264 | 31 | 0 | 30 | 131 | 7 | 54 | 125 | 63 |
| Binary | 11101100 | 10110100 | 11001 | 0 | 11000 | 1011001 | 111 | 101100 | 1010101 | 110011 |
Color Harmonies of #ECB419
Complementary color
Monochromatic Colors of #ECB419
Black with #ECB419
Text Example
Text Example
White with #ECB419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB419; }
p { color: rgb(236,180,25); }
H1.HeaderClassName
{
color: #ECB419;
}
.AnyTagClassName
{
color: #ECB419;
}
</style>
background-color css
<style>
a { background-color: #ECB419; }
a { background-color: rgb(236,180,25); }
div.DivClassName
{
background-color: #ECB419;
}
.BgClassName
{
background-color: #ECB419;
}
</style>
border-color css
<style>
span { border-color: #ECB419; }
span { border-color: rgb(236,180,25); }
td.TdClassName
{
border-color: #ECB419;
}
.TagClassName
{
border-color: #ECB419;
}
</style>