Shades of Gold Tips #ECA520
Tints of Gold Tips #ECA520
RGB
CMYK
RGB Variations
Color information
#ECA520 (or 0xECA520) is known color: Gold Tips. HEX triplet: EC, A5 and 20. RGB value is (236,165,32). Sum of RGB (Red+Green+Blue) = 236+165+32=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA520 is #135ADF. Grayscale: #ABABAB. Windows color (decimal): -1268448 or 2139628. OLE color: 2139628.
HSL color Cylindrical-coordinate representation of color #ECA520: hue angle of 39.12º 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 #ECA520 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 165 | 32 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.07 |
| HSL | 39.12º | 0.84% | 0.53% | - |
| HSV(B) | 39.12º | 0.86% | 0.93% | - |
| XYZ | 48.31 | 44.85 | 7.48 | - |
| YUV | 171.07 | 49.52 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 165 | 32 | 0 | 0.30 | 0.86 | 0.07 | 39.12 | 0.84 | 0.53 |
| Hex | EC | A5 | 20 | 0 | 1E | 56 | 7 | 27 | 54 | 35 |
| Octal | 354 | 245 | 40 | 0 | 36 | 126 | 7 | 47 | 124 | 65 |
| Binary | 11101100 | 10100101 | 100000 | 0 | 11110 | 1010110 | 111 | 100111 | 1010100 | 110101 |
Color Harmonies of #ECA520
Complementary color
Monochromatic Colors of #ECA520
Black with #ECA520
Text Example
Text Example
White with #ECA520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA520; }
p { color: rgb(236,165,32); }
H1.HeaderClassName
{
color: #ECA520;
}
.AnyTagClassName
{
color: #ECA520;
}
</style>
background-color css
<style>
a { background-color: #ECA520; }
a { background-color: rgb(236,165,32); }
div.DivClassName
{
background-color: #ECA520;
}
.BgClassName
{
background-color: #ECA520;
}
</style>
border-color css
<style>
span { border-color: #ECA520; }
span { border-color: rgb(236,165,32); }
td.TdClassName
{
border-color: #ECA520;
}
.TagClassName
{
border-color: #ECA520;
}
</style>