Shades of Moon Yellow #EDCD0F
Tints of Moon Yellow #EDCD0F
RGB
CMYK
RGB Variations
Color information
#EDCD0F (or 0xEDCD0F) is known color: Moon Yellow. HEX triplet: ED, CD and 0F. RGB value is (237,205,15). Sum of RGB (Red+Green+Blue) = 237+205+15=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD0F is #1232F0. Grayscale: #C1C1C1. Windows color (decimal): -1192689 or 1035757. OLE color: 1035757.
HSL color Cylindrical-coordinate representation of color #EDCD0F: hue angle of 51.35º degrees, saturation: 0.88, 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 #EDCD0F is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 15 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.07 |
| HSL | 51.35º | 0.88% | 0.49% | - |
| HSV(B) | 51.35º | 0.94% | 0.93% | - |
| XYZ | 56.84 | 61.7 | 9.37 | - |
| YUV | 192.91 | 27.6 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 15 | 0 | 0.14 | 0.94 | 0.07 | 51.35 | 0.88 | 0.49 |
| Hex | ED | CD | F | 0 | E | 5E | 7 | 33 | 58 | 31 |
| Octal | 355 | 315 | 17 | 0 | 16 | 136 | 7 | 63 | 130 | 61 |
| Binary | 11101101 | 11001101 | 1111 | 0 | 1110 | 1011110 | 111 | 110011 | 1011000 | 110001 |
Color Harmonies of #EDCD0F
Complementary color
Monochromatic Colors of #EDCD0F
Black with #EDCD0F
Text Example
Text Example
White with #EDCD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD0F; }
p { color: rgb(237,205,15); }
H1.HeaderClassName
{
color: #EDCD0F;
}
.AnyTagClassName
{
color: #EDCD0F;
}
</style>
background-color css
<style>
a { background-color: #EDCD0F; }
a { background-color: rgb(237,205,15); }
div.DivClassName
{
background-color: #EDCD0F;
}
.BgClassName
{
background-color: #EDCD0F;
}
</style>
border-color css
<style>
span { border-color: #EDCD0F; }
span { border-color: rgb(237,205,15); }
td.TdClassName
{
border-color: #EDCD0F;
}
.TagClassName
{
border-color: #EDCD0F;
}
</style>