Shades of Moon Yellow #EDC024
Tints of Moon Yellow #EDC024
RGB
CMYK
RGB Variations
Color information
#EDC024 (or 0xEDC024) is known color: Moon Yellow. HEX triplet: ED, C0 and 24. RGB value is (237,192,36). Sum of RGB (Red+Green+Blue) = 237+192+36=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 36 (14.45% from 255 or 7.74% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC024 is #123FDB. Grayscale: #BCBCBC. Windows color (decimal): -1195996 or 2408685. OLE color: 2408685.
HSL color Cylindrical-coordinate representation of color #EDC024: hue angle of 46.57º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDC024 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 36 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.07 |
| HSL | 46.57º | 0.85% | 0.54% | - |
| HSV(B) | 46.57º | 0.85% | 0.93% | - |
| XYZ | 54.09 | 55.83 | 9.59 | - |
| YUV | 187.67 | 42.41 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 36 | 0 | 0.19 | 0.85 | 0.07 | 46.57 | 0.85 | 0.54 |
| Hex | ED | C0 | 24 | 0 | 13 | 55 | 7 | 2F | 55 | 36 |
| Octal | 355 | 300 | 44 | 0 | 23 | 125 | 7 | 57 | 125 | 66 |
| Binary | 11101101 | 11000000 | 100100 | 0 | 10011 | 1010101 | 111 | 101111 | 1010101 | 110110 |
Color Harmonies of #EDC024
Complementary color
Monochromatic Colors of #EDC024
Black with #EDC024
Text Example
Text Example
White with #EDC024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC024; }
p { color: rgb(237,192,36); }
H1.HeaderClassName
{
color: #EDC024;
}
.AnyTagClassName
{
color: #EDC024;
}
</style>
background-color css
<style>
a { background-color: #EDC024; }
a { background-color: rgb(237,192,36); }
div.DivClassName
{
background-color: #EDC024;
}
.BgClassName
{
background-color: #EDC024;
}
</style>
border-color css
<style>
span { border-color: #EDC024; }
span { border-color: rgb(237,192,36); }
td.TdClassName
{
border-color: #EDC024;
}
.TagClassName
{
border-color: #EDC024;
}
</style>