Shades of Moon Yellow #EDCC14
Tints of Moon Yellow #EDCC14
RGB
CMYK
RGB Variations
Color information
#EDCC14 (or 0xEDCC14) is known color: Moon Yellow. HEX triplet: ED, CC and 14. RGB value is (237,204,20). Sum of RGB (Red+Green+Blue) = 237+204+20=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCC14 is #1233EB. Grayscale: #C1C1C1. Windows color (decimal): -1192940 or 1363181. OLE color: 1363181.
HSL color Cylindrical-coordinate representation of color #EDCC14: hue angle of 50.88º 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 #EDCC14 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 20 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.07 |
| HSL | 50.88º | 0.86% | 0.5% | - |
| HSV(B) | 50.88º | 0.92% | 0.93% | - |
| XYZ | 56.64 | 61.24 | 9.5 | - |
| YUV | 192.89 | 30.43 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 20 | 0 | 0.14 | 0.92 | 0.07 | 50.88 | 0.86 | 0.5 |
| Hex | ED | CC | 14 | 0 | E | 5C | 7 | 33 | 56 | 32 |
| Octal | 355 | 314 | 24 | 0 | 16 | 134 | 7 | 63 | 126 | 62 |
| Binary | 11101101 | 11001100 | 10100 | 0 | 1110 | 1011100 | 111 | 110011 | 1010110 | 110010 |
Color Harmonies of #EDCC14
Complementary color
Monochromatic Colors of #EDCC14
Black with #EDCC14
Text Example
Text Example
White with #EDCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC14; }
p { color: rgb(237,204,20); }
H1.HeaderClassName
{
color: #EDCC14;
}
.AnyTagClassName
{
color: #EDCC14;
}
</style>
background-color css
<style>
a { background-color: #EDCC14; }
a { background-color: rgb(237,204,20); }
div.DivClassName
{
background-color: #EDCC14;
}
.BgClassName
{
background-color: #EDCC14;
}
</style>
border-color css
<style>
span { border-color: #EDCC14; }
span { border-color: rgb(237,204,20); }
td.TdClassName
{
border-color: #EDCC14;
}
.TagClassName
{
border-color: #EDCC14;
}
</style>