Shades of Gold Tips #ECB01B
Tints of Gold Tips #ECB01B
RGB
CMYK
RGB Variations
Color information
#ECB01B (or 0xECB01B) is known color: Gold Tips. HEX triplet: EC, B0 and 1B. RGB value is (236,176,27). Sum of RGB (Red+Green+Blue) = 236+176+27=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB01B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB01B is #134FE4. Grayscale: #B1B1B1. Windows color (decimal): -1265637 or 1814764. OLE color: 1814764.
HSL color Cylindrical-coordinate representation of color #ECB01B: hue angle of 42.78º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECB01B is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 27 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.07 |
| HSL | 42.78º | 0.85% | 0.52% | - |
| HSV(B) | 42.78º | 0.89% | 0.93% | - |
| XYZ | 50.32 | 48.96 | 7.84 | - |
| YUV | 176.95 | 43.38 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 27 | 0 | 0.25 | 0.89 | 0.07 | 42.78 | 0.85 | 0.52 |
| Hex | EC | B0 | 1B | 0 | 19 | 59 | 7 | 2B | 55 | 34 |
| Octal | 354 | 260 | 33 | 0 | 31 | 131 | 7 | 53 | 125 | 64 |
| Binary | 11101100 | 10110000 | 11011 | 0 | 11001 | 1011001 | 111 | 101011 | 1010101 | 110100 |
Color Harmonies of #ECB01B
Complementary color
Monochromatic Colors of #ECB01B
Black with #ECB01B
Text Example
Text Example
White with #ECB01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB01B; }
p { color: rgb(236,176,27); }
H1.HeaderClassName
{
color: #ECB01B;
}
.AnyTagClassName
{
color: #ECB01B;
}
</style>
background-color css
<style>
a { background-color: #ECB01B; }
a { background-color: rgb(236,176,27); }
div.DivClassName
{
background-color: #ECB01B;
}
.BgClassName
{
background-color: #ECB01B;
}
</style>
border-color css
<style>
span { border-color: #ECB01B; }
span { border-color: rgb(236,176,27); }
td.TdClassName
{
border-color: #ECB01B;
}
.TagClassName
{
border-color: #ECB01B;
}
</style>