Shades of Gold #ECD500
Tints of Gold #ECD500
RGB
CMYK
RGB Variations
Color information
#ECD500 (or 0xECD500) is known color: Gold. HEX triplet: EC, D5 and 00. RGB value is (236,213,0). Sum of RGB (Red+Green+Blue) = 236+213+0=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD500 is #132AFF. Grayscale: #C4C4C4. Windows color (decimal): -1256192 or 54764. OLE color: 54764.
HSL color Cylindrical-coordinate representation of color #ECD500: hue angle of 54.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECD500 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.07 |
| HSL | 54.15º | 1% | 0.46% | - |
| HSV(B) | 54.15º | 1% | 0.93% | - |
| XYZ | 58.39 | 65.42 | 9.55 | - |
| YUV | 195.6 | 17.62 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 0 | 0 | 0.10 | 1 | 0.07 | 54.15 | 1 | 0.46 |
| Hex | EC | D5 | 0 | 0 | A | 64 | 7 | 36 | 64 | 2E |
| Octal | 354 | 325 | 0 | 0 | 12 | 144 | 7 | 66 | 144 | 56 |
| Binary | 11101100 | 11010101 | 0 | 0 | 1010 | 1100100 | 111 | 110110 | 1100100 | 101110 |
Color Harmonies of #ECD500
Complementary color
Monochromatic Colors of #ECD500
Black with #ECD500
Text Example
Text Example
White with #ECD500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD500; }
p { color: rgb(236,213,0); }
H1.HeaderClassName
{
color: #ECD500;
}
.AnyTagClassName
{
color: #ECD500;
}
</style>
background-color css
<style>
a { background-color: #ECD500; }
a { background-color: rgb(236,213,0); }
div.DivClassName
{
background-color: #ECD500;
}
.BgClassName
{
background-color: #ECD500;
}
</style>
border-color css
<style>
span { border-color: #ECD500; }
span { border-color: rgb(236,213,0); }
td.TdClassName
{
border-color: #ECD500;
}
.TagClassName
{
border-color: #ECD500;
}
</style>