Shades of Gold Tips #ECB421
Tints of Gold Tips #ECB421
RGB
CMYK
RGB Variations
Color information
#ECB421 (or 0xECB421) is known color: Gold Tips. HEX triplet: EC, B4 and 21. RGB value is (236,180,33). Sum of RGB (Red+Green+Blue) = 236+180+33=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB421 is #134BDE. Grayscale: #B4B4B4. Windows color (decimal): -1264607 or 2209004. OLE color: 2209004.
HSL color Cylindrical-coordinate representation of color #ECB421: hue angle of 43.45º 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 #ECB421 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 33 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.07 |
| HSL | 43.45º | 0.84% | 0.53% | - |
| HSV(B) | 43.45º | 0.86% | 0.93% | - |
| XYZ | 51.19 | 50.59 | 8.5 | - |
| YUV | 179.99 | 45.05 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 33 | 0 | 0.24 | 0.86 | 0.07 | 43.45 | 0.84 | 0.53 |
| Hex | EC | B4 | 21 | 0 | 18 | 56 | 7 | 2B | 54 | 35 |
| Octal | 354 | 264 | 41 | 0 | 30 | 126 | 7 | 53 | 124 | 65 |
| Binary | 11101100 | 10110100 | 100001 | 0 | 11000 | 1010110 | 111 | 101011 | 1010100 | 110101 |
Color Harmonies of #ECB421
Complementary color
Monochromatic Colors of #ECB421
Black with #ECB421
Text Example
Text Example
White with #ECB421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB421; }
p { color: rgb(236,180,33); }
H1.HeaderClassName
{
color: #ECB421;
}
.AnyTagClassName
{
color: #ECB421;
}
</style>
background-color css
<style>
a { background-color: #ECB421; }
a { background-color: rgb(236,180,33); }
div.DivClassName
{
background-color: #ECB421;
}
.BgClassName
{
background-color: #ECB421;
}
</style>
border-color css
<style>
span { border-color: #ECB421; }
span { border-color: rgb(236,180,33); }
td.TdClassName
{
border-color: #ECB421;
}
.TagClassName
{
border-color: #ECB421;
}
</style>