Shades of Gold Tips #ECB12C
Tints of Gold Tips #ECB12C
RGB
CMYK
RGB Variations
Color information
#ECB12C (or 0xECB12C) is known color: Gold Tips. HEX triplet: EC, B1 and 2C. RGB value is (236,177,44). Sum of RGB (Red+Green+Blue) = 236+177+44=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB12C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB12C is #134ED3. Grayscale: #B4B4B4. Windows color (decimal): -1265364 or 2929132. OLE color: 2929132.
HSL color Cylindrical-coordinate representation of color #ECB12C: hue angle of 41.56º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECB12C is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 44 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.07 |
| HSL | 41.56º | 0.83% | 0.55% | - |
| HSV(B) | 41.56º | 0.81% | 0.93% | - |
| XYZ | 50.77 | 49.46 | 9.25 | - |
| YUV | 179.48 | 51.55 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 44 | 0 | 0.25 | 0.81 | 0.07 | 41.56 | 0.83 | 0.55 |
| Hex | EC | B1 | 2C | 0 | 19 | 51 | 7 | 2A | 53 | 37 |
| Octal | 354 | 261 | 54 | 0 | 31 | 121 | 7 | 52 | 123 | 67 |
| Binary | 11101100 | 10110001 | 101100 | 0 | 11001 | 1010001 | 111 | 101010 | 1010011 | 110111 |
Color Harmonies of #ECB12C
Complementary color
Monochromatic Colors of #ECB12C
Black with #ECB12C
Text Example
Text Example
White with #ECB12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB12C; }
p { color: rgb(236,177,44); }
H1.HeaderClassName
{
color: #ECB12C;
}
.AnyTagClassName
{
color: #ECB12C;
}
</style>
background-color css
<style>
a { background-color: #ECB12C; }
a { background-color: rgb(236,177,44); }
div.DivClassName
{
background-color: #ECB12C;
}
.BgClassName
{
background-color: #ECB12C;
}
</style>
border-color css
<style>
span { border-color: #ECB12C; }
span { border-color: rgb(236,177,44); }
td.TdClassName
{
border-color: #ECB12C;
}
.TagClassName
{
border-color: #ECB12C;
}
</style>