Shades of Moon Yellow #EDC114
Tints of Moon Yellow #EDC114
RGB
CMYK
RGB Variations
Color information
#EDC114 (or 0xEDC114) is known color: Moon Yellow. HEX triplet: ED, C1 and 14. RGB value is (237,193,20). Sum of RGB (Red+Green+Blue) = 237+193+20=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 20 (8.20% from 255 or 4.44% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC114 is #123EEB. Grayscale: #BBBBBB. Windows color (decimal): -1195756 or 1360365. OLE color: 1360365.
HSL color Cylindrical-coordinate representation of color #EDC114: hue angle of 47.83º 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 #EDC114 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 20 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.07 |
| HSL | 47.83º | 0.86% | 0.5% | - |
| HSV(B) | 47.83º | 0.92% | 0.93% | - |
| XYZ | 54.12 | 56.19 | 8.66 | - |
| YUV | 186.43 | 34.08 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 20 | 0 | 0.19 | 0.92 | 0.07 | 47.83 | 0.86 | 0.5 |
| Hex | ED | C1 | 14 | 0 | 13 | 5C | 7 | 30 | 56 | 32 |
| Octal | 355 | 301 | 24 | 0 | 23 | 134 | 7 | 60 | 126 | 62 |
| Binary | 11101101 | 11000001 | 10100 | 0 | 10011 | 1011100 | 111 | 110000 | 1010110 | 110010 |
Color Harmonies of #EDC114
Complementary color
Monochromatic Colors of #EDC114
Black with #EDC114
Text Example
Text Example
White with #EDC114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC114; }
p { color: rgb(237,193,20); }
H1.HeaderClassName
{
color: #EDC114;
}
.AnyTagClassName
{
color: #EDC114;
}
</style>
background-color css
<style>
a { background-color: #EDC114; }
a { background-color: rgb(237,193,20); }
div.DivClassName
{
background-color: #EDC114;
}
.BgClassName
{
background-color: #EDC114;
}
</style>
border-color css
<style>
span { border-color: #EDC114; }
span { border-color: rgb(237,193,20); }
td.TdClassName
{
border-color: #EDC114;
}
.TagClassName
{
border-color: #EDC114;
}
</style>