Shades of Golden Yellow #ECDC00
Tints of Golden Yellow #ECDC00
RGB
CMYK
RGB Variations
Color information
#ECDC00 (or 0xECDC00) is known color: Golden Yellow. HEX triplet: EC, DC and 00. RGB value is (236,220,0). Sum of RGB (Red+Green+Blue) = 236+220+0=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC00 is #1323FF. Grayscale: #C8C8C8. Windows color (decimal): -1254400 or 56556. OLE color: 56556.
HSL color Cylindrical-coordinate representation of color #ECDC00: hue angle of 55.93º 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 #ECDC00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.07 |
| HSL | 55.93º | 1% | 0.46% | - |
| HSV(B) | 55.93º | 1% | 0.93% | - |
| XYZ | 60.19 | 69.02 | 10.15 | - |
| YUV | 199.7 | 15.3 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 0 | 0 | 0.07 | 1 | 0.07 | 55.93 | 1 | 0.46 |
| Hex | EC | DC | 0 | 0 | 7 | 64 | 7 | 38 | 64 | 2E |
| Octal | 354 | 334 | 0 | 0 | 7 | 144 | 7 | 70 | 144 | 56 |
| Binary | 11101100 | 11011100 | 0 | 0 | 111 | 1100100 | 111 | 111000 | 1100100 | 101110 |
Color Harmonies of #ECDC00
Complementary color
Monochromatic Colors of #ECDC00
Black with #ECDC00
Text Example
Text Example
White with #ECDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC00; }
p { color: rgb(236,220,0); }
H1.HeaderClassName
{
color: #ECDC00;
}
.AnyTagClassName
{
color: #ECDC00;
}
</style>
background-color css
<style>
a { background-color: #ECDC00; }
a { background-color: rgb(236,220,0); }
div.DivClassName
{
background-color: #ECDC00;
}
.BgClassName
{
background-color: #ECDC00;
}
</style>
border-color css
<style>
span { border-color: #ECDC00; }
span { border-color: rgb(236,220,0); }
td.TdClassName
{
border-color: #ECDC00;
}
.TagClassName
{
border-color: #ECDC00;
}
</style>