Shades of Gold Tips #ECAF1C
Tints of Gold Tips #ECAF1C
RGB
CMYK
RGB Variations
Color information
#ECAF1C (or 0xECAF1C) is known color: Gold Tips. HEX triplet: EC, AF and 1C. RGB value is (236,175,28). Sum of RGB (Red+Green+Blue) = 236+175+28=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF1C is #1350E3. Grayscale: #B1B1B1. Windows color (decimal): -1265892 or 1880044. OLE color: 1880044.
HSL color Cylindrical-coordinate representation of color #ECAF1C: hue angle of 42.4º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECAF1C is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 28 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.07 |
| HSL | 42.4º | 0.85% | 0.52% | - |
| HSV(B) | 42.4º | 0.88% | 0.93% | - |
| XYZ | 50.13 | 48.58 | 7.83 | - |
| YUV | 176.48 | 44.21 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 28 | 0 | 0.26 | 0.88 | 0.07 | 42.4 | 0.85 | 0.52 |
| Hex | EC | AF | 1C | 0 | 1A | 58 | 7 | 2A | 55 | 34 |
| Octal | 354 | 257 | 34 | 0 | 32 | 130 | 7 | 52 | 125 | 64 |
| Binary | 11101100 | 10101111 | 11100 | 0 | 11010 | 1011000 | 111 | 101010 | 1010101 | 110100 |
Color Harmonies of #ECAF1C
Complementary color
Monochromatic Colors of #ECAF1C
Black with #ECAF1C
Text Example
Text Example
White with #ECAF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF1C; }
p { color: rgb(236,175,28); }
H1.HeaderClassName
{
color: #ECAF1C;
}
.AnyTagClassName
{
color: #ECAF1C;
}
</style>
background-color css
<style>
a { background-color: #ECAF1C; }
a { background-color: rgb(236,175,28); }
div.DivClassName
{
background-color: #ECAF1C;
}
.BgClassName
{
background-color: #ECAF1C;
}
</style>
border-color css
<style>
span { border-color: #ECAF1C; }
span { border-color: rgb(236,175,28); }
td.TdClassName
{
border-color: #ECAF1C;
}
.TagClassName
{
border-color: #ECAF1C;
}
</style>