Shades of Moon Yellow #EDC518
Tints of Moon Yellow #EDC518
RGB
CMYK
RGB Variations
Color information
#EDC518 (or 0xEDC518) is known color: Moon Yellow. HEX triplet: ED, C5 and 18. RGB value is (237,197,24). Sum of RGB (Red+Green+Blue) = 237+197+24=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 24 (9.77% from 255 or 5.24% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC518 is #123AE7. Grayscale: #BDBDBD. Windows color (decimal): -1194728 or 1623533. OLE color: 1623533.
HSL color Cylindrical-coordinate representation of color #EDC518: hue angle of 48.73º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDC518 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 24 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.07 |
| HSL | 48.73º | 0.86% | 0.51% | - |
| HSV(B) | 48.73º | 0.9% | 0.93% | - |
| XYZ | 55.06 | 58 | 9.16 | - |
| YUV | 189.24 | 34.75 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 24 | 0 | 0.17 | 0.90 | 0.07 | 48.73 | 0.86 | 0.51 |
| Hex | ED | C5 | 18 | 0 | 11 | 5A | 7 | 31 | 56 | 33 |
| Octal | 355 | 305 | 30 | 0 | 21 | 132 | 7 | 61 | 126 | 63 |
| Binary | 11101101 | 11000101 | 11000 | 0 | 10001 | 1011010 | 111 | 110001 | 1010110 | 110011 |
Color Harmonies of #EDC518
Complementary color
Monochromatic Colors of #EDC518
Black with #EDC518
Text Example
Text Example
White with #EDC518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC518; }
p { color: rgb(237,197,24); }
H1.HeaderClassName
{
color: #EDC518;
}
.AnyTagClassName
{
color: #EDC518;
}
</style>
background-color css
<style>
a { background-color: #EDC518; }
a { background-color: rgb(237,197,24); }
div.DivClassName
{
background-color: #EDC518;
}
.BgClassName
{
background-color: #EDC518;
}
</style>
border-color css
<style>
span { border-color: #EDC518; }
span { border-color: rgb(237,197,24); }
td.TdClassName
{
border-color: #EDC518;
}
.TagClassName
{
border-color: #EDC518;
}
</style>