Shades of Gold Tips #ECAF2F
Tints of Gold Tips #ECAF2F
RGB
CMYK
RGB Variations
Color information
#ECAF2F (or 0xECAF2F) is known color: Gold Tips. HEX triplet: EC, AF and 2F. RGB value is (236,175,47). Sum of RGB (Red+Green+Blue) = 236+175+47=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 47 (18.75% from 255 or 10.26% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF2F is #1350D0. Grayscale: #B3B3B3. Windows color (decimal): -1265873 or 3125228. OLE color: 3125228.
HSL color Cylindrical-coordinate representation of color #ECAF2F: hue angle of 40.63º 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 #ECAF2F is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 47 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.07 |
| HSL | 40.63º | 0.83% | 0.55% | - |
| HSV(B) | 40.63º | 0.8% | 0.93% | - |
| XYZ | 50.44 | 48.7 | 9.43 | - |
| YUV | 178.65 | 53.71 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 47 | 0 | 0.26 | 0.80 | 0.07 | 40.63 | 0.83 | 0.55 |
| Hex | EC | AF | 2F | 0 | 1A | 50 | 7 | 29 | 53 | 37 |
| Octal | 354 | 257 | 57 | 0 | 32 | 120 | 7 | 51 | 123 | 67 |
| Binary | 11101100 | 10101111 | 101111 | 0 | 11010 | 1010000 | 111 | 101001 | 1010011 | 110111 |
Color Harmonies of #ECAF2F
Complementary color
Monochromatic Colors of #ECAF2F
Black with #ECAF2F
Text Example
Text Example
White with #ECAF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF2F; }
p { color: rgb(236,175,47); }
H1.HeaderClassName
{
color: #ECAF2F;
}
.AnyTagClassName
{
color: #ECAF2F;
}
</style>
background-color css
<style>
a { background-color: #ECAF2F; }
a { background-color: rgb(236,175,47); }
div.DivClassName
{
background-color: #ECAF2F;
}
.BgClassName
{
background-color: #ECAF2F;
}
</style>
border-color css
<style>
span { border-color: #ECAF2F; }
span { border-color: rgb(236,175,47); }
td.TdClassName
{
border-color: #ECAF2F;
}
.TagClassName
{
border-color: #ECAF2F;
}
</style>