Shades of Moon Yellow #EDB411
Tints of Moon Yellow #EDB411
RGB
CMYK
RGB Variations
Color information
#EDB411 (or 0xEDB411) is known color: Moon Yellow. HEX triplet: ED, B4 and 11. RGB value is (237,180,17). Sum of RGB (Red+Green+Blue) = 237+180+17=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB411 is #124BEE. Grayscale: #B3B3B3. Windows color (decimal): -1199087 or 1160429. OLE color: 1160429.
HSL color Cylindrical-coordinate representation of color #EDB411: hue angle of 44.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDB411 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 17 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.07 |
| HSL | 44.45º | 0.87% | 0.5% | - |
| HSV(B) | 44.45º | 0.93% | 0.93% | - |
| XYZ | 51.35 | 50.69 | 7.61 | - |
| YUV | 178.46 | 36.88 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 17 | 0 | 0.24 | 0.93 | 0.07 | 44.45 | 0.87 | 0.5 |
| Hex | ED | B4 | 11 | 0 | 18 | 5D | 7 | 2C | 57 | 32 |
| Octal | 355 | 264 | 21 | 0 | 30 | 135 | 7 | 54 | 127 | 62 |
| Binary | 11101101 | 10110100 | 10001 | 0 | 11000 | 1011101 | 111 | 101100 | 1010111 | 110010 |
Color Harmonies of #EDB411
Complementary color
Monochromatic Colors of #EDB411
Black with #EDB411
Text Example
Text Example
White with #EDB411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB411; }
p { color: rgb(237,180,17); }
H1.HeaderClassName
{
color: #EDB411;
}
.AnyTagClassName
{
color: #EDB411;
}
</style>
background-color css
<style>
a { background-color: #EDB411; }
a { background-color: rgb(237,180,17); }
div.DivClassName
{
background-color: #EDB411;
}
.BgClassName
{
background-color: #EDB411;
}
</style>
border-color css
<style>
span { border-color: #EDB411; }
span { border-color: rgb(237,180,17); }
td.TdClassName
{
border-color: #EDB411;
}
.TagClassName
{
border-color: #EDB411;
}
</style>