Shades of Gold Tips #ECB318
Tints of Gold Tips #ECB318
RGB
CMYK
RGB Variations
Color information
#ECB318 (or 0xECB318) is known color: Gold Tips. HEX triplet: EC, B3 and 18. RGB value is (236,179,24). Sum of RGB (Red+Green+Blue) = 236+179+24=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB318 is #134CE7. Grayscale: #B3B3B3. Windows color (decimal): -1264872 or 1618924. OLE color: 1618924.
HSL color Cylindrical-coordinate representation of color #ECB318: hue angle of 43.87º 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 #ECB318 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 24 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.07 |
| HSL | 43.87º | 0.85% | 0.51% | - |
| HSV(B) | 43.87º | 0.9% | 0.93% | - |
| XYZ | 50.88 | 50.14 | 7.86 | - |
| YUV | 178.37 | 40.88 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 24 | 0 | 0.24 | 0.90 | 0.07 | 43.87 | 0.85 | 0.51 |
| Hex | EC | B3 | 18 | 0 | 18 | 5A | 7 | 2C | 55 | 33 |
| Octal | 354 | 263 | 30 | 0 | 30 | 132 | 7 | 54 | 125 | 63 |
| Binary | 11101100 | 10110011 | 11000 | 0 | 11000 | 1011010 | 111 | 101100 | 1010101 | 110011 |
Color Harmonies of #ECB318
Complementary color
Monochromatic Colors of #ECB318
Black with #ECB318
Text Example
Text Example
White with #ECB318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB318; }
p { color: rgb(236,179,24); }
H1.HeaderClassName
{
color: #ECB318;
}
.AnyTagClassName
{
color: #ECB318;
}
</style>
background-color css
<style>
a { background-color: #ECB318; }
a { background-color: rgb(236,179,24); }
div.DivClassName
{
background-color: #ECB318;
}
.BgClassName
{
background-color: #ECB318;
}
</style>
border-color css
<style>
span { border-color: #ECB318; }
span { border-color: rgb(236,179,24); }
td.TdClassName
{
border-color: #ECB318;
}
.TagClassName
{
border-color: #ECB318;
}
</style>