Shades of Moon Yellow #EDC421
Tints of Moon Yellow #EDC421
RGB
CMYK
RGB Variations
Color information
#EDC421 (or 0xEDC421) is known color: Moon Yellow. HEX triplet: ED, C4 and 21. RGB value is (237,196,33). Sum of RGB (Red+Green+Blue) = 237+196+33=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 33 (13.28% from 255 or 7.08% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC421 is #123BDE. Grayscale: #BEBEBE. Windows color (decimal): -1194975 or 2213101. OLE color: 2213101.
HSL color Cylindrical-coordinate representation of color #EDC421: hue angle of 47.94º 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 #EDC421 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 33 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.07 |
| HSL | 47.94º | 0.85% | 0.53% | - |
| HSV(B) | 47.94º | 0.86% | 0.93% | - |
| XYZ | 54.94 | 57.59 | 9.66 | - |
| YUV | 189.68 | 39.58 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 33 | 0 | 0.17 | 0.86 | 0.07 | 47.94 | 0.85 | 0.53 |
| Hex | ED | C4 | 21 | 0 | 11 | 56 | 7 | 30 | 55 | 35 |
| Octal | 355 | 304 | 41 | 0 | 21 | 126 | 7 | 60 | 125 | 65 |
| Binary | 11101101 | 11000100 | 100001 | 0 | 10001 | 1010110 | 111 | 110000 | 1010101 | 110101 |
Color Harmonies of #EDC421
Complementary color
Monochromatic Colors of #EDC421
Black with #EDC421
Text Example
Text Example
White with #EDC421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC421; }
p { color: rgb(237,196,33); }
H1.HeaderClassName
{
color: #EDC421;
}
.AnyTagClassName
{
color: #EDC421;
}
</style>
background-color css
<style>
a { background-color: #EDC421; }
a { background-color: rgb(237,196,33); }
div.DivClassName
{
background-color: #EDC421;
}
.BgClassName
{
background-color: #EDC421;
}
</style>
border-color css
<style>
span { border-color: #EDC421; }
span { border-color: rgb(237,196,33); }
td.TdClassName
{
border-color: #EDC421;
}
.TagClassName
{
border-color: #EDC421;
}
</style>