Shades of Gold #ECD50D
Tints of Gold #ECD50D
RGB
CMYK
RGB Variations
Color information
#ECD50D (or 0xECD50D) is known color: Gold. HEX triplet: EC, D5 and 0D. RGB value is (236,213,13). Sum of RGB (Red+Green+Blue) = 236+213+13=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 13 (5.47% from 255 or 2.81% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD50D is #132AF2. Grayscale: #C5C5C5. Windows color (decimal): -1256179 or 906732. OLE color: 906732.
HSL color Cylindrical-coordinate representation of color #ECD50D: hue angle of 53.81º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECD50D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 13 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.07 |
| HSL | 53.81º | 0.9% | 0.49% | - |
| HSV(B) | 53.81º | 0.94% | 0.93% | - |
| XYZ | 58.46 | 65.45 | 9.93 | - |
| YUV | 197.08 | 24.12 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 13 | 0 | 0.10 | 0.94 | 0.07 | 53.81 | 0.9 | 0.49 |
| Hex | EC | D5 | D | 0 | A | 5E | 7 | 36 | 5A | 31 |
| Octal | 354 | 325 | 15 | 0 | 12 | 136 | 7 | 66 | 132 | 61 |
| Binary | 11101100 | 11010101 | 1101 | 0 | 1010 | 1011110 | 111 | 110110 | 1011010 | 110001 |
Color Harmonies of #ECD50D
Complementary color
Monochromatic Colors of #ECD50D
Black with #ECD50D
Text Example
Text Example
White with #ECD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD50D; }
p { color: rgb(236,213,13); }
H1.HeaderClassName
{
color: #ECD50D;
}
.AnyTagClassName
{
color: #ECD50D;
}
</style>
background-color css
<style>
a { background-color: #ECD50D; }
a { background-color: rgb(236,213,13); }
div.DivClassName
{
background-color: #ECD50D;
}
.BgClassName
{
background-color: #ECD50D;
}
</style>
border-color css
<style>
span { border-color: #ECD50D; }
span { border-color: rgb(236,213,13); }
td.TdClassName
{
border-color: #ECD50D;
}
.TagClassName
{
border-color: #ECD50D;
}
</style>