Shades of Moon Yellow #EDC014
Tints of Moon Yellow #EDC014
RGB
CMYK
RGB Variations
Color information
#EDC014 (or 0xEDC014) is known color: Moon Yellow. HEX triplet: ED, C0 and 14. RGB value is (237,192,20). Sum of RGB (Red+Green+Blue) = 237+192+20=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC014 is #123FEB. Grayscale: #BABABA. Windows color (decimal): -1196012 or 1360109. OLE color: 1360109.
HSL color Cylindrical-coordinate representation of color #EDC014: hue angle of 47.56º 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 #EDC014 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 20 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.07 |
| HSL | 47.56º | 0.86% | 0.5% | - |
| HSV(B) | 47.56º | 0.92% | 0.93% | - |
| XYZ | 53.9 | 55.75 | 8.58 | - |
| YUV | 185.85 | 34.41 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 20 | 0 | 0.19 | 0.92 | 0.07 | 47.56 | 0.86 | 0.5 |
| Hex | ED | C0 | 14 | 0 | 13 | 5C | 7 | 30 | 56 | 32 |
| Octal | 355 | 300 | 24 | 0 | 23 | 134 | 7 | 60 | 126 | 62 |
| Binary | 11101101 | 11000000 | 10100 | 0 | 10011 | 1011100 | 111 | 110000 | 1010110 | 110010 |
Color Harmonies of #EDC014
Complementary color
Monochromatic Colors of #EDC014
Black with #EDC014
Text Example
Text Example
White with #EDC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC014; }
p { color: rgb(237,192,20); }
H1.HeaderClassName
{
color: #EDC014;
}
.AnyTagClassName
{
color: #EDC014;
}
</style>
background-color css
<style>
a { background-color: #EDC014; }
a { background-color: rgb(237,192,20); }
div.DivClassName
{
background-color: #EDC014;
}
.BgClassName
{
background-color: #EDC014;
}
</style>
border-color css
<style>
span { border-color: #EDC014; }
span { border-color: rgb(237,192,20); }
td.TdClassName
{
border-color: #EDC014;
}
.TagClassName
{
border-color: #EDC014;
}
</style>