Shades of Moon Yellow #EDB90F
Tints of Moon Yellow #EDB90F
RGB
CMYK
RGB Variations
Color information
#EDB90F (or 0xEDB90F) is known color: Moon Yellow. HEX triplet: ED, B9 and 0F. RGB value is (237,185,15). Sum of RGB (Red+Green+Blue) = 237+185+15=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB90F is #1246F0. Grayscale: #B5B5B5. Windows color (decimal): -1197809 or 1030637. OLE color: 1030637.
HSL color Cylindrical-coordinate representation of color #EDB90F: hue angle of 45.95º 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 #EDB90F is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 15 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.07 |
| HSL | 45.95º | 0.88% | 0.49% | - |
| HSV(B) | 45.95º | 0.94% | 0.93% | - |
| XYZ | 52.36 | 52.74 | 7.87 | - |
| YUV | 181.17 | 34.23 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 15 | 0 | 0.22 | 0.94 | 0.07 | 45.95 | 0.88 | 0.49 |
| Hex | ED | B9 | F | 0 | 16 | 5E | 7 | 2E | 58 | 31 |
| Octal | 355 | 271 | 17 | 0 | 26 | 136 | 7 | 56 | 130 | 61 |
| Binary | 11101101 | 10111001 | 1111 | 0 | 10110 | 1011110 | 111 | 101110 | 1011000 | 110001 |
Color Harmonies of #EDB90F
Complementary color
Monochromatic Colors of #EDB90F
Black with #EDB90F
Text Example
Text Example
White with #EDB90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB90F; }
p { color: rgb(237,185,15); }
H1.HeaderClassName
{
color: #EDB90F;
}
.AnyTagClassName
{
color: #EDB90F;
}
</style>
background-color css
<style>
a { background-color: #EDB90F; }
a { background-color: rgb(237,185,15); }
div.DivClassName
{
background-color: #EDB90F;
}
.BgClassName
{
background-color: #EDB90F;
}
</style>
border-color css
<style>
span { border-color: #EDB90F; }
span { border-color: rgb(237,185,15); }
td.TdClassName
{
border-color: #EDB90F;
}
.TagClassName
{
border-color: #EDB90F;
}
</style>