Shades of Moon Yellow #EDC51E
Tints of Moon Yellow #EDC51E
RGB
CMYK
RGB Variations
Color information
#EDC51E (or 0xEDC51E) is known color: Moon Yellow. HEX triplet: ED, C5 and 1E. RGB value is (237,197,30). Sum of RGB (Red+Green+Blue) = 237+197+30=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC51E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC51E is #123AE1. Grayscale: #BEBEBE. Windows color (decimal): -1194722 or 2016749. OLE color: 2016749.
HSL color Cylindrical-coordinate representation of color #EDC51E: hue angle of 48.41º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDC51E is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 30 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.07 |
| HSL | 48.41º | 0.85% | 0.52% | - |
| HSV(B) | 48.41º | 0.87% | 0.93% | - |
| XYZ | 55.13 | 58.03 | 9.52 | - |
| YUV | 189.92 | 37.75 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 30 | 0 | 0.17 | 0.87 | 0.07 | 48.41 | 0.85 | 0.52 |
| Hex | ED | C5 | 1E | 0 | 11 | 57 | 7 | 30 | 55 | 34 |
| Octal | 355 | 305 | 36 | 0 | 21 | 127 | 7 | 60 | 125 | 64 |
| Binary | 11101101 | 11000101 | 11110 | 0 | 10001 | 1010111 | 111 | 110000 | 1010101 | 110100 |
Color Harmonies of #EDC51E
Complementary color
Monochromatic Colors of #EDC51E
Black with #EDC51E
Text Example
Text Example
White with #EDC51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC51E; }
p { color: rgb(237,197,30); }
H1.HeaderClassName
{
color: #EDC51E;
}
.AnyTagClassName
{
color: #EDC51E;
}
</style>
background-color css
<style>
a { background-color: #EDC51E; }
a { background-color: rgb(237,197,30); }
div.DivClassName
{
background-color: #EDC51E;
}
.BgClassName
{
background-color: #EDC51E;
}
</style>
border-color css
<style>
span { border-color: #EDC51E; }
span { border-color: rgb(237,197,30); }
td.TdClassName
{
border-color: #EDC51E;
}
.TagClassName
{
border-color: #EDC51E;
}
</style>