Shades of Gold Tips #ECB119
Tints of Gold Tips #ECB119
RGB
CMYK
RGB Variations
Color information
#ECB119 (or 0xECB119) is known color: Gold Tips. HEX triplet: EC, B1 and 19. RGB value is (236,177,25). Sum of RGB (Red+Green+Blue) = 236+177+25=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB119 is #134EE6. Grayscale: #B1B1B1. Windows color (decimal): -1265383 or 1683948. OLE color: 1683948.
HSL color Cylindrical-coordinate representation of color #ECB119: hue angle of 43.22º 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 #ECB119 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 25 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.07 |
| HSL | 43.22º | 0.85% | 0.51% | - |
| HSV(B) | 43.22º | 0.89% | 0.93% | - |
| XYZ | 50.49 | 49.35 | 7.78 | - |
| YUV | 177.31 | 42.05 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 25 | 0 | 0.25 | 0.89 | 0.07 | 43.22 | 0.85 | 0.51 |
| Hex | EC | B1 | 19 | 0 | 19 | 59 | 7 | 2B | 55 | 33 |
| Octal | 354 | 261 | 31 | 0 | 31 | 131 | 7 | 53 | 125 | 63 |
| Binary | 11101100 | 10110001 | 11001 | 0 | 11001 | 1011001 | 111 | 101011 | 1010101 | 110011 |
Color Harmonies of #ECB119
Complementary color
Monochromatic Colors of #ECB119
Black with #ECB119
Text Example
Text Example
White with #ECB119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB119; }
p { color: rgb(236,177,25); }
H1.HeaderClassName
{
color: #ECB119;
}
.AnyTagClassName
{
color: #ECB119;
}
</style>
background-color css
<style>
a { background-color: #ECB119; }
a { background-color: rgb(236,177,25); }
div.DivClassName
{
background-color: #ECB119;
}
.BgClassName
{
background-color: #ECB119;
}
</style>
border-color css
<style>
span { border-color: #ECB119; }
span { border-color: rgb(236,177,25); }
td.TdClassName
{
border-color: #ECB119;
}
.TagClassName
{
border-color: #ECB119;
}
</style>