Shades of Moon Yellow #EDC50E
Tints of Moon Yellow #EDC50E
RGB
CMYK
RGB Variations
Color information
#EDC50E (or 0xEDC50E) is known color: Moon Yellow. HEX triplet: ED, C5 and 0E. RGB value is (237,197,14). Sum of RGB (Red+Green+Blue) = 237+197+14=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC50E is #123AF1. Grayscale: #BCBCBC. Windows color (decimal): -1194738 or 968173. OLE color: 968173.
HSL color Cylindrical-coordinate representation of color #EDC50E: hue angle of 49.24º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDC50E is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 14 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.07 |
| HSL | 49.24º | 0.89% | 0.49% | - |
| HSV(B) | 49.24º | 0.94% | 0.93% | - |
| XYZ | 54.97 | 57.97 | 8.71 | - |
| YUV | 188.1 | 29.75 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 14 | 0 | 0.17 | 0.94 | 0.07 | 49.24 | 0.89 | 0.49 |
| Hex | ED | C5 | E | 0 | 11 | 5E | 7 | 31 | 59 | 31 |
| Octal | 355 | 305 | 16 | 0 | 21 | 136 | 7 | 61 | 131 | 61 |
| Binary | 11101101 | 11000101 | 1110 | 0 | 10001 | 1011110 | 111 | 110001 | 1011001 | 110001 |
Color Harmonies of #EDC50E
Complementary color
Monochromatic Colors of #EDC50E
Black with #EDC50E
Text Example
Text Example
White with #EDC50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC50E; }
p { color: rgb(237,197,14); }
H1.HeaderClassName
{
color: #EDC50E;
}
.AnyTagClassName
{
color: #EDC50E;
}
</style>
background-color css
<style>
a { background-color: #EDC50E; }
a { background-color: rgb(237,197,14); }
div.DivClassName
{
background-color: #EDC50E;
}
.BgClassName
{
background-color: #EDC50E;
}
</style>
border-color css
<style>
span { border-color: #EDC50E; }
span { border-color: rgb(237,197,14); }
td.TdClassName
{
border-color: #EDC50E;
}
.TagClassName
{
border-color: #EDC50E;
}
</style>