Shades of Moon Yellow #EDC018
Tints of Moon Yellow #EDC018
RGB
CMYK
RGB Variations
Color information
#EDC018 (or 0xEDC018) is known color: Moon Yellow. HEX triplet: ED, C0 and 18. RGB value is (237,192,24). Sum of RGB (Red+Green+Blue) = 237+192+24=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 24 (9.77% from 255 or 5.30% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC018 is #123FE7. Grayscale: #BBBBBB. Windows color (decimal): -1196008 or 1622253. OLE color: 1622253.
HSL color Cylindrical-coordinate representation of color #EDC018: hue angle of 47.32º 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 #EDC018 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 24 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.07 |
| HSL | 47.32º | 0.86% | 0.51% | - |
| HSV(B) | 47.32º | 0.9% | 0.93% | - |
| XYZ | 53.94 | 55.77 | 8.79 | - |
| YUV | 186.3 | 36.41 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 24 | 0 | 0.19 | 0.90 | 0.07 | 47.32 | 0.86 | 0.51 |
| Hex | ED | C0 | 18 | 0 | 13 | 5A | 7 | 2F | 56 | 33 |
| Octal | 355 | 300 | 30 | 0 | 23 | 132 | 7 | 57 | 126 | 63 |
| Binary | 11101101 | 11000000 | 11000 | 0 | 10011 | 1011010 | 111 | 101111 | 1010110 | 110011 |
Color Harmonies of #EDC018
Complementary color
Monochromatic Colors of #EDC018
Black with #EDC018
Text Example
Text Example
White with #EDC018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC018; }
p { color: rgb(237,192,24); }
H1.HeaderClassName
{
color: #EDC018;
}
.AnyTagClassName
{
color: #EDC018;
}
</style>
background-color css
<style>
a { background-color: #EDC018; }
a { background-color: rgb(237,192,24); }
div.DivClassName
{
background-color: #EDC018;
}
.BgClassName
{
background-color: #EDC018;
}
</style>
border-color css
<style>
span { border-color: #EDC018; }
span { border-color: rgb(237,192,24); }
td.TdClassName
{
border-color: #EDC018;
}
.TagClassName
{
border-color: #EDC018;
}
</style>