Shades of Gold Tips #ECB218
Tints of Gold Tips #ECB218
RGB
CMYK
RGB Variations
Color information
#ECB218 (or 0xECB218) is known color: Gold Tips. HEX triplet: EC, B2 and 18. RGB value is (236,178,24). Sum of RGB (Red+Green+Blue) = 236+178+24=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB218 is #134DE7. Grayscale: #B2B2B2. Windows color (decimal): -1265128 or 1618668. OLE color: 1618668.
HSL color Cylindrical-coordinate representation of color #ECB218: hue angle of 43.58º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECB218 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 24 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.07 |
| HSL | 43.58º | 0.85% | 0.51% | - |
| HSV(B) | 43.58º | 0.9% | 0.93% | - |
| XYZ | 50.68 | 49.74 | 7.79 | - |
| YUV | 177.79 | 41.22 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 24 | 0 | 0.25 | 0.90 | 0.07 | 43.58 | 0.85 | 0.51 |
| Hex | EC | B2 | 18 | 0 | 19 | 5A | 7 | 2C | 55 | 33 |
| Octal | 354 | 262 | 30 | 0 | 31 | 132 | 7 | 54 | 125 | 63 |
| Binary | 11101100 | 10110010 | 11000 | 0 | 11001 | 1011010 | 111 | 101100 | 1010101 | 110011 |
Color Harmonies of #ECB218
Complementary color
Monochromatic Colors of #ECB218
Black with #ECB218
Text Example
Text Example
White with #ECB218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB218; }
p { color: rgb(236,178,24); }
H1.HeaderClassName
{
color: #ECB218;
}
.AnyTagClassName
{
color: #ECB218;
}
</style>
background-color css
<style>
a { background-color: #ECB218; }
a { background-color: rgb(236,178,24); }
div.DivClassName
{
background-color: #ECB218;
}
.BgClassName
{
background-color: #ECB218;
}
</style>
border-color css
<style>
span { border-color: #ECB218; }
span { border-color: rgb(236,178,24); }
td.TdClassName
{
border-color: #ECB218;
}
.TagClassName
{
border-color: #ECB218;
}
</style>