Shades of Moon Yellow #EDCD10
Tints of Moon Yellow #EDCD10
RGB
CMYK
RGB Variations
Color information
#EDCD10 (or 0xEDCD10) is known color: Moon Yellow. HEX triplet: ED, CD and 10. RGB value is (237,205,16). Sum of RGB (Red+Green+Blue) = 237+205+16=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 16 (6.64% from 255 or 3.49% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD10 is #1232EF. Grayscale: #C1C1C1. Windows color (decimal): -1192688 or 1101293. OLE color: 1101293.
HSL color Cylindrical-coordinate representation of color #EDCD10: hue angle of 51.31º 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 #EDCD10 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 16 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.07 |
| HSL | 51.31º | 0.87% | 0.5% | - |
| HSV(B) | 51.31º | 0.93% | 0.93% | - |
| XYZ | 56.85 | 61.7 | 9.4 | - |
| YUV | 193.02 | 28.1 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 16 | 0 | 0.14 | 0.93 | 0.07 | 51.31 | 0.87 | 0.5 |
| Hex | ED | CD | 10 | 0 | E | 5D | 7 | 33 | 57 | 32 |
| Octal | 355 | 315 | 20 | 0 | 16 | 135 | 7 | 63 | 127 | 62 |
| Binary | 11101101 | 11001101 | 10000 | 0 | 1110 | 1011101 | 111 | 110011 | 1010111 | 110010 |
Color Harmonies of #EDCD10
Complementary color
Monochromatic Colors of #EDCD10
Black with #EDCD10
Text Example
Text Example
White with #EDCD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD10; }
p { color: rgb(237,205,16); }
H1.HeaderClassName
{
color: #EDCD10;
}
.AnyTagClassName
{
color: #EDCD10;
}
</style>
background-color css
<style>
a { background-color: #EDCD10; }
a { background-color: rgb(237,205,16); }
div.DivClassName
{
background-color: #EDCD10;
}
.BgClassName
{
background-color: #EDCD10;
}
</style>
border-color css
<style>
span { border-color: #EDCD10; }
span { border-color: rgb(237,205,16); }
td.TdClassName
{
border-color: #EDCD10;
}
.TagClassName
{
border-color: #EDCD10;
}
</style>