Shades of Gold Tips #ECB31E
Tints of Gold Tips #ECB31E
RGB
CMYK
RGB Variations
Color information
#ECB31E (or 0xECB31E) is known color: Gold Tips. HEX triplet: EC, B3 and 1E. RGB value is (236,179,30). Sum of RGB (Red+Green+Blue) = 236+179+30=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB31E is #134CE1. Grayscale: #B3B3B3. Windows color (decimal): -1264866 or 2012140. OLE color: 2012140.
HSL color Cylindrical-coordinate representation of color #ECB31E: hue angle of 43.4º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECB31E is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 30 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.07 |
| HSL | 43.4º | 0.84% | 0.52% | - |
| HSV(B) | 43.4º | 0.87% | 0.93% | - |
| XYZ | 50.95 | 50.17 | 8.23 | - |
| YUV | 179.06 | 43.88 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 30 | 0 | 0.24 | 0.87 | 0.07 | 43.4 | 0.84 | 0.52 |
| Hex | EC | B3 | 1E | 0 | 18 | 57 | 7 | 2B | 54 | 34 |
| Octal | 354 | 263 | 36 | 0 | 30 | 127 | 7 | 53 | 124 | 64 |
| Binary | 11101100 | 10110011 | 11110 | 0 | 11000 | 1010111 | 111 | 101011 | 1010100 | 110100 |
Color Harmonies of #ECB31E
Complementary color
Monochromatic Colors of #ECB31E
Black with #ECB31E
Text Example
Text Example
White with #ECB31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB31E; }
p { color: rgb(236,179,30); }
H1.HeaderClassName
{
color: #ECB31E;
}
.AnyTagClassName
{
color: #ECB31E;
}
</style>
background-color css
<style>
a { background-color: #ECB31E; }
a { background-color: rgb(236,179,30); }
div.DivClassName
{
background-color: #ECB31E;
}
.BgClassName
{
background-color: #ECB31E;
}
</style>
border-color css
<style>
span { border-color: #ECB31E; }
span { border-color: rgb(236,179,30); }
td.TdClassName
{
border-color: #ECB31E;
}
.TagClassName
{
border-color: #ECB31E;
}
</style>