Shades of Gold Tips #ECB124
Tints of Gold Tips #ECB124
RGB
CMYK
RGB Variations
Color information
#ECB124 (or 0xECB124) is known color: Gold Tips. HEX triplet: EC, B1 and 24. RGB value is (236,177,36). Sum of RGB (Red+Green+Blue) = 236+177+36=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB124 is #134EDB. Grayscale: #B3B3B3. Windows color (decimal): -1265372 or 2404844. OLE color: 2404844.
HSL color Cylindrical-coordinate representation of color #ECB124: hue angle of 42.3º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECB124 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 36 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.07 |
| HSL | 42.3º | 0.84% | 0.53% | - |
| HSV(B) | 42.3º | 0.85% | 0.93% | - |
| XYZ | 50.63 | 49.4 | 8.54 | - |
| YUV | 178.57 | 47.55 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 36 | 0 | 0.25 | 0.85 | 0.07 | 42.3 | 0.84 | 0.53 |
| Hex | EC | B1 | 24 | 0 | 19 | 55 | 7 | 2A | 54 | 35 |
| Octal | 354 | 261 | 44 | 0 | 31 | 125 | 7 | 52 | 124 | 65 |
| Binary | 11101100 | 10110001 | 100100 | 0 | 11001 | 1010101 | 111 | 101010 | 1010100 | 110101 |
Color Harmonies of #ECB124
Complementary color
Monochromatic Colors of #ECB124
Black with #ECB124
Text Example
Text Example
White with #ECB124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB124; }
p { color: rgb(236,177,36); }
H1.HeaderClassName
{
color: #ECB124;
}
.AnyTagClassName
{
color: #ECB124;
}
</style>
background-color css
<style>
a { background-color: #ECB124; }
a { background-color: rgb(236,177,36); }
div.DivClassName
{
background-color: #ECB124;
}
.BgClassName
{
background-color: #ECB124;
}
</style>
border-color css
<style>
span { border-color: #ECB124; }
span { border-color: rgb(236,177,36); }
td.TdClassName
{
border-color: #ECB124;
}
.TagClassName
{
border-color: #ECB124;
}
</style>