Shades of Golden Yellow #ECDC02
Tints of Golden Yellow #ECDC02
RGB
CMYK
RGB Variations
Color information
#ECDC02 (or 0xECDC02) is known color: Golden Yellow. HEX triplet: EC, DC and 02. RGB value is (236,220,2). Sum of RGB (Red+Green+Blue) = 236+220+2=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 2 (1.17% from 255 or 0.44% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC02 is #1323FD. Grayscale: #C8C8C8. Windows color (decimal): -1254398 or 187628. OLE color: 187628.
HSL color Cylindrical-coordinate representation of color #ECDC02: hue angle of 55.9º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECDC02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.07 |
| HSL | 55.9º | 0.98% | 0.47% | - |
| HSV(B) | 55.9º | 0.99% | 0.93% | - |
| XYZ | 60.2 | 69.02 | 10.21 | - |
| YUV | 199.93 | 16.3 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 2 | 0 | 0.07 | 0.99 | 0.07 | 55.9 | 0.98 | 0.47 |
| Hex | EC | DC | 2 | 0 | 7 | 63 | 7 | 38 | 62 | 2F |
| Octal | 354 | 334 | 2 | 0 | 7 | 143 | 7 | 70 | 142 | 57 |
| Binary | 11101100 | 11011100 | 10 | 0 | 111 | 1100011 | 111 | 111000 | 1100010 | 101111 |
Color Harmonies of #ECDC02
Complementary color
Monochromatic Colors of #ECDC02
Black with #ECDC02
Text Example
Text Example
White with #ECDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC02; }
p { color: rgb(236,220,2); }
H1.HeaderClassName
{
color: #ECDC02;
}
.AnyTagClassName
{
color: #ECDC02;
}
</style>
background-color css
<style>
a { background-color: #ECDC02; }
a { background-color: rgb(236,220,2); }
div.DivClassName
{
background-color: #ECDC02;
}
.BgClassName
{
background-color: #ECDC02;
}
</style>
border-color css
<style>
span { border-color: #ECDC02; }
span { border-color: rgb(236,220,2); }
td.TdClassName
{
border-color: #ECDC02;
}
.TagClassName
{
border-color: #ECDC02;
}
</style>