Shades of Moon Yellow #EDC118
Tints of Moon Yellow #EDC118
RGB
CMYK
RGB Variations
Color information
#EDC118 (or 0xEDC118) is known color: Moon Yellow. HEX triplet: ED, C1 and 18. RGB value is (237,193,24). Sum of RGB (Red+Green+Blue) = 237+193+24=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 24 (9.77% from 255 or 5.29% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC118 is #123EE7. Grayscale: #BBBBBB. Windows color (decimal): -1195752 or 1622509. OLE color: 1622509.
HSL color Cylindrical-coordinate representation of color #EDC118: hue angle of 47.61º 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 #EDC118 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 24 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.07 |
| HSL | 47.61º | 0.86% | 0.51% | - |
| HSV(B) | 47.61º | 0.9% | 0.93% | - |
| XYZ | 54.16 | 56.21 | 8.86 | - |
| YUV | 186.89 | 36.08 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 24 | 0 | 0.19 | 0.90 | 0.07 | 47.61 | 0.86 | 0.51 |
| Hex | ED | C1 | 18 | 0 | 13 | 5A | 7 | 30 | 56 | 33 |
| Octal | 355 | 301 | 30 | 0 | 23 | 132 | 7 | 60 | 126 | 63 |
| Binary | 11101101 | 11000001 | 11000 | 0 | 10011 | 1011010 | 111 | 110000 | 1010110 | 110011 |
Color Harmonies of #EDC118
Complementary color
Monochromatic Colors of #EDC118
Black with #EDC118
Text Example
Text Example
White with #EDC118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC118; }
p { color: rgb(237,193,24); }
H1.HeaderClassName
{
color: #EDC118;
}
.AnyTagClassName
{
color: #EDC118;
}
</style>
background-color css
<style>
a { background-color: #EDC118; }
a { background-color: rgb(237,193,24); }
div.DivClassName
{
background-color: #EDC118;
}
.BgClassName
{
background-color: #EDC118;
}
</style>
border-color css
<style>
span { border-color: #EDC118; }
span { border-color: rgb(237,193,24); }
td.TdClassName
{
border-color: #EDC118;
}
.TagClassName
{
border-color: #EDC118;
}
</style>