Shades of Gold Tips #ECB426
Tints of Gold Tips #ECB426
RGB
CMYK
RGB Variations
Color information
#ECB426 (or 0xECB426) is known color: Gold Tips. HEX triplet: EC, B4 and 26. RGB value is (236,180,38). Sum of RGB (Red+Green+Blue) = 236+180+38=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 38 (15.23% from 255 or 8.37% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB426 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB426 is #134BD9. Grayscale: #B5B5B5. Windows color (decimal): -1264602 or 2536684. OLE color: 2536684.
HSL color Cylindrical-coordinate representation of color #ECB426: hue angle of 43.03º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECB426 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 38 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.07 |
| HSL | 43.03º | 0.84% | 0.54% | - |
| HSV(B) | 43.03º | 0.84% | 0.93% | - |
| XYZ | 51.26 | 50.62 | 8.9 | - |
| YUV | 180.56 | 47.55 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 38 | 0 | 0.24 | 0.84 | 0.07 | 43.03 | 0.84 | 0.54 |
| Hex | EC | B4 | 26 | 0 | 18 | 54 | 7 | 2B | 54 | 36 |
| Octal | 354 | 264 | 46 | 0 | 30 | 124 | 7 | 53 | 124 | 66 |
| Binary | 11101100 | 10110100 | 100110 | 0 | 11000 | 1010100 | 111 | 101011 | 1010100 | 110110 |
Color Harmonies of #ECB426
Complementary color
Monochromatic Colors of #ECB426
Black with #ECB426
Text Example
Text Example
White with #ECB426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB426; }
p { color: rgb(236,180,38); }
H1.HeaderClassName
{
color: #ECB426;
}
.AnyTagClassName
{
color: #ECB426;
}
</style>
background-color css
<style>
a { background-color: #ECB426; }
a { background-color: rgb(236,180,38); }
div.DivClassName
{
background-color: #ECB426;
}
.BgClassName
{
background-color: #ECB426;
}
</style>
border-color css
<style>
span { border-color: #ECB426; }
span { border-color: rgb(236,180,38); }
td.TdClassName
{
border-color: #ECB426;
}
.TagClassName
{
border-color: #ECB426;
}
</style>