Shades of Gold Tips #ECB025
Tints of Gold Tips #ECB025
RGB
CMYK
RGB Variations
Color information
#ECB025 (or 0xECB025) is known color: Gold Tips. HEX triplet: EC, B0 and 25. RGB value is (236,176,37). Sum of RGB (Red+Green+Blue) = 236+176+37=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 37 (14.84% from 255 or 8.24% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB025 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB025 is #134FDA. Grayscale: #B2B2B2. Windows color (decimal): -1265627 or 2470124. OLE color: 2470124.
HSL color Cylindrical-coordinate representation of color #ECB025: hue angle of 41.91º 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 #ECB025 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 37 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.07 |
| HSL | 41.91º | 0.84% | 0.54% | - |
| HSV(B) | 41.91º | 0.84% | 0.93% | - |
| XYZ | 50.45 | 49.02 | 8.55 | - |
| YUV | 178.09 | 48.38 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 37 | 0 | 0.25 | 0.84 | 0.07 | 41.91 | 0.84 | 0.54 |
| Hex | EC | B0 | 25 | 0 | 19 | 54 | 7 | 2A | 54 | 36 |
| Octal | 354 | 260 | 45 | 0 | 31 | 124 | 7 | 52 | 124 | 66 |
| Binary | 11101100 | 10110000 | 100101 | 0 | 11001 | 1010100 | 111 | 101010 | 1010100 | 110110 |
Color Harmonies of #ECB025
Complementary color
Monochromatic Colors of #ECB025
Black with #ECB025
Text Example
Text Example
White with #ECB025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB025; }
p { color: rgb(236,176,37); }
H1.HeaderClassName
{
color: #ECB025;
}
.AnyTagClassName
{
color: #ECB025;
}
</style>
background-color css
<style>
a { background-color: #ECB025; }
a { background-color: rgb(236,176,37); }
div.DivClassName
{
background-color: #ECB025;
}
.BgClassName
{
background-color: #ECB025;
}
</style>
border-color css
<style>
span { border-color: #ECB025; }
span { border-color: rgb(236,176,37); }
td.TdClassName
{
border-color: #ECB025;
}
.TagClassName
{
border-color: #ECB025;
}
</style>