Shades of Moon Yellow #EDCD0E
Tints of Moon Yellow #EDCD0E
RGB
CMYK
RGB Variations
Color information
#EDCD0E (or 0xEDCD0E) is known color: Moon Yellow. HEX triplet: ED, CD and 0E. RGB value is (237,205,14). Sum of RGB (Red+Green+Blue) = 237+205+14=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD0E is #1232F1. Grayscale: #C1C1C1. Windows color (decimal): -1192690 or 970221. OLE color: 970221.
HSL color Cylindrical-coordinate representation of color #EDCD0E: hue angle of 51.39º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDCD0E is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 14 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.07 |
| HSL | 51.39º | 0.89% | 0.49% | - |
| HSV(B) | 51.39º | 0.94% | 0.93% | - |
| XYZ | 56.84 | 61.7 | 9.33 | - |
| YUV | 192.79 | 27.1 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 14 | 0 | 0.14 | 0.94 | 0.07 | 51.39 | 0.89 | 0.49 |
| Hex | ED | CD | E | 0 | E | 5E | 7 | 33 | 59 | 31 |
| Octal | 355 | 315 | 16 | 0 | 16 | 136 | 7 | 63 | 131 | 61 |
| Binary | 11101101 | 11001101 | 1110 | 0 | 1110 | 1011110 | 111 | 110011 | 1011001 | 110001 |
Color Harmonies of #EDCD0E
Complementary color
Monochromatic Colors of #EDCD0E
Black with #EDCD0E
Text Example
Text Example
White with #EDCD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD0E; }
p { color: rgb(237,205,14); }
H1.HeaderClassName
{
color: #EDCD0E;
}
.AnyTagClassName
{
color: #EDCD0E;
}
</style>
background-color css
<style>
a { background-color: #EDCD0E; }
a { background-color: rgb(237,205,14); }
div.DivClassName
{
background-color: #EDCD0E;
}
.BgClassName
{
background-color: #EDCD0E;
}
</style>
border-color css
<style>
span { border-color: #EDCD0E; }
span { border-color: rgb(237,205,14); }
td.TdClassName
{
border-color: #EDCD0E;
}
.TagClassName
{
border-color: #EDCD0E;
}
</style>