Shades of Gold Tips #ECB41A
Tints of Gold Tips #ECB41A
RGB
CMYK
RGB Variations
Color information
#ECB41A (or 0xECB41A) is known color: Gold Tips. HEX triplet: EC, B4 and 1A. RGB value is (236,180,26). Sum of RGB (Red+Green+Blue) = 236+180+26=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 26 (10.55% from 255 or 5.88% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB41A is #134BE5. Grayscale: #B3B3B3. Windows color (decimal): -1264614 or 1750252. OLE color: 1750252.
HSL color Cylindrical-coordinate representation of color #ECB41A: hue angle of 44º 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 #ECB41A is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 26 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.07 |
| HSL | 44º | 0.85% | 0.51% | - |
| HSV(B) | 44º | 0.89% | 0.93% | - |
| XYZ | 51.1 | 50.55 | 8.04 | - |
| YUV | 179.19 | 41.55 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 26 | 0 | 0.24 | 0.89 | 0.07 | 44 | 0.85 | 0.51 |
| Hex | EC | B4 | 1A | 0 | 18 | 59 | 7 | 2C | 55 | 33 |
| Octal | 354 | 264 | 32 | 0 | 30 | 131 | 7 | 54 | 125 | 63 |
| Binary | 11101100 | 10110100 | 11010 | 0 | 11000 | 1011001 | 111 | 101100 | 1010101 | 110011 |
Color Harmonies of #ECB41A
Complementary color
Monochromatic Colors of #ECB41A
Black with #ECB41A
Text Example
Text Example
White with #ECB41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB41A; }
p { color: rgb(236,180,26); }
H1.HeaderClassName
{
color: #ECB41A;
}
.AnyTagClassName
{
color: #ECB41A;
}
</style>
background-color css
<style>
a { background-color: #ECB41A; }
a { background-color: rgb(236,180,26); }
div.DivClassName
{
background-color: #ECB41A;
}
.BgClassName
{
background-color: #ECB41A;
}
</style>
border-color css
<style>
span { border-color: #ECB41A; }
span { border-color: rgb(236,180,26); }
td.TdClassName
{
border-color: #ECB41A;
}
.TagClassName
{
border-color: #ECB41A;
}
</style>