Shades of Moon Yellow #EDB416
Tints of Moon Yellow #EDB416
RGB
CMYK
RGB Variations
Color information
#EDB416 (or 0xEDB416) is known color: Moon Yellow. HEX triplet: ED, B4 and 16. RGB value is (237,180,22). Sum of RGB (Red+Green+Blue) = 237+180+22=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB416 is #124BE9. Grayscale: #B3B3B3. Windows color (decimal): -1199082 or 1488109. OLE color: 1488109.
HSL color Cylindrical-coordinate representation of color #EDB416: hue angle of 44.09º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDB416 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.07 |
| HSL | 44.09º | 0.86% | 0.51% | - |
| HSV(B) | 44.09º | 0.91% | 0.93% | - |
| XYZ | 51.39 | 50.7 | 7.84 | - |
| YUV | 179.03 | 39.38 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 22 | 0 | 0.24 | 0.91 | 0.07 | 44.09 | 0.86 | 0.51 |
| Hex | ED | B4 | 16 | 0 | 18 | 5B | 7 | 2C | 56 | 33 |
| Octal | 355 | 264 | 26 | 0 | 30 | 133 | 7 | 54 | 126 | 63 |
| Binary | 11101101 | 10110100 | 10110 | 0 | 11000 | 1011011 | 111 | 101100 | 1010110 | 110011 |
Color Harmonies of #EDB416
Complementary color
Monochromatic Colors of #EDB416
Black with #EDB416
Text Example
Text Example
White with #EDB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB416; }
p { color: rgb(237,180,22); }
H1.HeaderClassName
{
color: #EDB416;
}
.AnyTagClassName
{
color: #EDB416;
}
</style>
background-color css
<style>
a { background-color: #EDB416; }
a { background-color: rgb(237,180,22); }
div.DivClassName
{
background-color: #EDB416;
}
.BgClassName
{
background-color: #EDB416;
}
</style>
border-color css
<style>
span { border-color: #EDB416; }
span { border-color: rgb(237,180,22); }
td.TdClassName
{
border-color: #EDB416;
}
.TagClassName
{
border-color: #EDB416;
}
</style>