Shades of Moon Yellow #EDC90F
Tints of Moon Yellow #EDC90F
RGB
CMYK
RGB Variations
Color information
#EDC90F (or 0xEDC90F) is known color: Moon Yellow. HEX triplet: ED, C9 and 0F. RGB value is (237,201,15). Sum of RGB (Red+Green+Blue) = 237+201+15=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC90F is #1236F0. Grayscale: #BFBFBF. Windows color (decimal): -1193713 or 1034733. OLE color: 1034733.
HSL color Cylindrical-coordinate representation of color #EDC90F: hue angle of 50.27º 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 #EDC90F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 15 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.07 |
| HSL | 50.27º | 0.88% | 0.49% | - |
| HSV(B) | 50.27º | 0.94% | 0.93% | - |
| XYZ | 55.9 | 59.81 | 9.05 | - |
| YUV | 190.56 | 28.93 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 15 | 0 | 0.15 | 0.94 | 0.07 | 50.27 | 0.88 | 0.49 |
| Hex | ED | C9 | F | 0 | F | 5E | 7 | 32 | 58 | 31 |
| Octal | 355 | 311 | 17 | 0 | 17 | 136 | 7 | 62 | 130 | 61 |
| Binary | 11101101 | 11001001 | 1111 | 0 | 1111 | 1011110 | 111 | 110010 | 1011000 | 110001 |
Color Harmonies of #EDC90F
Complementary color
Monochromatic Colors of #EDC90F
Black with #EDC90F
Text Example
Text Example
White with #EDC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC90F; }
p { color: rgb(237,201,15); }
H1.HeaderClassName
{
color: #EDC90F;
}
.AnyTagClassName
{
color: #EDC90F;
}
</style>
background-color css
<style>
a { background-color: #EDC90F; }
a { background-color: rgb(237,201,15); }
div.DivClassName
{
background-color: #EDC90F;
}
.BgClassName
{
background-color: #EDC90F;
}
</style>
border-color css
<style>
span { border-color: #EDC90F; }
span { border-color: rgb(237,201,15); }
td.TdClassName
{
border-color: #EDC90F;
}
.TagClassName
{
border-color: #EDC90F;
}
</style>