Shades of Gold #ECD00C
Tints of Gold #ECD00C
RGB
CMYK
RGB Variations
Color information
#ECD00C (or 0xECD00C) is known color: Gold. HEX triplet: EC, D0 and 0C. RGB value is (236,208,12). Sum of RGB (Red+Green+Blue) = 236+208+12=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 12 (5.08% from 255 or 2.63% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD00C is #132FF3. Grayscale: #C2C2C2. Windows color (decimal): -1257460 or 839916. OLE color: 839916.
HSL color Cylindrical-coordinate representation of color #ECD00C: hue angle of 52.5º 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 #ECD00C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.07 |
| HSL | 52.5º | 0.9% | 0.49% | - |
| HSV(B) | 52.5º | 0.95% | 0.93% | - |
| XYZ | 57.21 | 62.97 | 9.49 | - |
| YUV | 194.03 | 25.28 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 12 | 0 | 0.12 | 0.95 | 0.07 | 52.5 | 0.9 | 0.49 |
| Hex | EC | D0 | C | 0 | C | 5F | 7 | 34 | 5A | 31 |
| Octal | 354 | 320 | 14 | 0 | 14 | 137 | 7 | 64 | 132 | 61 |
| Binary | 11101100 | 11010000 | 1100 | 0 | 1100 | 1011111 | 111 | 110100 | 1011010 | 110001 |
Color Harmonies of #ECD00C
Complementary color
Monochromatic Colors of #ECD00C
Black with #ECD00C
Text Example
Text Example
White with #ECD00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD00C; }
p { color: rgb(236,208,12); }
H1.HeaderClassName
{
color: #ECD00C;
}
.AnyTagClassName
{
color: #ECD00C;
}
</style>
background-color css
<style>
a { background-color: #ECD00C; }
a { background-color: rgb(236,208,12); }
div.DivClassName
{
background-color: #ECD00C;
}
.BgClassName
{
background-color: #ECD00C;
}
</style>
border-color css
<style>
span { border-color: #ECD00C; }
span { border-color: rgb(236,208,12); }
td.TdClassName
{
border-color: #ECD00C;
}
.TagClassName
{
border-color: #ECD00C;
}
</style>