Shades of Moon Yellow #EDCF0E
Tints of Moon Yellow #EDCF0E
RGB
CMYK
RGB Variations
Color information
#EDCF0E (or 0xEDCF0E) is known color: Moon Yellow. HEX triplet: ED, CF and 0E. RGB value is (237,207,14). Sum of RGB (Red+Green+Blue) = 237+207+14=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 14 (5.86% from 255 or 3.06% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCF0E is #1230F1. Grayscale: #C2C2C2. Windows color (decimal): -1192178 or 970733. OLE color: 970733.
HSL color Cylindrical-coordinate representation of color #EDCF0E: hue angle of 51.93º 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 #EDCF0E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 207 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.07 |
| HSL | 51.93º | 0.89% | 0.49% | - |
| HSV(B) | 51.93º | 0.94% | 0.93% | - |
| XYZ | 57.32 | 62.66 | 9.49 | - |
| YUV | 193.97 | 26.44 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 14 | 0 | 0.13 | 0.94 | 0.07 | 51.93 | 0.89 | 0.49 |
| Hex | ED | CF | E | 0 | D | 5E | 7 | 34 | 59 | 31 |
| Octal | 355 | 317 | 16 | 0 | 15 | 136 | 7 | 64 | 131 | 61 |
| Binary | 11101101 | 11001111 | 1110 | 0 | 1101 | 1011110 | 111 | 110100 | 1011001 | 110001 |
Color Harmonies of #EDCF0E
Complementary color
Monochromatic Colors of #EDCF0E
Black with #EDCF0E
Text Example
Text Example
White with #EDCF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCF0E; }
p { color: rgb(237,207,14); }
H1.HeaderClassName
{
color: #EDCF0E;
}
.AnyTagClassName
{
color: #EDCF0E;
}
</style>
background-color css
<style>
a { background-color: #EDCF0E; }
a { background-color: rgb(237,207,14); }
div.DivClassName
{
background-color: #EDCF0E;
}
.BgClassName
{
background-color: #EDCF0E;
}
</style>
border-color css
<style>
span { border-color: #EDCF0E; }
span { border-color: rgb(237,207,14); }
td.TdClassName
{
border-color: #EDCF0E;
}
.TagClassName
{
border-color: #EDCF0E;
}
</style>