Shades of Moon Yellow #EDCC15
Tints of Moon Yellow #EDCC15
RGB
CMYK
RGB Variations
Color information
#EDCC15 (or 0xEDCC15) is known color: Moon Yellow. HEX triplet: ED, CC and 15. RGB value is (237,204,21). Sum of RGB (Red+Green+Blue) = 237+204+21=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCC15 is #1233EA. Grayscale: #C1C1C1. Windows color (decimal): -1192939 or 1428717. OLE color: 1428717.
HSL color Cylindrical-coordinate representation of color #EDCC15: hue angle of 50.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDCC15 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 21 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.07 |
| HSL | 50.83º | 0.86% | 0.51% | - |
| HSV(B) | 50.83º | 0.91% | 0.93% | - |
| XYZ | 56.65 | 61.24 | 9.54 | - |
| YUV | 193.01 | 30.93 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 21 | 0 | 0.14 | 0.91 | 0.07 | 50.83 | 0.86 | 0.51 |
| Hex | ED | CC | 15 | 0 | E | 5B | 7 | 33 | 56 | 33 |
| Octal | 355 | 314 | 25 | 0 | 16 | 133 | 7 | 63 | 126 | 63 |
| Binary | 11101101 | 11001100 | 10101 | 0 | 1110 | 1011011 | 111 | 110011 | 1010110 | 110011 |
Color Harmonies of #EDCC15
Complementary color
Monochromatic Colors of #EDCC15
Black with #EDCC15
Text Example
Text Example
White with #EDCC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC15; }
p { color: rgb(237,204,21); }
H1.HeaderClassName
{
color: #EDCC15;
}
.AnyTagClassName
{
color: #EDCC15;
}
</style>
background-color css
<style>
a { background-color: #EDCC15; }
a { background-color: rgb(237,204,21); }
div.DivClassName
{
background-color: #EDCC15;
}
.BgClassName
{
background-color: #EDCC15;
}
</style>
border-color css
<style>
span { border-color: #EDCC15; }
span { border-color: rgb(237,204,21); }
td.TdClassName
{
border-color: #EDCC15;
}
.TagClassName
{
border-color: #EDCC15;
}
</style>