Shades of Gold Tips #ECB314
Tints of Gold Tips #ECB314
RGB
CMYK
RGB Variations
Color information
#ECB314 (or 0xECB314) is known color: Gold Tips. HEX triplet: EC, B3 and 14. RGB value is (236,179,20). Sum of RGB (Red+Green+Blue) = 236+179+20=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB314 is #134CEB. Grayscale: #B2B2B2. Windows color (decimal): -1264876 or 1356780. OLE color: 1356780.
HSL color Cylindrical-coordinate representation of color #ECB314: hue angle of 44.17º 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 #ECB314 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 20 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.07 |
| HSL | 44.17º | 0.85% | 0.5% | - |
| HSV(B) | 44.17º | 0.92% | 0.93% | - |
| XYZ | 50.84 | 50.12 | 7.66 | - |
| YUV | 177.92 | 38.88 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 20 | 0 | 0.24 | 0.92 | 0.07 | 44.17 | 0.85 | 0.5 |
| Hex | EC | B3 | 14 | 0 | 18 | 5C | 7 | 2C | 55 | 32 |
| Octal | 354 | 263 | 24 | 0 | 30 | 134 | 7 | 54 | 125 | 62 |
| Binary | 11101100 | 10110011 | 10100 | 0 | 11000 | 1011100 | 111 | 101100 | 1010101 | 110010 |
Color Harmonies of #ECB314
Complementary color
Monochromatic Colors of #ECB314
Black with #ECB314
Text Example
Text Example
White with #ECB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB314; }
p { color: rgb(236,179,20); }
H1.HeaderClassName
{
color: #ECB314;
}
.AnyTagClassName
{
color: #ECB314;
}
</style>
background-color css
<style>
a { background-color: #ECB314; }
a { background-color: rgb(236,179,20); }
div.DivClassName
{
background-color: #ECB314;
}
.BgClassName
{
background-color: #ECB314;
}
</style>
border-color css
<style>
span { border-color: #ECB314; }
span { border-color: rgb(236,179,20); }
td.TdClassName
{
border-color: #ECB314;
}
.TagClassName
{
border-color: #ECB314;
}
</style>