Shades of Moon Yellow #EDC613
Tints of Moon Yellow #EDC613
RGB
CMYK
RGB Variations
Color information
#EDC613 (or 0xEDC613) is known color: Moon Yellow. HEX triplet: ED, C6 and 13. RGB value is (237,198,19). Sum of RGB (Red+Green+Blue) = 237+198+19=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 19 (7.81% from 255 or 4.19% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC613 is #1239EC. Grayscale: #BEBEBE. Windows color (decimal): -1194477 or 1296109. OLE color: 1296109.
HSL color Cylindrical-coordinate representation of color #EDC613: hue angle of 49.27º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDC613 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 19 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.07 |
| HSL | 49.27º | 0.86% | 0.5% | - |
| HSV(B) | 49.27º | 0.92% | 0.93% | - |
| XYZ | 55.24 | 58.44 | 8.98 | - |
| YUV | 189.26 | 31.92 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 19 | 0 | 0.16 | 0.92 | 0.07 | 49.27 | 0.86 | 0.5 |
| Hex | ED | C6 | 13 | 0 | 10 | 5C | 7 | 31 | 56 | 32 |
| Octal | 355 | 306 | 23 | 0 | 20 | 134 | 7 | 61 | 126 | 62 |
| Binary | 11101101 | 11000110 | 10011 | 0 | 10000 | 1011100 | 111 | 110001 | 1010110 | 110010 |
Color Harmonies of #EDC613
Complementary color
Monochromatic Colors of #EDC613
Black with #EDC613
Text Example
Text Example
White with #EDC613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC613; }
p { color: rgb(237,198,19); }
H1.HeaderClassName
{
color: #EDC613;
}
.AnyTagClassName
{
color: #EDC613;
}
</style>
background-color css
<style>
a { background-color: #EDC613; }
a { background-color: rgb(237,198,19); }
div.DivClassName
{
background-color: #EDC613;
}
.BgClassName
{
background-color: #EDC613;
}
</style>
border-color css
<style>
span { border-color: #EDC613; }
span { border-color: rgb(237,198,19); }
td.TdClassName
{
border-color: #EDC613;
}
.TagClassName
{
border-color: #EDC613;
}
</style>