Shades of Gold Tips #ECB126
Tints of Gold Tips #ECB126
RGB
CMYK
RGB Variations
Color information
#ECB126 (or 0xECB126) is known color: Gold Tips. HEX triplet: EC, B1 and 26. RGB value is (236,177,38). Sum of RGB (Red+Green+Blue) = 236+177+38=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 38 (15.23% from 255 or 8.43% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB126 is #134ED9. Grayscale: #B3B3B3. Windows color (decimal): -1265370 or 2535916. OLE color: 2535916.
HSL color Cylindrical-coordinate representation of color #ECB126: hue angle of 42.12º 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 #ECB126 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 38 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.07 |
| HSL | 42.12º | 0.84% | 0.54% | - |
| HSV(B) | 42.12º | 0.84% | 0.93% | - |
| XYZ | 50.66 | 49.42 | 8.7 | - |
| YUV | 178.8 | 48.55 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 38 | 0 | 0.25 | 0.84 | 0.07 | 42.12 | 0.84 | 0.54 |
| Hex | EC | B1 | 26 | 0 | 19 | 54 | 7 | 2A | 54 | 36 |
| Octal | 354 | 261 | 46 | 0 | 31 | 124 | 7 | 52 | 124 | 66 |
| Binary | 11101100 | 10110001 | 100110 | 0 | 11001 | 1010100 | 111 | 101010 | 1010100 | 110110 |
Color Harmonies of #ECB126
Complementary color
Monochromatic Colors of #ECB126
Black with #ECB126
Text Example
Text Example
White with #ECB126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB126; }
p { color: rgb(236,177,38); }
H1.HeaderClassName
{
color: #ECB126;
}
.AnyTagClassName
{
color: #ECB126;
}
</style>
background-color css
<style>
a { background-color: #ECB126; }
a { background-color: rgb(236,177,38); }
div.DivClassName
{
background-color: #ECB126;
}
.BgClassName
{
background-color: #ECB126;
}
</style>
border-color css
<style>
span { border-color: #ECB126; }
span { border-color: rgb(236,177,38); }
td.TdClassName
{
border-color: #ECB126;
}
.TagClassName
{
border-color: #ECB126;
}
</style>