Shades of Golden Yellow #ECDD02
Tints of Golden Yellow #ECDD02
RGB
CMYK
RGB Variations
Color information
#ECDD02 (or 0xECDD02) is known color: Golden Yellow. HEX triplet: EC, DD and 02. RGB value is (236,221,2). Sum of RGB (Red+Green+Blue) = 236+221+2=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 2 (1.17% from 255 or 0.44% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD02 is #1322FD. Grayscale: #C9C9C9. Windows color (decimal): -1254142 or 187884. OLE color: 187884.
HSL color Cylindrical-coordinate representation of color #ECDD02: hue angle of 56.15º 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 #ECDD02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.07 |
| HSL | 56.15º | 0.98% | 0.47% | - |
| HSV(B) | 56.15º | 0.99% | 0.93% | - |
| XYZ | 60.46 | 69.55 | 10.3 | - |
| YUV | 200.52 | 15.97 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 2 | 0 | 0.06 | 0.99 | 0.07 | 56.15 | 0.98 | 0.47 |
| Hex | EC | DD | 2 | 0 | 6 | 63 | 7 | 38 | 62 | 2F |
| Octal | 354 | 335 | 2 | 0 | 6 | 143 | 7 | 70 | 142 | 57 |
| Binary | 11101100 | 11011101 | 10 | 0 | 110 | 1100011 | 111 | 111000 | 1100010 | 101111 |
Color Harmonies of #ECDD02
Complementary color
Monochromatic Colors of #ECDD02
Black with #ECDD02
Text Example
Text Example
White with #ECDD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD02; }
p { color: rgb(236,221,2); }
H1.HeaderClassName
{
color: #ECDD02;
}
.AnyTagClassName
{
color: #ECDD02;
}
</style>
background-color css
<style>
a { background-color: #ECDD02; }
a { background-color: rgb(236,221,2); }
div.DivClassName
{
background-color: #ECDD02;
}
.BgClassName
{
background-color: #ECDD02;
}
</style>
border-color css
<style>
span { border-color: #ECDD02; }
span { border-color: rgb(236,221,2); }
td.TdClassName
{
border-color: #ECDD02;
}
.TagClassName
{
border-color: #ECDD02;
}
</style>