Shades of Golden Yellow #ECDD04
Tints of Golden Yellow #ECDD04
RGB
CMYK
RGB Variations
Color information
#ECDD04 (or 0xECDD04) is known color: Golden Yellow. HEX triplet: EC, DD and 04. RGB value is (236,221,4). Sum of RGB (Red+Green+Blue) = 236+221+4=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 4 (1.95% from 255 or 0.87% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD04 is #1322FB. Grayscale: #C9C9C9. Windows color (decimal): -1254140 or 318956. OLE color: 318956.
HSL color Cylindrical-coordinate representation of color #ECDD04: hue angle of 56.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECDD04 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 221 | 4 | - |
CMYK | 0 | 0.06 | 0.98 | 0.07 |
HSL | 56.12º | 0.97% | 0.47% | - |
HSV(B) | 56.12º | 0.98% | 0.93% | - |
XYZ | 60.47 | 69.55 | 10.35 | - |
YUV | 200.75 | 16.97 | 153.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 4 | 0 | 0.06 | 0.98 | 0.07 | 56.12 | 0.97 | 0.47 |
Hex | EC | DD | 4 | 0 | 6 | 62 | 7 | 38 | 61 | 2F |
Octal | 354 | 335 | 4 | 0 | 6 | 142 | 7 | 70 | 141 | 57 |
Binary | 11101100 | 11011101 | 100 | 0 | 110 | 1100010 | 111 | 111000 | 1100001 | 101111 |
Color Harmonies of #ECDD04
Complementary color
Monochromatic Colors of #ECDD04
Black with #ECDD04
Text Example
Text Example
White with #ECDD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD04; }
p { color: rgb(236,221,4); }
H1.HeaderClassName
{
color: #ECDD04;
}
.AnyTagClassName
{
color: #ECDD04;
}
</style>
background-color css
<style>
a { background-color: #ECDD04; }
a { background-color: rgb(236,221,4); }
div.DivClassName
{
background-color: #ECDD04;
}
.BgClassName
{
background-color: #ECDD04;
}
</style>
border-color css
<style>
span { border-color: #ECDD04; }
span { border-color: rgb(236,221,4); }
td.TdClassName
{
border-color: #ECDD04;
}
.TagClassName
{
border-color: #ECDD04;
}
</style>