Shades of Moon Yellow #EDC419
Tints of Moon Yellow #EDC419
RGB
CMYK
RGB Variations
Color information
#EDC419 (or 0xEDC419) is known color: Moon Yellow. HEX triplet: ED, C4 and 19. RGB value is (237,196,25). Sum of RGB (Red+Green+Blue) = 237+196+25=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 25 (10.16% from 255 or 5.46% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC419 is #123BE6. Grayscale: #BDBDBD. Windows color (decimal): -1194983 or 1688813. OLE color: 1688813.
HSL color Cylindrical-coordinate representation of color #EDC419: hue angle of 48.4º 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 #EDC419 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 25 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.07 |
| HSL | 48.4º | 0.85% | 0.51% | - |
| HSV(B) | 48.4º | 0.89% | 0.93% | - |
| XYZ | 54.84 | 57.55 | 9.14 | - |
| YUV | 188.77 | 35.58 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 25 | 0 | 0.17 | 0.89 | 0.07 | 48.4 | 0.85 | 0.51 |
| Hex | ED | C4 | 19 | 0 | 11 | 59 | 7 | 30 | 55 | 33 |
| Octal | 355 | 304 | 31 | 0 | 21 | 131 | 7 | 60 | 125 | 63 |
| Binary | 11101101 | 11000100 | 11001 | 0 | 10001 | 1011001 | 111 | 110000 | 1010101 | 110011 |
Color Harmonies of #EDC419
Complementary color
Monochromatic Colors of #EDC419
Black with #EDC419
Text Example
Text Example
White with #EDC419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC419; }
p { color: rgb(237,196,25); }
H1.HeaderClassName
{
color: #EDC419;
}
.AnyTagClassName
{
color: #EDC419;
}
</style>
background-color css
<style>
a { background-color: #EDC419; }
a { background-color: rgb(237,196,25); }
div.DivClassName
{
background-color: #EDC419;
}
.BgClassName
{
background-color: #EDC419;
}
</style>
border-color css
<style>
span { border-color: #EDC419; }
span { border-color: rgb(237,196,25); }
td.TdClassName
{
border-color: #EDC419;
}
.TagClassName
{
border-color: #EDC419;
}
</style>