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