Shades of Moon Yellow #EDC020
Tints of Moon Yellow #EDC020
RGB
CMYK
RGB Variations
Color information
#EDC020 (or 0xEDC020) is known color: Moon Yellow. HEX triplet: ED, C0 and 20. RGB value is (237,192,32). Sum of RGB (Red+Green+Blue) = 237+192+32=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC020 is #123FDF. Grayscale: #BBBBBB. Windows color (decimal): -1196000 or 2146541. OLE color: 2146541.
HSL color Cylindrical-coordinate representation of color #EDC020: hue angle of 46.83º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDC020 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 32 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.07 |
| HSL | 46.83º | 0.85% | 0.53% | - |
| HSV(B) | 46.83º | 0.86% | 0.93% | - |
| XYZ | 54.04 | 55.81 | 9.29 | - |
| YUV | 187.22 | 40.41 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 32 | 0 | 0.19 | 0.86 | 0.07 | 46.83 | 0.85 | 0.53 |
| Hex | ED | C0 | 20 | 0 | 13 | 56 | 7 | 2F | 55 | 35 |
| Octal | 355 | 300 | 40 | 0 | 23 | 126 | 7 | 57 | 125 | 65 |
| Binary | 11101101 | 11000000 | 100000 | 0 | 10011 | 1010110 | 111 | 101111 | 1010101 | 110101 |
Color Harmonies of #EDC020
Complementary color
Monochromatic Colors of #EDC020
Black with #EDC020
Text Example
Text Example
White with #EDC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC020; }
p { color: rgb(237,192,32); }
H1.HeaderClassName
{
color: #EDC020;
}
.AnyTagClassName
{
color: #EDC020;
}
</style>
background-color css
<style>
a { background-color: #EDC020; }
a { background-color: rgb(237,192,32); }
div.DivClassName
{
background-color: #EDC020;
}
.BgClassName
{
background-color: #EDC020;
}
</style>
border-color css
<style>
span { border-color: #EDC020; }
span { border-color: rgb(237,192,32); }
td.TdClassName
{
border-color: #EDC020;
}
.TagClassName
{
border-color: #EDC020;
}
</style>