Shades of Gold Tips #ECB317
Tints of Gold Tips #ECB317
RGB
CMYK
RGB Variations
Color information
#ECB317 (or 0xECB317) is known color: Gold Tips. HEX triplet: EC, B3 and 17. RGB value is (236,179,23). Sum of RGB (Red+Green+Blue) = 236+179+23=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 23 (9.38% from 255 or 5.25% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB317 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB317 is #134CE8. Grayscale: #B2B2B2. Windows color (decimal): -1264873 or 1553388. OLE color: 1553388.
HSL color Cylindrical-coordinate representation of color #ECB317: hue angle of 43.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECB317 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 23 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.07 |
| HSL | 43.94º | 0.85% | 0.51% | - |
| HSV(B) | 43.94º | 0.9% | 0.93% | - |
| XYZ | 50.87 | 50.13 | 7.81 | - |
| YUV | 178.26 | 40.38 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 23 | 0 | 0.24 | 0.90 | 0.07 | 43.94 | 0.85 | 0.51 |
| Hex | EC | B3 | 17 | 0 | 18 | 5A | 7 | 2C | 55 | 33 |
| Octal | 354 | 263 | 27 | 0 | 30 | 132 | 7 | 54 | 125 | 63 |
| Binary | 11101100 | 10110011 | 10111 | 0 | 11000 | 1011010 | 111 | 101100 | 1010101 | 110011 |
Color Harmonies of #ECB317
Complementary color
Monochromatic Colors of #ECB317
Black with #ECB317
Text Example
Text Example
White with #ECB317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB317; }
p { color: rgb(236,179,23); }
H1.HeaderClassName
{
color: #ECB317;
}
.AnyTagClassName
{
color: #ECB317;
}
</style>
background-color css
<style>
a { background-color: #ECB317; }
a { background-color: rgb(236,179,23); }
div.DivClassName
{
background-color: #ECB317;
}
.BgClassName
{
background-color: #ECB317;
}
</style>
border-color css
<style>
span { border-color: #ECB317; }
span { border-color: rgb(236,179,23); }
td.TdClassName
{
border-color: #ECB317;
}
.TagClassName
{
border-color: #ECB317;
}
</style>