Shades of Moon Yellow #EDB90E
Tints of Moon Yellow #EDB90E
RGB
CMYK
RGB Variations
Color information
#EDB90E (or 0xEDB90E) is known color: Moon Yellow. HEX triplet: ED, B9 and 0E. RGB value is (237,185,14). Sum of RGB (Red+Green+Blue) = 237+185+14=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB90E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB90E is #1246F1. Grayscale: #B5B5B5. Windows color (decimal): -1197810 or 965101. OLE color: 965101.
HSL color Cylindrical-coordinate representation of color #EDB90E: hue angle of 46.01º 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 #EDB90E is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 14 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.07 |
| HSL | 46.01º | 0.89% | 0.49% | - |
| HSV(B) | 46.01º | 0.94% | 0.93% | - |
| XYZ | 52.35 | 52.73 | 7.83 | - |
| YUV | 181.05 | 33.73 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 14 | 0 | 0.22 | 0.94 | 0.07 | 46.01 | 0.89 | 0.49 |
| Hex | ED | B9 | E | 0 | 16 | 5E | 7 | 2E | 59 | 31 |
| Octal | 355 | 271 | 16 | 0 | 26 | 136 | 7 | 56 | 131 | 61 |
| Binary | 11101101 | 10111001 | 1110 | 0 | 10110 | 1011110 | 111 | 101110 | 1011001 | 110001 |
Color Harmonies of #EDB90E
Complementary color
Monochromatic Colors of #EDB90E
Black with #EDB90E
Text Example
Text Example
White with #EDB90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB90E; }
p { color: rgb(237,185,14); }
H1.HeaderClassName
{
color: #EDB90E;
}
.AnyTagClassName
{
color: #EDB90E;
}
</style>
background-color css
<style>
a { background-color: #EDB90E; }
a { background-color: rgb(237,185,14); }
div.DivClassName
{
background-color: #EDB90E;
}
.BgClassName
{
background-color: #EDB90E;
}
</style>
border-color css
<style>
span { border-color: #EDB90E; }
span { border-color: rgb(237,185,14); }
td.TdClassName
{
border-color: #EDB90E;
}
.TagClassName
{
border-color: #EDB90E;
}
</style>