Shades of Gold Tips #ECB221
Tints of Gold Tips #ECB221
RGB
CMYK
RGB Variations
Color information
#ECB221 (or 0xECB221) is known color: Gold Tips. HEX triplet: EC, B2 and 21. RGB value is (236,178,33). Sum of RGB (Red+Green+Blue) = 236+178+33=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB221 is #134DDE. Grayscale: #B3B3B3. Windows color (decimal): -1265119 or 2208492. OLE color: 2208492.
HSL color Cylindrical-coordinate representation of color #ECB221: hue angle of 42.86º 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 #ECB221 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 33 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.07 |
| HSL | 42.86º | 0.84% | 0.53% | - |
| HSV(B) | 42.86º | 0.86% | 0.93% | - |
| XYZ | 50.79 | 49.78 | 8.37 | - |
| YUV | 178.81 | 45.72 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 33 | 0 | 0.25 | 0.86 | 0.07 | 42.86 | 0.84 | 0.53 |
| Hex | EC | B2 | 21 | 0 | 19 | 56 | 7 | 2B | 54 | 35 |
| Octal | 354 | 262 | 41 | 0 | 31 | 126 | 7 | 53 | 124 | 65 |
| Binary | 11101100 | 10110010 | 100001 | 0 | 11001 | 1010110 | 111 | 101011 | 1010100 | 110101 |
Color Harmonies of #ECB221
Complementary color
Monochromatic Colors of #ECB221
Black with #ECB221
Text Example
Text Example
White with #ECB221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB221; }
p { color: rgb(236,178,33); }
H1.HeaderClassName
{
color: #ECB221;
}
.AnyTagClassName
{
color: #ECB221;
}
</style>
background-color css
<style>
a { background-color: #ECB221; }
a { background-color: rgb(236,178,33); }
div.DivClassName
{
background-color: #ECB221;
}
.BgClassName
{
background-color: #ECB221;
}
</style>
border-color css
<style>
span { border-color: #ECB221; }
span { border-color: rgb(236,178,33); }
td.TdClassName
{
border-color: #ECB221;
}
.TagClassName
{
border-color: #ECB221;
}
</style>