Shades of Gold Tips #ECB127
Tints of Gold Tips #ECB127
RGB
CMYK
RGB Variations
Color information
#ECB127 (or 0xECB127) is known color: Gold Tips. HEX triplet: EC, B1 and 27. RGB value is (236,177,39). Sum of RGB (Red+Green+Blue) = 236+177+39=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 39 (15.62% from 255 or 8.63% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB127 is #134ED8. Grayscale: #B3B3B3. Windows color (decimal): -1265369 or 2601452. OLE color: 2601452.
HSL color Cylindrical-coordinate representation of color #ECB127: hue angle of 42.03º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECB127 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 39 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.07 |
| HSL | 42.03º | 0.84% | 0.54% | - |
| HSV(B) | 42.03º | 0.83% | 0.93% | - |
| XYZ | 50.68 | 49.42 | 8.79 | - |
| YUV | 178.91 | 49.05 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 39 | 0 | 0.25 | 0.83 | 0.07 | 42.03 | 0.84 | 0.54 |
| Hex | EC | B1 | 27 | 0 | 19 | 53 | 7 | 2A | 54 | 36 |
| Octal | 354 | 261 | 47 | 0 | 31 | 123 | 7 | 52 | 124 | 66 |
| Binary | 11101100 | 10110001 | 100111 | 0 | 11001 | 1010011 | 111 | 101010 | 1010100 | 110110 |
Color Harmonies of #ECB127
Complementary color
Monochromatic Colors of #ECB127
Black with #ECB127
Text Example
Text Example
White with #ECB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB127; }
p { color: rgb(236,177,39); }
H1.HeaderClassName
{
color: #ECB127;
}
.AnyTagClassName
{
color: #ECB127;
}
</style>
background-color css
<style>
a { background-color: #ECB127; }
a { background-color: rgb(236,177,39); }
div.DivClassName
{
background-color: #ECB127;
}
.BgClassName
{
background-color: #ECB127;
}
</style>
border-color css
<style>
span { border-color: #ECB127; }
span { border-color: rgb(236,177,39); }
td.TdClassName
{
border-color: #ECB127;
}
.TagClassName
{
border-color: #ECB127;
}
</style>