Shades of Gold Tips #ECB128
Tints of Gold Tips #ECB128
RGB
CMYK
RGB Variations
Color information
#ECB128 (or 0xECB128) is known color: Gold Tips. HEX triplet: EC, B1 and 28. RGB value is (236,177,40). Sum of RGB (Red+Green+Blue) = 236+177+40=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB128 is #134ED7. Grayscale: #B3B3B3. Windows color (decimal): -1265368 or 2666988. OLE color: 2666988.
HSL color Cylindrical-coordinate representation of color #ECB128: hue angle of 41.94º 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 #ECB128 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 40 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.07 |
| HSL | 41.94º | 0.84% | 0.54% | - |
| HSV(B) | 41.94º | 0.83% | 0.93% | - |
| XYZ | 50.7 | 49.43 | 8.88 | - |
| YUV | 179.02 | 49.55 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 40 | 0 | 0.25 | 0.83 | 0.07 | 41.94 | 0.84 | 0.54 |
| Hex | EC | B1 | 28 | 0 | 19 | 53 | 7 | 2A | 54 | 36 |
| Octal | 354 | 261 | 50 | 0 | 31 | 123 | 7 | 52 | 124 | 66 |
| Binary | 11101100 | 10110001 | 101000 | 0 | 11001 | 1010011 | 111 | 101010 | 1010100 | 110110 |
Color Harmonies of #ECB128
Complementary color
Monochromatic Colors of #ECB128
Black with #ECB128
Text Example
Text Example
White with #ECB128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB128; }
p { color: rgb(236,177,40); }
H1.HeaderClassName
{
color: #ECB128;
}
.AnyTagClassName
{
color: #ECB128;
}
</style>
background-color css
<style>
a { background-color: #ECB128; }
a { background-color: rgb(236,177,40); }
div.DivClassName
{
background-color: #ECB128;
}
.BgClassName
{
background-color: #ECB128;
}
</style>
border-color css
<style>
span { border-color: #ECB128; }
span { border-color: rgb(236,177,40); }
td.TdClassName
{
border-color: #ECB128;
}
.TagClassName
{
border-color: #ECB128;
}
</style>