Shades of Gold Tips #ECA828
Tints of Gold Tips #ECA828
RGB
CMYK
RGB Variations
Color information
#ECA828 (or 0xECA828) is known color: Gold Tips. HEX triplet: EC, A8 and 28. RGB value is (236,168,40). Sum of RGB (Red+Green+Blue) = 236+168+40=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA828 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA828 is #1357D7. Grayscale: #AEAEAE. Windows color (decimal): -1267672 or 2664684. OLE color: 2664684.
HSL color Cylindrical-coordinate representation of color #ECA828: hue angle of 39.18º 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 #ECA828 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 40 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.07 |
| HSL | 39.18º | 0.84% | 0.54% | - |
| HSV(B) | 39.18º | 0.83% | 0.93% | - |
| XYZ | 48.98 | 45.99 | 8.3 | - |
| YUV | 173.74 | 52.53 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 40 | 0 | 0.29 | 0.83 | 0.07 | 39.18 | 0.84 | 0.54 |
| Hex | EC | A8 | 28 | 0 | 1D | 53 | 7 | 27 | 54 | 36 |
| Octal | 354 | 250 | 50 | 0 | 35 | 123 | 7 | 47 | 124 | 66 |
| Binary | 11101100 | 10101000 | 101000 | 0 | 11101 | 1010011 | 111 | 100111 | 1010100 | 110110 |
Color Harmonies of #ECA828
Complementary color
Monochromatic Colors of #ECA828
Black with #ECA828
Text Example
Text Example
White with #ECA828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA828; }
p { color: rgb(236,168,40); }
H1.HeaderClassName
{
color: #ECA828;
}
.AnyTagClassName
{
color: #ECA828;
}
</style>
background-color css
<style>
a { background-color: #ECA828; }
a { background-color: rgb(236,168,40); }
div.DivClassName
{
background-color: #ECA828;
}
.BgClassName
{
background-color: #ECA828;
}
</style>
border-color css
<style>
span { border-color: #ECA828; }
span { border-color: rgb(236,168,40); }
td.TdClassName
{
border-color: #ECA828;
}
.TagClassName
{
border-color: #ECA828;
}
</style>