Shades of Gold Tips #ECAF19
Tints of Gold Tips #ECAF19
RGB
CMYK
RGB Variations
Color information
#ECAF19 (or 0xECAF19) is known color: Gold Tips. HEX triplet: EC, AF and 19. RGB value is (236,175,25). Sum of RGB (Red+Green+Blue) = 236+175+25=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAF19 is #1350E6. Grayscale: #B0B0B0. Windows color (decimal): -1265895 or 1683436. OLE color: 1683436.
HSL color Cylindrical-coordinate representation of color #ECAF19: hue angle of 42.65º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECAF19 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 25 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.07 |
| HSL | 42.65º | 0.85% | 0.51% | - |
| HSV(B) | 42.65º | 0.89% | 0.93% | - |
| XYZ | 50.1 | 48.56 | 7.65 | - |
| YUV | 176.14 | 42.71 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 25 | 0 | 0.26 | 0.89 | 0.07 | 42.65 | 0.85 | 0.51 |
| Hex | EC | AF | 19 | 0 | 1A | 59 | 7 | 2B | 55 | 33 |
| Octal | 354 | 257 | 31 | 0 | 32 | 131 | 7 | 53 | 125 | 63 |
| Binary | 11101100 | 10101111 | 11001 | 0 | 11010 | 1011001 | 111 | 101011 | 1010101 | 110011 |
Color Harmonies of #ECAF19
Complementary color
Monochromatic Colors of #ECAF19
Black with #ECAF19
Text Example
Text Example
White with #ECAF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF19; }
p { color: rgb(236,175,25); }
H1.HeaderClassName
{
color: #ECAF19;
}
.AnyTagClassName
{
color: #ECAF19;
}
</style>
background-color css
<style>
a { background-color: #ECAF19; }
a { background-color: rgb(236,175,25); }
div.DivClassName
{
background-color: #ECAF19;
}
.BgClassName
{
background-color: #ECAF19;
}
</style>
border-color css
<style>
span { border-color: #ECAF19; }
span { border-color: rgb(236,175,25); }
td.TdClassName
{
border-color: #ECAF19;
}
.TagClassName
{
border-color: #ECAF19;
}
</style>