Shades of Moon Yellow #EDC011
Tints of Moon Yellow #EDC011
RGB
CMYK
RGB Variations
Color information
#EDC011 (or 0xEDC011) is known color: Moon Yellow. HEX triplet: ED, C0 and 11. RGB value is (237,192,17). Sum of RGB (Red+Green+Blue) = 237+192+17=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 17 (7.03% from 255 or 3.81% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC011 is #123FEE. Grayscale: #BABABA. Windows color (decimal): -1196015 or 1163501. OLE color: 1163501.
HSL color Cylindrical-coordinate representation of color #EDC011: hue angle of 47.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDC011 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 17 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.07 |
| HSL | 47.73º | 0.87% | 0.5% | - |
| HSV(B) | 47.73º | 0.93% | 0.93% | - |
| XYZ | 53.88 | 55.74 | 8.45 | - |
| YUV | 185.51 | 32.91 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 17 | 0 | 0.19 | 0.93 | 0.07 | 47.73 | 0.87 | 0.5 |
| Hex | ED | C0 | 11 | 0 | 13 | 5D | 7 | 30 | 57 | 32 |
| Octal | 355 | 300 | 21 | 0 | 23 | 135 | 7 | 60 | 127 | 62 |
| Binary | 11101101 | 11000000 | 10001 | 0 | 10011 | 1011101 | 111 | 110000 | 1010111 | 110010 |
Color Harmonies of #EDC011
Complementary color
Monochromatic Colors of #EDC011
Black with #EDC011
Text Example
Text Example
White with #EDC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC011; }
p { color: rgb(237,192,17); }
H1.HeaderClassName
{
color: #EDC011;
}
.AnyTagClassName
{
color: #EDC011;
}
</style>
background-color css
<style>
a { background-color: #EDC011; }
a { background-color: rgb(237,192,17); }
div.DivClassName
{
background-color: #EDC011;
}
.BgClassName
{
background-color: #EDC011;
}
</style>
border-color css
<style>
span { border-color: #EDC011; }
span { border-color: rgb(237,192,17); }
td.TdClassName
{
border-color: #EDC011;
}
.TagClassName
{
border-color: #EDC011;
}
</style>