Shades of Moon Yellow #EDB50F
Tints of Moon Yellow #EDB50F
RGB
CMYK
RGB Variations
Color information
#EDB50F (or 0xEDB50F) is known color: Moon Yellow. HEX triplet: ED, B5 and 0F. RGB value is (237,181,15). Sum of RGB (Red+Green+Blue) = 237+181+15=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB50F is #124AF0. Grayscale: #B3B3B3. Windows color (decimal): -1198833 or 1029613. OLE color: 1029613.
HSL color Cylindrical-coordinate representation of color #EDB50F: hue angle of 44.86º 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 #EDB50F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 15 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.07 |
| HSL | 44.86º | 0.88% | 0.49% | - |
| HSV(B) | 44.86º | 0.94% | 0.93% | - |
| XYZ | 51.54 | 51.09 | 7.6 | - |
| YUV | 178.82 | 35.55 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 15 | 0 | 0.24 | 0.94 | 0.07 | 44.86 | 0.88 | 0.49 |
| Hex | ED | B5 | F | 0 | 18 | 5E | 7 | 2D | 58 | 31 |
| Octal | 355 | 265 | 17 | 0 | 30 | 136 | 7 | 55 | 130 | 61 |
| Binary | 11101101 | 10110101 | 1111 | 0 | 11000 | 1011110 | 111 | 101101 | 1011000 | 110001 |
Color Harmonies of #EDB50F
Complementary color
Monochromatic Colors of #EDB50F
Black with #EDB50F
Text Example
Text Example
White with #EDB50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB50F; }
p { color: rgb(237,181,15); }
H1.HeaderClassName
{
color: #EDB50F;
}
.AnyTagClassName
{
color: #EDB50F;
}
</style>
background-color css
<style>
a { background-color: #EDB50F; }
a { background-color: rgb(237,181,15); }
div.DivClassName
{
background-color: #EDB50F;
}
.BgClassName
{
background-color: #EDB50F;
}
</style>
border-color css
<style>
span { border-color: #EDB50F; }
span { border-color: rgb(237,181,15); }
td.TdClassName
{
border-color: #EDB50F;
}
.TagClassName
{
border-color: #EDB50F;
}
</style>