Shades of Gold Tips #ECAB27
Tints of Gold Tips #ECAB27
RGB
CMYK
RGB Variations
Color information
#ECAB27 (or 0xECAB27) is known color: Gold Tips. HEX triplet: EC, AB and 27. RGB value is (236,171,39). Sum of RGB (Red+Green+Blue) = 236+171+39=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 39 (15.62% from 255 or 8.74% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB27 is #1354D8. Grayscale: #AFAFAF. Windows color (decimal): -1266905 or 2599916. OLE color: 2599916.
HSL color Cylindrical-coordinate representation of color #ECAB27: hue angle of 40.2º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECAB27 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 39 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.07 |
| HSL | 40.2º | 0.84% | 0.54% | - |
| HSV(B) | 40.2º | 0.83% | 0.93% | - |
| XYZ | 49.52 | 47.11 | 8.4 | - |
| YUV | 175.39 | 51.03 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 39 | 0 | 0.28 | 0.83 | 0.07 | 40.2 | 0.84 | 0.54 |
| Hex | EC | AB | 27 | 0 | 1C | 53 | 7 | 28 | 54 | 36 |
| Octal | 354 | 253 | 47 | 0 | 34 | 123 | 7 | 50 | 124 | 66 |
| Binary | 11101100 | 10101011 | 100111 | 0 | 11100 | 1010011 | 111 | 101000 | 1010100 | 110110 |
Color Harmonies of #ECAB27
Complementary color
Monochromatic Colors of #ECAB27
Black with #ECAB27
Text Example
Text Example
White with #ECAB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB27; }
p { color: rgb(236,171,39); }
H1.HeaderClassName
{
color: #ECAB27;
}
.AnyTagClassName
{
color: #ECAB27;
}
</style>
background-color css
<style>
a { background-color: #ECAB27; }
a { background-color: rgb(236,171,39); }
div.DivClassName
{
background-color: #ECAB27;
}
.BgClassName
{
background-color: #ECAB27;
}
</style>
border-color css
<style>
span { border-color: #ECAB27; }
span { border-color: rgb(236,171,39); }
td.TdClassName
{
border-color: #ECAB27;
}
.TagClassName
{
border-color: #ECAB27;
}
</style>