Shades of Moon Yellow #EDC80E
Tints of Moon Yellow #EDC80E
RGB
CMYK
RGB Variations
Color information
#EDC80E (or 0xEDC80E) is known color: Moon Yellow. HEX triplet: ED, C8 and 0E. RGB value is (237,200,14). Sum of RGB (Red+Green+Blue) = 237+200+14=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC80E is #1237F1. Grayscale: #BEBEBE. Windows color (decimal): -1193970 or 968941. OLE color: 968941.
HSL color Cylindrical-coordinate representation of color #EDC80E: hue angle of 50.04º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDC80E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 14 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.07 |
| HSL | 50.04º | 0.89% | 0.49% | - |
| HSV(B) | 50.04º | 0.94% | 0.93% | - |
| XYZ | 55.66 | 59.34 | 8.94 | - |
| YUV | 189.86 | 28.76 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 14 | 0 | 0.16 | 0.94 | 0.07 | 50.04 | 0.89 | 0.49 |
| Hex | ED | C8 | E | 0 | 10 | 5E | 7 | 32 | 59 | 31 |
| Octal | 355 | 310 | 16 | 0 | 20 | 136 | 7 | 62 | 131 | 61 |
| Binary | 11101101 | 11001000 | 1110 | 0 | 10000 | 1011110 | 111 | 110010 | 1011001 | 110001 |
Color Harmonies of #EDC80E
Complementary color
Monochromatic Colors of #EDC80E
Black with #EDC80E
Text Example
Text Example
White with #EDC80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC80E; }
p { color: rgb(237,200,14); }
H1.HeaderClassName
{
color: #EDC80E;
}
.AnyTagClassName
{
color: #EDC80E;
}
</style>
background-color css
<style>
a { background-color: #EDC80E; }
a { background-color: rgb(237,200,14); }
div.DivClassName
{
background-color: #EDC80E;
}
.BgClassName
{
background-color: #EDC80E;
}
</style>
border-color css
<style>
span { border-color: #EDC80E; }
span { border-color: rgb(237,200,14); }
td.TdClassName
{
border-color: #EDC80E;
}
.TagClassName
{
border-color: #EDC80E;
}
</style>