Shades of Gold Tips #ECB31B
Tints of Gold Tips #ECB31B
RGB
CMYK
RGB Variations
Color information
#ECB31B (or 0xECB31B) is known color: Gold Tips. HEX triplet: EC, B3 and 1B. RGB value is (236,179,27). Sum of RGB (Red+Green+Blue) = 236+179+27=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB31B is #134CE4. Grayscale: #B3B3B3. Windows color (decimal): -1264869 or 1815532. OLE color: 1815532.
HSL color Cylindrical-coordinate representation of color #ECB31B: hue angle of 43.64º 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 #ECB31B is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 27 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.07 |
| HSL | 43.64º | 0.85% | 0.52% | - |
| HSV(B) | 43.64º | 0.89% | 0.93% | - |
| XYZ | 50.91 | 50.15 | 8.03 | - |
| YUV | 178.72 | 42.38 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 27 | 0 | 0.24 | 0.89 | 0.07 | 43.64 | 0.85 | 0.52 |
| Hex | EC | B3 | 1B | 0 | 18 | 59 | 7 | 2C | 55 | 34 |
| Octal | 354 | 263 | 33 | 0 | 30 | 131 | 7 | 54 | 125 | 64 |
| Binary | 11101100 | 10110011 | 11011 | 0 | 11000 | 1011001 | 111 | 101100 | 1010101 | 110100 |
Color Harmonies of #ECB31B
Complementary color
Monochromatic Colors of #ECB31B
Black with #ECB31B
Text Example
Text Example
White with #ECB31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB31B; }
p { color: rgb(236,179,27); }
H1.HeaderClassName
{
color: #ECB31B;
}
.AnyTagClassName
{
color: #ECB31B;
}
</style>
background-color css
<style>
a { background-color: #ECB31B; }
a { background-color: rgb(236,179,27); }
div.DivClassName
{
background-color: #ECB31B;
}
.BgClassName
{
background-color: #ECB31B;
}
</style>
border-color css
<style>
span { border-color: #ECB31B; }
span { border-color: rgb(236,179,27); }
td.TdClassName
{
border-color: #ECB31B;
}
.TagClassName
{
border-color: #ECB31B;
}
</style>