Shades of Gold #ECD20D
Tints of Gold #ECD20D
RGB
CMYK
RGB Variations
Color information
#ECD20D (or 0xECD20D) is known color: Gold. HEX triplet: EC, D2 and 0D. RGB value is (236,210,13). Sum of RGB (Red+Green+Blue) = 236+210+13=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD20D is #132DF2. Grayscale: #C4C4C4. Windows color (decimal): -1256947 or 905964. OLE color: 905964.
HSL color Cylindrical-coordinate representation of color #ECD20D: hue angle of 53º 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 #ECD20D is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 13 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.07 |
| HSL | 53º | 0.9% | 0.49% | - |
| HSV(B) | 53º | 0.94% | 0.93% | - |
| XYZ | 57.71 | 63.96 | 9.68 | - |
| YUV | 195.32 | 25.11 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 13 | 0 | 0.11 | 0.94 | 0.07 | 53 | 0.9 | 0.49 |
| Hex | EC | D2 | D | 0 | B | 5E | 7 | 35 | 5A | 31 |
| Octal | 354 | 322 | 15 | 0 | 13 | 136 | 7 | 65 | 132 | 61 |
| Binary | 11101100 | 11010010 | 1101 | 0 | 1011 | 1011110 | 111 | 110101 | 1011010 | 110001 |
Color Harmonies of #ECD20D
Complementary color
Monochromatic Colors of #ECD20D
Black with #ECD20D
Text Example
Text Example
White with #ECD20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD20D; }
p { color: rgb(236,210,13); }
H1.HeaderClassName
{
color: #ECD20D;
}
.AnyTagClassName
{
color: #ECD20D;
}
</style>
background-color css
<style>
a { background-color: #ECD20D; }
a { background-color: rgb(236,210,13); }
div.DivClassName
{
background-color: #ECD20D;
}
.BgClassName
{
background-color: #ECD20D;
}
</style>
border-color css
<style>
span { border-color: #ECD20D; }
span { border-color: rgb(236,210,13); }
td.TdClassName
{
border-color: #ECD20D;
}
.TagClassName
{
border-color: #ECD20D;
}
</style>