Shades of Moon Yellow #EDCC10
Tints of Moon Yellow #EDCC10
RGB
CMYK
RGB Variations
Color information
#EDCC10 (or 0xEDCC10) is known color: Moon Yellow. HEX triplet: ED, CC and 10. RGB value is (237,204,16). Sum of RGB (Red+Green+Blue) = 237+204+16=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCC10 is #1233EF. Grayscale: #C1C1C1. Windows color (decimal): -1192944 or 1101037. OLE color: 1101037.
HSL color Cylindrical-coordinate representation of color #EDCC10: hue angle of 51.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDCC10 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 16 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.07 |
| HSL | 51.04º | 0.87% | 0.5% | - |
| HSV(B) | 51.04º | 0.93% | 0.93% | - |
| XYZ | 56.61 | 61.23 | 9.32 | - |
| YUV | 192.44 | 28.43 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 16 | 0 | 0.14 | 0.93 | 0.07 | 51.04 | 0.87 | 0.5 |
| Hex | ED | CC | 10 | 0 | E | 5D | 7 | 33 | 57 | 32 |
| Octal | 355 | 314 | 20 | 0 | 16 | 135 | 7 | 63 | 127 | 62 |
| Binary | 11101101 | 11001100 | 10000 | 0 | 1110 | 1011101 | 111 | 110011 | 1010111 | 110010 |
Color Harmonies of #EDCC10
Complementary color
Monochromatic Colors of #EDCC10
Black with #EDCC10
Text Example
Text Example
White with #EDCC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC10; }
p { color: rgb(237,204,16); }
H1.HeaderClassName
{
color: #EDCC10;
}
.AnyTagClassName
{
color: #EDCC10;
}
</style>
background-color css
<style>
a { background-color: #EDCC10; }
a { background-color: rgb(237,204,16); }
div.DivClassName
{
background-color: #EDCC10;
}
.BgClassName
{
background-color: #EDCC10;
}
</style>
border-color css
<style>
span { border-color: #EDCC10; }
span { border-color: rgb(237,204,16); }
td.TdClassName
{
border-color: #EDCC10;
}
.TagClassName
{
border-color: #EDCC10;
}
</style>