Shades of Moon Yellow #EDC519
Tints of Moon Yellow #EDC519
RGB
CMYK
RGB Variations
Color information
#EDC519 (or 0xEDC519) is known color: Moon Yellow. HEX triplet: ED, C5 and 19. RGB value is (237,197,25). Sum of RGB (Red+Green+Blue) = 237+197+25=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 25 (10.16% from 255 or 5.45% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC519 is #123AE6. Grayscale: #BEBEBE. Windows color (decimal): -1194727 or 1689069. OLE color: 1689069.
HSL color Cylindrical-coordinate representation of color #EDC519: hue angle of 48.68º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDC519 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 25 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.07 |
| HSL | 48.68º | 0.85% | 0.51% | - |
| HSV(B) | 48.68º | 0.89% | 0.93% | - |
| XYZ | 55.07 | 58.01 | 9.21 | - |
| YUV | 189.35 | 35.25 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 25 | 0 | 0.17 | 0.89 | 0.07 | 48.68 | 0.85 | 0.51 |
| Hex | ED | C5 | 19 | 0 | 11 | 59 | 7 | 31 | 55 | 33 |
| Octal | 355 | 305 | 31 | 0 | 21 | 131 | 7 | 61 | 125 | 63 |
| Binary | 11101101 | 11000101 | 11001 | 0 | 10001 | 1011001 | 111 | 110001 | 1010101 | 110011 |
Color Harmonies of #EDC519
Complementary color
Monochromatic Colors of #EDC519
Black with #EDC519
Text Example
Text Example
White with #EDC519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC519; }
p { color: rgb(237,197,25); }
H1.HeaderClassName
{
color: #EDC519;
}
.AnyTagClassName
{
color: #EDC519;
}
</style>
background-color css
<style>
a { background-color: #EDC519; }
a { background-color: rgb(237,197,25); }
div.DivClassName
{
background-color: #EDC519;
}
.BgClassName
{
background-color: #EDC519;
}
</style>
border-color css
<style>
span { border-color: #EDC519; }
span { border-color: rgb(237,197,25); }
td.TdClassName
{
border-color: #EDC519;
}
.TagClassName
{
border-color: #EDC519;
}
</style>