Shades of Gold Tips #ECB31A
Tints of Gold Tips #ECB31A
RGB
CMYK
RGB Variations
Color information
#ECB31A (or 0xECB31A) is known color: Gold Tips. HEX triplet: EC, B3 and 1A. RGB value is (236,179,26). Sum of RGB (Red+Green+Blue) = 236+179+26=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB31A is #134CE5. Grayscale: #B3B3B3. Windows color (decimal): -1264870 or 1749996. OLE color: 1749996.
HSL color Cylindrical-coordinate representation of color #ECB31A: hue angle of 43.71º 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 #ECB31A is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 26 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.07 |
| HSL | 43.71º | 0.85% | 0.51% | - |
| HSV(B) | 43.71º | 0.89% | 0.93% | - |
| XYZ | 50.9 | 50.15 | 7.97 | - |
| YUV | 178.6 | 41.88 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 26 | 0 | 0.24 | 0.89 | 0.07 | 43.71 | 0.85 | 0.51 |
| Hex | EC | B3 | 1A | 0 | 18 | 59 | 7 | 2C | 55 | 33 |
| Octal | 354 | 263 | 32 | 0 | 30 | 131 | 7 | 54 | 125 | 63 |
| Binary | 11101100 | 10110011 | 11010 | 0 | 11000 | 1011001 | 111 | 101100 | 1010101 | 110011 |
Color Harmonies of #ECB31A
Complementary color
Monochromatic Colors of #ECB31A
Black with #ECB31A
Text Example
Text Example
White with #ECB31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB31A; }
p { color: rgb(236,179,26); }
H1.HeaderClassName
{
color: #ECB31A;
}
.AnyTagClassName
{
color: #ECB31A;
}
</style>
background-color css
<style>
a { background-color: #ECB31A; }
a { background-color: rgb(236,179,26); }
div.DivClassName
{
background-color: #ECB31A;
}
.BgClassName
{
background-color: #ECB31A;
}
</style>
border-color css
<style>
span { border-color: #ECB31A; }
span { border-color: rgb(236,179,26); }
td.TdClassName
{
border-color: #ECB31A;
}
.TagClassName
{
border-color: #ECB31A;
}
</style>