Shades of Moon Yellow #EDCC16
Tints of Moon Yellow #EDCC16
RGB
CMYK
RGB Variations
Color information
#EDCC16 (or 0xEDCC16) is known color: Moon Yellow. HEX triplet: ED, CC and 16. RGB value is (237,204,22). Sum of RGB (Red+Green+Blue) = 237+204+22=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCC16 is #1233E9. Grayscale: #C1C1C1. Windows color (decimal): -1192938 or 1494253. OLE color: 1494253.
HSL color Cylindrical-coordinate representation of color #EDCC16: hue angle of 50.79º 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 #EDCC16 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 22 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.07 |
| HSL | 50.79º | 0.86% | 0.51% | - |
| HSV(B) | 50.79º | 0.91% | 0.93% | - |
| XYZ | 56.66 | 61.25 | 9.59 | - |
| YUV | 193.12 | 31.43 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 22 | 0 | 0.14 | 0.91 | 0.07 | 50.79 | 0.86 | 0.51 |
| Hex | ED | CC | 16 | 0 | E | 5B | 7 | 33 | 56 | 33 |
| Octal | 355 | 314 | 26 | 0 | 16 | 133 | 7 | 63 | 126 | 63 |
| Binary | 11101101 | 11001100 | 10110 | 0 | 1110 | 1011011 | 111 | 110011 | 1010110 | 110011 |
Color Harmonies of #EDCC16
Complementary color
Monochromatic Colors of #EDCC16
Black with #EDCC16
Text Example
Text Example
White with #EDCC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC16; }
p { color: rgb(237,204,22); }
H1.HeaderClassName
{
color: #EDCC16;
}
.AnyTagClassName
{
color: #EDCC16;
}
</style>
background-color css
<style>
a { background-color: #EDCC16; }
a { background-color: rgb(237,204,22); }
div.DivClassName
{
background-color: #EDCC16;
}
.BgClassName
{
background-color: #EDCC16;
}
</style>
border-color css
<style>
span { border-color: #EDCC16; }
span { border-color: rgb(237,204,22); }
td.TdClassName
{
border-color: #EDCC16;
}
.TagClassName
{
border-color: #EDCC16;
}
</style>