Shades of Moon Yellow #EDC017
Tints of Moon Yellow #EDC017
RGB
CMYK
RGB Variations
Color information
#EDC017 (or 0xEDC017) is known color: Moon Yellow. HEX triplet: ED, C0 and 17. RGB value is (237,192,23). Sum of RGB (Red+Green+Blue) = 237+192+23=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 23 (9.38% from 255 or 5.09% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC017 is #123FE8. Grayscale: #BABABA. Windows color (decimal): -1196009 or 1556717. OLE color: 1556717.
HSL color Cylindrical-coordinate representation of color #EDC017: hue angle of 47.38º 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 #EDC017 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 23 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.07 |
| HSL | 47.38º | 0.86% | 0.51% | - |
| HSV(B) | 47.38º | 0.9% | 0.93% | - |
| XYZ | 53.93 | 55.77 | 8.73 | - |
| YUV | 186.19 | 35.91 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 23 | 0 | 0.19 | 0.90 | 0.07 | 47.38 | 0.86 | 0.51 |
| Hex | ED | C0 | 17 | 0 | 13 | 5A | 7 | 2F | 56 | 33 |
| Octal | 355 | 300 | 27 | 0 | 23 | 132 | 7 | 57 | 126 | 63 |
| Binary | 11101101 | 11000000 | 10111 | 0 | 10011 | 1011010 | 111 | 101111 | 1010110 | 110011 |
Color Harmonies of #EDC017
Complementary color
Monochromatic Colors of #EDC017
Black with #EDC017
Text Example
Text Example
White with #EDC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC017; }
p { color: rgb(237,192,23); }
H1.HeaderClassName
{
color: #EDC017;
}
.AnyTagClassName
{
color: #EDC017;
}
</style>
background-color css
<style>
a { background-color: #EDC017; }
a { background-color: rgb(237,192,23); }
div.DivClassName
{
background-color: #EDC017;
}
.BgClassName
{
background-color: #EDC017;
}
</style>
border-color css
<style>
span { border-color: #EDC017; }
span { border-color: rgb(237,192,23); }
td.TdClassName
{
border-color: #EDC017;
}
.TagClassName
{
border-color: #EDC017;
}
</style>