Shades of Gold Tips #ECB12E
Tints of Gold Tips #ECB12E
RGB
CMYK
RGB Variations
Color information
#ECB12E (or 0xECB12E) is known color: Gold Tips. HEX triplet: EC, B1 and 2E. RGB value is (236,177,46). Sum of RGB (Red+Green+Blue) = 236+177+46=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB12E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB12E is #134ED1. Grayscale: #B4B4B4. Windows color (decimal): -1265362 or 3060204. OLE color: 3060204.
HSL color Cylindrical-coordinate representation of color #ECB12E: hue angle of 41.37º 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 #ECB12E is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 46 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.07 |
| HSL | 41.37º | 0.83% | 0.55% | - |
| HSV(B) | 41.37º | 0.81% | 0.93% | - |
| XYZ | 50.81 | 49.47 | 9.46 | - |
| YUV | 179.71 | 52.55 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 46 | 0 | 0.25 | 0.81 | 0.07 | 41.37 | 0.83 | 0.55 |
| Hex | EC | B1 | 2E | 0 | 19 | 51 | 7 | 29 | 53 | 37 |
| Octal | 354 | 261 | 56 | 0 | 31 | 121 | 7 | 51 | 123 | 67 |
| Binary | 11101100 | 10110001 | 101110 | 0 | 11001 | 1010001 | 111 | 101001 | 1010011 | 110111 |
Color Harmonies of #ECB12E
Complementary color
Monochromatic Colors of #ECB12E
Black with #ECB12E
Text Example
Text Example
White with #ECB12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB12E; }
p { color: rgb(236,177,46); }
H1.HeaderClassName
{
color: #ECB12E;
}
.AnyTagClassName
{
color: #ECB12E;
}
</style>
background-color css
<style>
a { background-color: #ECB12E; }
a { background-color: rgb(236,177,46); }
div.DivClassName
{
background-color: #ECB12E;
}
.BgClassName
{
background-color: #ECB12E;
}
</style>
border-color css
<style>
span { border-color: #ECB12E; }
span { border-color: rgb(236,177,46); }
td.TdClassName
{
border-color: #ECB12E;
}
.TagClassName
{
border-color: #ECB12E;
}
</style>