Shades of Gold #ECD30C
Tints of Gold #ECD30C
RGB
CMYK
RGB Variations
Color information
#ECD30C (or 0xECD30C) is known color: Gold. HEX triplet: EC, D3 and 0C. RGB value is (236,211,12). Sum of RGB (Red+Green+Blue) = 236+211+12=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD30C is #132CF3. Grayscale: #C4C4C4. Windows color (decimal): -1256692 or 840684. OLE color: 840684.
HSL color Cylindrical-coordinate representation of color #ECD30C: hue angle of 53.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECD30C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.07 |
| HSL | 53.3º | 0.9% | 0.49% | - |
| HSV(B) | 53.3º | 0.95% | 0.93% | - |
| XYZ | 57.95 | 64.45 | 9.73 | - |
| YUV | 195.79 | 24.28 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 12 | 0 | 0.11 | 0.95 | 0.07 | 53.3 | 0.9 | 0.49 |
| Hex | EC | D3 | C | 0 | B | 5F | 7 | 35 | 5A | 31 |
| Octal | 354 | 323 | 14 | 0 | 13 | 137 | 7 | 65 | 132 | 61 |
| Binary | 11101100 | 11010011 | 1100 | 0 | 1011 | 1011111 | 111 | 110101 | 1011010 | 110001 |
Color Harmonies of #ECD30C
Complementary color
Monochromatic Colors of #ECD30C
Black with #ECD30C
Text Example
Text Example
White with #ECD30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD30C; }
p { color: rgb(236,211,12); }
H1.HeaderClassName
{
color: #ECD30C;
}
.AnyTagClassName
{
color: #ECD30C;
}
</style>
background-color css
<style>
a { background-color: #ECD30C; }
a { background-color: rgb(236,211,12); }
div.DivClassName
{
background-color: #ECD30C;
}
.BgClassName
{
background-color: #ECD30C;
}
</style>
border-color css
<style>
span { border-color: #ECD30C; }
span { border-color: rgb(236,211,12); }
td.TdClassName
{
border-color: #ECD30C;
}
.TagClassName
{
border-color: #ECD30C;
}
</style>