Shades of Gold Tips #ECAF20
Tints of Gold Tips #ECAF20
RGB
CMYK
RGB Variations
Color information
#ECAF20 (or 0xECAF20) is known color: Gold Tips. HEX triplet: EC, AF and 20. RGB value is (236,175,32). Sum of RGB (Red+Green+Blue) = 236+175+32=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF20 is #1350DF. Grayscale: #B1B1B1. Windows color (decimal): -1265888 or 2142188. OLE color: 2142188.
HSL color Cylindrical-coordinate representation of color #ECAF20: hue angle of 42.06º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECAF20 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 32 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.07 |
| HSL | 42.06º | 0.84% | 0.53% | - |
| HSV(B) | 42.06º | 0.86% | 0.93% | - |
| XYZ | 50.18 | 48.6 | 8.1 | - |
| YUV | 176.94 | 46.21 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 32 | 0 | 0.26 | 0.86 | 0.07 | 42.06 | 0.84 | 0.53 |
| Hex | EC | AF | 20 | 0 | 1A | 56 | 7 | 2A | 54 | 35 |
| Octal | 354 | 257 | 40 | 0 | 32 | 126 | 7 | 52 | 124 | 65 |
| Binary | 11101100 | 10101111 | 100000 | 0 | 11010 | 1010110 | 111 | 101010 | 1010100 | 110101 |
Color Harmonies of #ECAF20
Complementary color
Monochromatic Colors of #ECAF20
Black with #ECAF20
Text Example
Text Example
White with #ECAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF20; }
p { color: rgb(236,175,32); }
H1.HeaderClassName
{
color: #ECAF20;
}
.AnyTagClassName
{
color: #ECAF20;
}
</style>
background-color css
<style>
a { background-color: #ECAF20; }
a { background-color: rgb(236,175,32); }
div.DivClassName
{
background-color: #ECAF20;
}
.BgClassName
{
background-color: #ECAF20;
}
</style>
border-color css
<style>
span { border-color: #ECAF20; }
span { border-color: rgb(236,175,32); }
td.TdClassName
{
border-color: #ECAF20;
}
.TagClassName
{
border-color: #ECAF20;
}
</style>