Shades of Gold Tips #ECB319
Tints of Gold Tips #ECB319
RGB
CMYK
RGB Variations
Color information
#ECB319 (or 0xECB319) is known color: Gold Tips. HEX triplet: EC, B3 and 19. RGB value is (236,179,25). Sum of RGB (Red+Green+Blue) = 236+179+25=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB319 is #134CE6. Grayscale: #B3B3B3. Windows color (decimal): -1264871 or 1684460. OLE color: 1684460.
HSL color Cylindrical-coordinate representation of color #ECB319: hue angle of 43.79º 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 #ECB319 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 25 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.07 |
| HSL | 43.79º | 0.85% | 0.51% | - |
| HSV(B) | 43.79º | 0.89% | 0.93% | - |
| XYZ | 50.89 | 50.14 | 7.92 | - |
| YUV | 178.49 | 41.38 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 25 | 0 | 0.24 | 0.89 | 0.07 | 43.79 | 0.85 | 0.51 |
| Hex | EC | B3 | 19 | 0 | 18 | 59 | 7 | 2C | 55 | 33 |
| Octal | 354 | 263 | 31 | 0 | 30 | 131 | 7 | 54 | 125 | 63 |
| Binary | 11101100 | 10110011 | 11001 | 0 | 11000 | 1011001 | 111 | 101100 | 1010101 | 110011 |
Color Harmonies of #ECB319
Complementary color
Monochromatic Colors of #ECB319
Black with #ECB319
Text Example
Text Example
White with #ECB319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB319; }
p { color: rgb(236,179,25); }
H1.HeaderClassName
{
color: #ECB319;
}
.AnyTagClassName
{
color: #ECB319;
}
</style>
background-color css
<style>
a { background-color: #ECB319; }
a { background-color: rgb(236,179,25); }
div.DivClassName
{
background-color: #ECB319;
}
.BgClassName
{
background-color: #ECB319;
}
</style>
border-color css
<style>
span { border-color: #ECB319; }
span { border-color: rgb(236,179,25); }
td.TdClassName
{
border-color: #ECB319;
}
.TagClassName
{
border-color: #ECB319;
}
</style>