Shades of Moon Yellow #EDC219
Tints of Moon Yellow #EDC219
RGB
CMYK
RGB Variations
Color information
#EDC219 (or 0xEDC219) is known color: Moon Yellow. HEX triplet: ED, C2 and 19. RGB value is (237,194,25). Sum of RGB (Red+Green+Blue) = 237+194+25=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 25 (10.16% from 255 or 5.48% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC219 is #123DE6. Grayscale: #BCBCBC. Windows color (decimal): -1195495 or 1688301. OLE color: 1688301.
HSL color Cylindrical-coordinate representation of color #EDC219: hue angle of 47.83º 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 #EDC219 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 25 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.07 |
| HSL | 47.83º | 0.85% | 0.51% | - |
| HSV(B) | 47.83º | 0.89% | 0.93% | - |
| XYZ | 54.39 | 56.66 | 8.99 | - |
| YUV | 187.59 | 36.25 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 25 | 0 | 0.18 | 0.89 | 0.07 | 47.83 | 0.85 | 0.51 |
| Hex | ED | C2 | 19 | 0 | 12 | 59 | 7 | 30 | 55 | 33 |
| Octal | 355 | 302 | 31 | 0 | 22 | 131 | 7 | 60 | 125 | 63 |
| Binary | 11101101 | 11000010 | 11001 | 0 | 10010 | 1011001 | 111 | 110000 | 1010101 | 110011 |
Color Harmonies of #EDC219
Complementary color
Monochromatic Colors of #EDC219
Black with #EDC219
Text Example
Text Example
White with #EDC219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC219; }
p { color: rgb(237,194,25); }
H1.HeaderClassName
{
color: #EDC219;
}
.AnyTagClassName
{
color: #EDC219;
}
</style>
background-color css
<style>
a { background-color: #EDC219; }
a { background-color: rgb(237,194,25); }
div.DivClassName
{
background-color: #EDC219;
}
.BgClassName
{
background-color: #EDC219;
}
</style>
border-color css
<style>
span { border-color: #EDC219; }
span { border-color: rgb(237,194,25); }
td.TdClassName
{
border-color: #EDC219;
}
.TagClassName
{
border-color: #EDC219;
}
</style>