Shades of Moon Yellow #EDC617
Tints of Moon Yellow #EDC617
RGB
CMYK
RGB Variations
Color information
#EDC617 (or 0xEDC617) is known color: Moon Yellow. HEX triplet: ED, C6 and 17. RGB value is (237,198,23). Sum of RGB (Red+Green+Blue) = 237+198+23=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 23 (9.38% from 255 or 5.02% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC617 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC617 is #1239E8. Grayscale: #BEBEBE. Windows color (decimal): -1194473 or 1558253. OLE color: 1558253.
HSL color Cylindrical-coordinate representation of color #EDC617: hue angle of 49.07º 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 #EDC617 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 23 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.07 |
| HSL | 49.07º | 0.86% | 0.51% | - |
| HSV(B) | 49.07º | 0.9% | 0.93% | - |
| XYZ | 55.27 | 58.45 | 9.18 | - |
| YUV | 189.71 | 33.92 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 23 | 0 | 0.16 | 0.90 | 0.07 | 49.07 | 0.86 | 0.51 |
| Hex | ED | C6 | 17 | 0 | 10 | 5A | 7 | 31 | 56 | 33 |
| Octal | 355 | 306 | 27 | 0 | 20 | 132 | 7 | 61 | 126 | 63 |
| Binary | 11101101 | 11000110 | 10111 | 0 | 10000 | 1011010 | 111 | 110001 | 1010110 | 110011 |
Color Harmonies of #EDC617
Complementary color
Monochromatic Colors of #EDC617
Black with #EDC617
Text Example
Text Example
White with #EDC617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC617; }
p { color: rgb(237,198,23); }
H1.HeaderClassName
{
color: #EDC617;
}
.AnyTagClassName
{
color: #EDC617;
}
</style>
background-color css
<style>
a { background-color: #EDC617; }
a { background-color: rgb(237,198,23); }
div.DivClassName
{
background-color: #EDC617;
}
.BgClassName
{
background-color: #EDC617;
}
</style>
border-color css
<style>
span { border-color: #EDC617; }
span { border-color: rgb(237,198,23); }
td.TdClassName
{
border-color: #EDC617;
}
.TagClassName
{
border-color: #EDC617;
}
</style>