Shades of Moon Yellow #EDB70E
Tints of Moon Yellow #EDB70E
RGB
CMYK
RGB Variations
Color information
#EDB70E (or 0xEDB70E) is known color: Moon Yellow. HEX triplet: ED, B7 and 0E. RGB value is (237,183,14). Sum of RGB (Red+Green+Blue) = 237+183+14=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB70E is #1248F1. Grayscale: #B4B4B4. Windows color (decimal): -1198322 or 964589. OLE color: 964589.
HSL color Cylindrical-coordinate representation of color #EDB70E: hue angle of 45.47º 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 #EDB70E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 14 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.07 |
| HSL | 45.47º | 0.89% | 0.49% | - |
| HSV(B) | 45.47º | 0.94% | 0.93% | - |
| XYZ | 51.94 | 51.9 | 7.7 | - |
| YUV | 179.88 | 34.39 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 14 | 0 | 0.23 | 0.94 | 0.07 | 45.47 | 0.89 | 0.49 |
| Hex | ED | B7 | E | 0 | 17 | 5E | 7 | 2D | 59 | 31 |
| Octal | 355 | 267 | 16 | 0 | 27 | 136 | 7 | 55 | 131 | 61 |
| Binary | 11101101 | 10110111 | 1110 | 0 | 10111 | 1011110 | 111 | 101101 | 1011001 | 110001 |
Color Harmonies of #EDB70E
Complementary color
Monochromatic Colors of #EDB70E
Black with #EDB70E
Text Example
Text Example
White with #EDB70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB70E; }
p { color: rgb(237,183,14); }
H1.HeaderClassName
{
color: #EDB70E;
}
.AnyTagClassName
{
color: #EDB70E;
}
</style>
background-color css
<style>
a { background-color: #EDB70E; }
a { background-color: rgb(237,183,14); }
div.DivClassName
{
background-color: #EDB70E;
}
.BgClassName
{
background-color: #EDB70E;
}
</style>
border-color css
<style>
span { border-color: #EDB70E; }
span { border-color: rgb(237,183,14); }
td.TdClassName
{
border-color: #EDB70E;
}
.TagClassName
{
border-color: #EDB70E;
}
</style>