Shades of Moon Yellow #EDC221
Tints of Moon Yellow #EDC221
RGB
CMYK
RGB Variations
Color information
#EDC221 (or 0xEDC221) is known color: Moon Yellow. HEX triplet: ED, C2 and 21. RGB value is (237,194,33). Sum of RGB (Red+Green+Blue) = 237+194+33=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC221 is #123DDE. Grayscale: #BDBDBD. Windows color (decimal): -1195487 or 2212589. OLE color: 2212589.
HSL color Cylindrical-coordinate representation of color #EDC221: hue angle of 47.35º 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 #EDC221 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 33 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.07 |
| HSL | 47.35º | 0.85% | 0.53% | - |
| HSV(B) | 47.35º | 0.86% | 0.93% | - |
| XYZ | 54.49 | 56.7 | 9.51 | - |
| YUV | 188.5 | 40.25 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 33 | 0 | 0.18 | 0.86 | 0.07 | 47.35 | 0.85 | 0.53 |
| Hex | ED | C2 | 21 | 0 | 12 | 56 | 7 | 2F | 55 | 35 |
| Octal | 355 | 302 | 41 | 0 | 22 | 126 | 7 | 57 | 125 | 65 |
| Binary | 11101101 | 11000010 | 100001 | 0 | 10010 | 1010110 | 111 | 101111 | 1010101 | 110101 |
Color Harmonies of #EDC221
Complementary color
Monochromatic Colors of #EDC221
Black with #EDC221
Text Example
Text Example
White with #EDC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC221; }
p { color: rgb(237,194,33); }
H1.HeaderClassName
{
color: #EDC221;
}
.AnyTagClassName
{
color: #EDC221;
}
</style>
background-color css
<style>
a { background-color: #EDC221; }
a { background-color: rgb(237,194,33); }
div.DivClassName
{
background-color: #EDC221;
}
.BgClassName
{
background-color: #EDC221;
}
</style>
border-color css
<style>
span { border-color: #EDC221; }
span { border-color: rgb(237,194,33); }
td.TdClassName
{
border-color: #EDC221;
}
.TagClassName
{
border-color: #EDC221;
}
</style>