Shades of Moon Yellow #EDB417
Tints of Moon Yellow #EDB417
RGB
CMYK
RGB Variations
Color information
#EDB417 (or 0xEDB417) is known color: Moon Yellow. HEX triplet: ED, B4 and 17. RGB value is (237,180,23). Sum of RGB (Red+Green+Blue) = 237+180+23=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 23 (9.38% from 255 or 5.23% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB417 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB417 is #124BE8. Grayscale: #B3B3B3. Windows color (decimal): -1199081 or 1553645. OLE color: 1553645.
HSL color Cylindrical-coordinate representation of color #EDB417: hue angle of 44.02º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDB417 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 23 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.07 |
| HSL | 44.02º | 0.86% | 0.51% | - |
| HSV(B) | 44.02º | 0.9% | 0.93% | - |
| XYZ | 51.4 | 50.71 | 7.89 | - |
| YUV | 179.15 | 39.88 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 23 | 0 | 0.24 | 0.90 | 0.07 | 44.02 | 0.86 | 0.51 |
| Hex | ED | B4 | 17 | 0 | 18 | 5A | 7 | 2C | 56 | 33 |
| Octal | 355 | 264 | 27 | 0 | 30 | 132 | 7 | 54 | 126 | 63 |
| Binary | 11101101 | 10110100 | 10111 | 0 | 11000 | 1011010 | 111 | 101100 | 1010110 | 110011 |
Color Harmonies of #EDB417
Complementary color
Monochromatic Colors of #EDB417
Black with #EDB417
Text Example
Text Example
White with #EDB417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB417; }
p { color: rgb(237,180,23); }
H1.HeaderClassName
{
color: #EDB417;
}
.AnyTagClassName
{
color: #EDB417;
}
</style>
background-color css
<style>
a { background-color: #EDB417; }
a { background-color: rgb(237,180,23); }
div.DivClassName
{
background-color: #EDB417;
}
.BgClassName
{
background-color: #EDB417;
}
</style>
border-color css
<style>
span { border-color: #EDB417; }
span { border-color: rgb(237,180,23); }
td.TdClassName
{
border-color: #EDB417;
}
.TagClassName
{
border-color: #EDB417;
}
</style>