Shades of Moon Yellow #EDC620
Tints of Moon Yellow #EDC620
RGB
CMYK
RGB Variations
Color information
#EDC620 (or 0xEDC620) is known color: Moon Yellow. HEX triplet: ED, C6 and 20. RGB value is (237,198,32). Sum of RGB (Red+Green+Blue) = 237+198+32=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC620 is #1239DF. Grayscale: #BFBFBF. Windows color (decimal): -1194464 or 2148077. OLE color: 2148077.
HSL color Cylindrical-coordinate representation of color #EDC620: hue angle of 48.59º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDC620 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 32 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.07 |
| HSL | 48.59º | 0.85% | 0.53% | - |
| HSV(B) | 48.59º | 0.86% | 0.93% | - |
| XYZ | 55.38 | 58.5 | 9.74 | - |
| YUV | 190.74 | 38.42 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 32 | 0 | 0.16 | 0.86 | 0.07 | 48.59 | 0.85 | 0.53 |
| Hex | ED | C6 | 20 | 0 | 10 | 56 | 7 | 31 | 55 | 35 |
| Octal | 355 | 306 | 40 | 0 | 20 | 126 | 7 | 61 | 125 | 65 |
| Binary | 11101101 | 11000110 | 100000 | 0 | 10000 | 1010110 | 111 | 110001 | 1010101 | 110101 |
Color Harmonies of #EDC620
Complementary color
Monochromatic Colors of #EDC620
Black with #EDC620
Text Example
Text Example
White with #EDC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC620; }
p { color: rgb(237,198,32); }
H1.HeaderClassName
{
color: #EDC620;
}
.AnyTagClassName
{
color: #EDC620;
}
</style>
background-color css
<style>
a { background-color: #EDC620; }
a { background-color: rgb(237,198,32); }
div.DivClassName
{
background-color: #EDC620;
}
.BgClassName
{
background-color: #EDC620;
}
</style>
border-color css
<style>
span { border-color: #EDC620; }
span { border-color: rgb(237,198,32); }
td.TdClassName
{
border-color: #EDC620;
}
.TagClassName
{
border-color: #EDC620;
}
</style>