Shades of Moon Yellow #EDC40E
Tints of Moon Yellow #EDC40E
RGB
CMYK
RGB Variations
Color information
#EDC40E (or 0xEDC40E) is known color: Moon Yellow. HEX triplet: ED, C4 and 0E. RGB value is (237,196,14). Sum of RGB (Red+Green+Blue) = 237+196+14=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC40E is #123BF1. Grayscale: #BCBCBC. Windows color (decimal): -1194994 or 967917. OLE color: 967917.
HSL color Cylindrical-coordinate representation of color #EDC40E: hue angle of 48.97º 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 #EDC40E is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 14 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.07 |
| HSL | 48.97º | 0.89% | 0.49% | - |
| HSV(B) | 48.97º | 0.94% | 0.93% | - |
| XYZ | 54.74 | 57.52 | 8.63 | - |
| YUV | 187.51 | 30.08 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 14 | 0 | 0.17 | 0.94 | 0.07 | 48.97 | 0.89 | 0.49 |
| Hex | ED | C4 | E | 0 | 11 | 5E | 7 | 31 | 59 | 31 |
| Octal | 355 | 304 | 16 | 0 | 21 | 136 | 7 | 61 | 131 | 61 |
| Binary | 11101101 | 11000100 | 1110 | 0 | 10001 | 1011110 | 111 | 110001 | 1011001 | 110001 |
Color Harmonies of #EDC40E
Complementary color
Monochromatic Colors of #EDC40E
Black with #EDC40E
Text Example
Text Example
White with #EDC40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC40E; }
p { color: rgb(237,196,14); }
H1.HeaderClassName
{
color: #EDC40E;
}
.AnyTagClassName
{
color: #EDC40E;
}
</style>
background-color css
<style>
a { background-color: #EDC40E; }
a { background-color: rgb(237,196,14); }
div.DivClassName
{
background-color: #EDC40E;
}
.BgClassName
{
background-color: #EDC40E;
}
</style>
border-color css
<style>
span { border-color: #EDC40E; }
span { border-color: rgb(237,196,14); }
td.TdClassName
{
border-color: #EDC40E;
}
.TagClassName
{
border-color: #EDC40E;
}
</style>