Shades of Gold Tips #ECB021
Tints of Gold Tips #ECB021
RGB
CMYK
RGB Variations
Color information
#ECB021 (or 0xECB021) is known color: Gold Tips. HEX triplet: EC, B0 and 21. RGB value is (236,176,33). Sum of RGB (Red+Green+Blue) = 236+176+33=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB021 is #134FDE. Grayscale: #B2B2B2. Windows color (decimal): -1265631 or 2207980. OLE color: 2207980.
HSL color Cylindrical-coordinate representation of color #ECB021: hue angle of 42.27º 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 #ECB021 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 33 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.07 |
| HSL | 42.27º | 0.84% | 0.53% | - |
| HSV(B) | 42.27º | 0.86% | 0.93% | - |
| XYZ | 50.39 | 48.99 | 8.24 | - |
| YUV | 177.64 | 46.38 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 33 | 0 | 0.25 | 0.86 | 0.07 | 42.27 | 0.84 | 0.53 |
| Hex | EC | B0 | 21 | 0 | 19 | 56 | 7 | 2A | 54 | 35 |
| Octal | 354 | 260 | 41 | 0 | 31 | 126 | 7 | 52 | 124 | 65 |
| Binary | 11101100 | 10110000 | 100001 | 0 | 11001 | 1010110 | 111 | 101010 | 1010100 | 110101 |
Color Harmonies of #ECB021
Complementary color
Monochromatic Colors of #ECB021
Black with #ECB021
Text Example
Text Example
White with #ECB021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB021; }
p { color: rgb(236,176,33); }
H1.HeaderClassName
{
color: #ECB021;
}
.AnyTagClassName
{
color: #ECB021;
}
</style>
background-color css
<style>
a { background-color: #ECB021; }
a { background-color: rgb(236,176,33); }
div.DivClassName
{
background-color: #ECB021;
}
.BgClassName
{
background-color: #ECB021;
}
</style>
border-color css
<style>
span { border-color: #ECB021; }
span { border-color: rgb(236,176,33); }
td.TdClassName
{
border-color: #ECB021;
}
.TagClassName
{
border-color: #ECB021;
}
</style>