Shades of Gold Tips #ECB031
Tints of Gold Tips #ECB031
RGB
CMYK
RGB Variations
Color information
#ECB031 (or 0xECB031) is known color: Gold Tips. HEX triplet: EC, B0 and 31. RGB value is (236,176,49). Sum of RGB (Red+Green+Blue) = 236+176+49=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 49 (19.53% from 255 or 10.63% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB031 is #134FCE. Grayscale: #B4B4B4. Windows color (decimal): -1265615 or 3256556. OLE color: 3256556.
HSL color Cylindrical-coordinate representation of color #ECB031: hue angle of 40.75º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECB031 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 49 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.07 |
| HSL | 40.75º | 0.83% | 0.56% | - |
| HSV(B) | 40.75º | 0.79% | 0.93% | - |
| XYZ | 50.67 | 49.11 | 9.71 | - |
| YUV | 179.46 | 54.38 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 49 | 0 | 0.25 | 0.79 | 0.07 | 40.75 | 0.83 | 0.56 |
| Hex | EC | B0 | 31 | 0 | 19 | 4F | 7 | 29 | 53 | 38 |
| Octal | 354 | 260 | 61 | 0 | 31 | 117 | 7 | 51 | 123 | 70 |
| Binary | 11101100 | 10110000 | 110001 | 0 | 11001 | 1001111 | 111 | 101001 | 1010011 | 111000 |
Color Harmonies of #ECB031
Complementary color
Monochromatic Colors of #ECB031
Black with #ECB031
Text Example
Text Example
White with #ECB031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB031; }
p { color: rgb(236,176,49); }
H1.HeaderClassName
{
color: #ECB031;
}
.AnyTagClassName
{
color: #ECB031;
}
</style>
background-color css
<style>
a { background-color: #ECB031; }
a { background-color: rgb(236,176,49); }
div.DivClassName
{
background-color: #ECB031;
}
.BgClassName
{
background-color: #ECB031;
}
</style>
border-color css
<style>
span { border-color: #ECB031; }
span { border-color: rgb(236,176,49); }
td.TdClassName
{
border-color: #ECB031;
}
.TagClassName
{
border-color: #ECB031;
}
</style>