Shades of Moon Yellow #EDC521
Tints of Moon Yellow #EDC521
RGB
CMYK
RGB Variations
Color information
#EDC521 (or 0xEDC521) is known color: Moon Yellow. HEX triplet: ED, C5 and 21. RGB value is (237,197,33). Sum of RGB (Red+Green+Blue) = 237+197+33=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC521 is #123ADE. Grayscale: #BEBEBE. Windows color (decimal): -1194719 or 2213357. OLE color: 2213357.
HSL color Cylindrical-coordinate representation of color #EDC521: hue angle of 48.24º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDC521 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 33 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.07 |
| HSL | 48.24º | 0.85% | 0.53% | - |
| HSV(B) | 48.24º | 0.86% | 0.93% | - |
| XYZ | 55.17 | 58.05 | 9.74 | - |
| YUV | 190.26 | 39.25 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 33 | 0 | 0.17 | 0.86 | 0.07 | 48.24 | 0.85 | 0.53 |
| Hex | ED | C5 | 21 | 0 | 11 | 56 | 7 | 30 | 55 | 35 |
| Octal | 355 | 305 | 41 | 0 | 21 | 126 | 7 | 60 | 125 | 65 |
| Binary | 11101101 | 11000101 | 100001 | 0 | 10001 | 1010110 | 111 | 110000 | 1010101 | 110101 |
Color Harmonies of #EDC521
Complementary color
Monochromatic Colors of #EDC521
Black with #EDC521
Text Example
Text Example
White with #EDC521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC521; }
p { color: rgb(237,197,33); }
H1.HeaderClassName
{
color: #EDC521;
}
.AnyTagClassName
{
color: #EDC521;
}
</style>
background-color css
<style>
a { background-color: #EDC521; }
a { background-color: rgb(237,197,33); }
div.DivClassName
{
background-color: #EDC521;
}
.BgClassName
{
background-color: #EDC521;
}
</style>
border-color css
<style>
span { border-color: #EDC521; }
span { border-color: rgb(237,197,33); }
td.TdClassName
{
border-color: #EDC521;
}
.TagClassName
{
border-color: #EDC521;
}
</style>