Shades of Gold Tips #ECAB2F
Tints of Gold Tips #ECAB2F
RGB
CMYK
RGB Variations
Color information
#ECAB2F (or 0xECAB2F) is known color: Gold Tips. HEX triplet: EC, AB and 2F. RGB value is (236,171,47). Sum of RGB (Red+Green+Blue) = 236+171+47=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 47 (18.75% from 255 or 10.35% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB2F is #1354D0. Grayscale: #B0B0B0. Windows color (decimal): -1266897 or 3124204. OLE color: 3124204.
HSL color Cylindrical-coordinate representation of color #ECAB2F: hue angle of 39.37º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECAB2F is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 47 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.07 |
| HSL | 39.37º | 0.83% | 0.55% | - |
| HSV(B) | 39.37º | 0.8% | 0.93% | - |
| XYZ | 49.67 | 47.16 | 9.18 | - |
| YUV | 176.3 | 55.03 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 47 | 0 | 0.28 | 0.80 | 0.07 | 39.37 | 0.83 | 0.55 |
| Hex | EC | AB | 2F | 0 | 1C | 50 | 7 | 27 | 53 | 37 |
| Octal | 354 | 253 | 57 | 0 | 34 | 120 | 7 | 47 | 123 | 67 |
| Binary | 11101100 | 10101011 | 101111 | 0 | 11100 | 1010000 | 111 | 100111 | 1010011 | 110111 |
Color Harmonies of #ECAB2F
Complementary color
Monochromatic Colors of #ECAB2F
Black with #ECAB2F
Text Example
Text Example
White with #ECAB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB2F; }
p { color: rgb(236,171,47); }
H1.HeaderClassName
{
color: #ECAB2F;
}
.AnyTagClassName
{
color: #ECAB2F;
}
</style>
background-color css
<style>
a { background-color: #ECAB2F; }
a { background-color: rgb(236,171,47); }
div.DivClassName
{
background-color: #ECAB2F;
}
.BgClassName
{
background-color: #ECAB2F;
}
</style>
border-color css
<style>
span { border-color: #ECAB2F; }
span { border-color: rgb(236,171,47); }
td.TdClassName
{
border-color: #ECAB2F;
}
.TagClassName
{
border-color: #ECAB2F;
}
</style>