Shades of Gold Tips #ECB121
Tints of Gold Tips #ECB121
RGB
CMYK
RGB Variations
Color information
#ECB121 (or 0xECB121) is known color: Gold Tips. HEX triplet: EC, B1 and 21. RGB value is (236,177,33). Sum of RGB (Red+Green+Blue) = 236+177+33=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB121 is #134EDE. Grayscale: #B2B2B2. Windows color (decimal): -1265375 or 2208236. OLE color: 2208236.
HSL color Cylindrical-coordinate representation of color #ECB121: hue angle of 42.56º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECB121 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 33 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.07 |
| HSL | 42.56º | 0.84% | 0.53% | - |
| HSV(B) | 42.56º | 0.86% | 0.93% | - |
| XYZ | 50.59 | 49.39 | 8.31 | - |
| YUV | 178.23 | 46.05 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 33 | 0 | 0.25 | 0.86 | 0.07 | 42.56 | 0.84 | 0.53 |
| Hex | EC | B1 | 21 | 0 | 19 | 56 | 7 | 2B | 54 | 35 |
| Octal | 354 | 261 | 41 | 0 | 31 | 126 | 7 | 53 | 124 | 65 |
| Binary | 11101100 | 10110001 | 100001 | 0 | 11001 | 1010110 | 111 | 101011 | 1010100 | 110101 |
Color Harmonies of #ECB121
Complementary color
Monochromatic Colors of #ECB121
Black with #ECB121
Text Example
Text Example
White with #ECB121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB121; }
p { color: rgb(236,177,33); }
H1.HeaderClassName
{
color: #ECB121;
}
.AnyTagClassName
{
color: #ECB121;
}
</style>
background-color css
<style>
a { background-color: #ECB121; }
a { background-color: rgb(236,177,33); }
div.DivClassName
{
background-color: #ECB121;
}
.BgClassName
{
background-color: #ECB121;
}
</style>
border-color css
<style>
span { border-color: #ECB121; }
span { border-color: rgb(236,177,33); }
td.TdClassName
{
border-color: #ECB121;
}
.TagClassName
{
border-color: #ECB121;
}
</style>