Shades of Moon Yellow #EDB60E
Tints of Moon Yellow #EDB60E
RGB
CMYK
RGB Variations
Color information
#EDB60E (or 0xEDB60E) is known color: Moon Yellow. HEX triplet: ED, B6 and 0E. RGB value is (237,182,14). Sum of RGB (Red+Green+Blue) = 237+182+14=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB60E is #1249F1. Grayscale: #B4B4B4. Windows color (decimal): -1198578 or 964333. OLE color: 964333.
HSL color Cylindrical-coordinate representation of color #EDB60E: hue angle of 45.2º 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 #EDB60E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 14 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.07 |
| HSL | 45.2º | 0.89% | 0.49% | - |
| HSV(B) | 45.2º | 0.94% | 0.93% | - |
| XYZ | 51.73 | 51.49 | 7.63 | - |
| YUV | 179.29 | 34.72 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 14 | 0 | 0.23 | 0.94 | 0.07 | 45.2 | 0.89 | 0.49 |
| Hex | ED | B6 | E | 0 | 17 | 5E | 7 | 2D | 59 | 31 |
| Octal | 355 | 266 | 16 | 0 | 27 | 136 | 7 | 55 | 131 | 61 |
| Binary | 11101101 | 10110110 | 1110 | 0 | 10111 | 1011110 | 111 | 101101 | 1011001 | 110001 |
Color Harmonies of #EDB60E
Complementary color
Monochromatic Colors of #EDB60E
Black with #EDB60E
Text Example
Text Example
White with #EDB60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB60E; }
p { color: rgb(237,182,14); }
H1.HeaderClassName
{
color: #EDB60E;
}
.AnyTagClassName
{
color: #EDB60E;
}
</style>
background-color css
<style>
a { background-color: #EDB60E; }
a { background-color: rgb(237,182,14); }
div.DivClassName
{
background-color: #EDB60E;
}
.BgClassName
{
background-color: #EDB60E;
}
</style>
border-color css
<style>
span { border-color: #EDB60E; }
span { border-color: rgb(237,182,14); }
td.TdClassName
{
border-color: #EDB60E;
}
.TagClassName
{
border-color: #EDB60E;
}
</style>