Shades of Moon Yellow #EDC019
Tints of Moon Yellow #EDC019
RGB
CMYK
RGB Variations
Color information
#EDC019 (or 0xEDC019) is known color: Moon Yellow. HEX triplet: ED, C0 and 19. RGB value is (237,192,25). Sum of RGB (Red+Green+Blue) = 237+192+25=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC019 is #123FE6. Grayscale: #BBBBBB. Windows color (decimal): -1196007 or 1687789. OLE color: 1687789.
HSL color Cylindrical-coordinate representation of color #EDC019: hue angle of 47.26º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDC019 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 25 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.07 |
| HSL | 47.26º | 0.85% | 0.51% | - |
| HSV(B) | 47.26º | 0.89% | 0.93% | - |
| XYZ | 53.95 | 55.77 | 8.84 | - |
| YUV | 186.42 | 36.91 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 25 | 0 | 0.19 | 0.89 | 0.07 | 47.26 | 0.85 | 0.51 |
| Hex | ED | C0 | 19 | 0 | 13 | 59 | 7 | 2F | 55 | 33 |
| Octal | 355 | 300 | 31 | 0 | 23 | 131 | 7 | 57 | 125 | 63 |
| Binary | 11101101 | 11000000 | 11001 | 0 | 10011 | 1011001 | 111 | 101111 | 1010101 | 110011 |
Color Harmonies of #EDC019
Complementary color
Monochromatic Colors of #EDC019
Black with #EDC019
Text Example
Text Example
White with #EDC019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC019; }
p { color: rgb(237,192,25); }
H1.HeaderClassName
{
color: #EDC019;
}
.AnyTagClassName
{
color: #EDC019;
}
</style>
background-color css
<style>
a { background-color: #EDC019; }
a { background-color: rgb(237,192,25); }
div.DivClassName
{
background-color: #EDC019;
}
.BgClassName
{
background-color: #EDC019;
}
</style>
border-color css
<style>
span { border-color: #EDC019; }
span { border-color: rgb(237,192,25); }
td.TdClassName
{
border-color: #EDC019;
}
.TagClassName
{
border-color: #EDC019;
}
</style>