Shades of Gold Tips #ECB41E
Tints of Gold Tips #ECB41E
RGB
CMYK
RGB Variations
Color information
#ECB41E (or 0xECB41E) is known color: Gold Tips. HEX triplet: EC, B4 and 1E. RGB value is (236,180,30). Sum of RGB (Red+Green+Blue) = 236+180+30=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB41E is #134BE1. Grayscale: #B4B4B4. Windows color (decimal): -1264610 or 2012396. OLE color: 2012396.
HSL color Cylindrical-coordinate representation of color #ECB41E: hue angle of 43.69º 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 #ECB41E is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 30 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.07 |
| HSL | 43.69º | 0.84% | 0.52% | - |
| HSV(B) | 43.69º | 0.87% | 0.93% | - |
| XYZ | 51.15 | 50.57 | 8.29 | - |
| YUV | 179.64 | 43.55 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 30 | 0 | 0.24 | 0.87 | 0.07 | 43.69 | 0.84 | 0.52 |
| Hex | EC | B4 | 1E | 0 | 18 | 57 | 7 | 2C | 54 | 34 |
| Octal | 354 | 264 | 36 | 0 | 30 | 127 | 7 | 54 | 124 | 64 |
| Binary | 11101100 | 10110100 | 11110 | 0 | 11000 | 1010111 | 111 | 101100 | 1010100 | 110100 |
Color Harmonies of #ECB41E
Complementary color
Monochromatic Colors of #ECB41E
Black with #ECB41E
Text Example
Text Example
White with #ECB41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB41E; }
p { color: rgb(236,180,30); }
H1.HeaderClassName
{
color: #ECB41E;
}
.AnyTagClassName
{
color: #ECB41E;
}
</style>
background-color css
<style>
a { background-color: #ECB41E; }
a { background-color: rgb(236,180,30); }
div.DivClassName
{
background-color: #ECB41E;
}
.BgClassName
{
background-color: #ECB41E;
}
</style>
border-color css
<style>
span { border-color: #ECB41E; }
span { border-color: rgb(236,180,30); }
td.TdClassName
{
border-color: #ECB41E;
}
.TagClassName
{
border-color: #ECB41E;
}
</style>