Shades of Moon Yellow #EDB70F
Tints of Moon Yellow #EDB70F
RGB
CMYK
RGB Variations
Color information
#EDB70F (or 0xEDB70F) is known color: Moon Yellow. HEX triplet: ED, B7 and 0F. RGB value is (237,183,15). Sum of RGB (Red+Green+Blue) = 237+183+15=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB70F is #1248F0. Grayscale: #B4B4B4. Windows color (decimal): -1198321 or 1030125. OLE color: 1030125.
HSL color Cylindrical-coordinate representation of color #EDB70F: hue angle of 45.41º 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 #EDB70F is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 15 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.07 |
| HSL | 45.41º | 0.88% | 0.49% | - |
| HSV(B) | 45.41º | 0.94% | 0.93% | - |
| XYZ | 51.94 | 51.91 | 7.73 | - |
| YUV | 179.99 | 34.89 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 15 | 0 | 0.23 | 0.94 | 0.07 | 45.41 | 0.88 | 0.49 |
| Hex | ED | B7 | F | 0 | 17 | 5E | 7 | 2D | 58 | 31 |
| Octal | 355 | 267 | 17 | 0 | 27 | 136 | 7 | 55 | 130 | 61 |
| Binary | 11101101 | 10110111 | 1111 | 0 | 10111 | 1011110 | 111 | 101101 | 1011000 | 110001 |
Color Harmonies of #EDB70F
Complementary color
Monochromatic Colors of #EDB70F
Black with #EDB70F
Text Example
Text Example
White with #EDB70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB70F; }
p { color: rgb(237,183,15); }
H1.HeaderClassName
{
color: #EDB70F;
}
.AnyTagClassName
{
color: #EDB70F;
}
</style>
background-color css
<style>
a { background-color: #EDB70F; }
a { background-color: rgb(237,183,15); }
div.DivClassName
{
background-color: #EDB70F;
}
.BgClassName
{
background-color: #EDB70F;
}
</style>
border-color css
<style>
span { border-color: #EDB70F; }
span { border-color: rgb(237,183,15); }
td.TdClassName
{
border-color: #EDB70F;
}
.TagClassName
{
border-color: #EDB70F;
}
</style>