Shades of Moon Yellow #EDC117
Tints of Moon Yellow #EDC117
RGB
CMYK
RGB Variations
Color information
#EDC117 (or 0xEDC117) is known color: Moon Yellow. HEX triplet: ED, C1 and 17. RGB value is (237,193,23). Sum of RGB (Red+Green+Blue) = 237+193+23=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 23 (9.38% from 255 or 5.08% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC117 is #123EE8. Grayscale: #BBBBBB. Windows color (decimal): -1195753 or 1556973. OLE color: 1556973.
HSL color Cylindrical-coordinate representation of color #EDC117: hue angle of 47.66º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDC117 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 23 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.07 |
| HSL | 47.66º | 0.86% | 0.51% | - |
| HSV(B) | 47.66º | 0.9% | 0.93% | - |
| XYZ | 54.15 | 56.21 | 8.81 | - |
| YUV | 186.78 | 35.58 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 23 | 0 | 0.19 | 0.90 | 0.07 | 47.66 | 0.86 | 0.51 |
| Hex | ED | C1 | 17 | 0 | 13 | 5A | 7 | 30 | 56 | 33 |
| Octal | 355 | 301 | 27 | 0 | 23 | 132 | 7 | 60 | 126 | 63 |
| Binary | 11101101 | 11000001 | 10111 | 0 | 10011 | 1011010 | 111 | 110000 | 1010110 | 110011 |
Color Harmonies of #EDC117
Complementary color
Monochromatic Colors of #EDC117
Black with #EDC117
Text Example
Text Example
White with #EDC117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC117; }
p { color: rgb(237,193,23); }
H1.HeaderClassName
{
color: #EDC117;
}
.AnyTagClassName
{
color: #EDC117;
}
</style>
background-color css
<style>
a { background-color: #EDC117; }
a { background-color: rgb(237,193,23); }
div.DivClassName
{
background-color: #EDC117;
}
.BgClassName
{
background-color: #EDC117;
}
</style>
border-color css
<style>
span { border-color: #EDC117; }
span { border-color: rgb(237,193,23); }
td.TdClassName
{
border-color: #EDC117;
}
.TagClassName
{
border-color: #EDC117;
}
</style>