Shades of Gold Tips #ECB113
Tints of Gold Tips #ECB113
RGB
CMYK
RGB Variations
Color information
#ECB113 (or 0xECB113) is known color: Gold Tips. HEX triplet: EC, B1 and 13. RGB value is (236,177,19). Sum of RGB (Red+Green+Blue) = 236+177+19=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB113 is #134EEC. Grayscale: #B1B1B1. Windows color (decimal): -1265389 or 1290732. OLE color: 1290732.
HSL color Cylindrical-coordinate representation of color #ECB113: hue angle of 43.69º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECB113 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 19 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.07 |
| HSL | 43.69º | 0.85% | 0.5% | - |
| HSV(B) | 43.69º | 0.92% | 0.93% | - |
| XYZ | 50.43 | 49.32 | 7.48 | - |
| YUV | 176.63 | 39.05 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 19 | 0 | 0.25 | 0.92 | 0.07 | 43.69 | 0.85 | 0.5 |
| Hex | EC | B1 | 13 | 0 | 19 | 5C | 7 | 2C | 55 | 32 |
| Octal | 354 | 261 | 23 | 0 | 31 | 134 | 7 | 54 | 125 | 62 |
| Binary | 11101100 | 10110001 | 10011 | 0 | 11001 | 1011100 | 111 | 101100 | 1010101 | 110010 |
Color Harmonies of #ECB113
Complementary color
Monochromatic Colors of #ECB113
Black with #ECB113
Text Example
Text Example
White with #ECB113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB113; }
p { color: rgb(236,177,19); }
H1.HeaderClassName
{
color: #ECB113;
}
.AnyTagClassName
{
color: #ECB113;
}
</style>
background-color css
<style>
a { background-color: #ECB113; }
a { background-color: rgb(236,177,19); }
div.DivClassName
{
background-color: #ECB113;
}
.BgClassName
{
background-color: #ECB113;
}
</style>
border-color css
<style>
span { border-color: #ECB113; }
span { border-color: rgb(236,177,19); }
td.TdClassName
{
border-color: #ECB113;
}
.TagClassName
{
border-color: #ECB113;
}
</style>