Shades of Moon Yellow #EDB91E
Tints of Moon Yellow #EDB91E
RGB
CMYK
RGB Variations
Color information
#EDB91E (or 0xEDB91E) is known color: Moon Yellow. HEX triplet: ED, B9 and 1E. RGB value is (237,185,30). Sum of RGB (Red+Green+Blue) = 237+185+30=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 30 (12.11% from 255 or 6.64% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB91E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB91E is #1246E1. Grayscale: #B7B7B7. Windows color (decimal): -1197794 or 2013677. OLE color: 2013677.
HSL color Cylindrical-coordinate representation of color #EDB91E: hue angle of 44.93º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDB91E is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 30 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.07 |
| HSL | 44.93º | 0.85% | 0.52% | - |
| HSV(B) | 44.93º | 0.87% | 0.93% | - |
| XYZ | 52.51 | 52.8 | 8.65 | - |
| YUV | 182.88 | 41.73 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 30 | 0 | 0.22 | 0.87 | 0.07 | 44.93 | 0.85 | 0.52 |
| Hex | ED | B9 | 1E | 0 | 16 | 57 | 7 | 2D | 55 | 34 |
| Octal | 355 | 271 | 36 | 0 | 26 | 127 | 7 | 55 | 125 | 64 |
| Binary | 11101101 | 10111001 | 11110 | 0 | 10110 | 1010111 | 111 | 101101 | 1010101 | 110100 |
Color Harmonies of #EDB91E
Complementary color
Monochromatic Colors of #EDB91E
Black with #EDB91E
Text Example
Text Example
White with #EDB91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB91E; }
p { color: rgb(237,185,30); }
H1.HeaderClassName
{
color: #EDB91E;
}
.AnyTagClassName
{
color: #EDB91E;
}
</style>
background-color css
<style>
a { background-color: #EDB91E; }
a { background-color: rgb(237,185,30); }
div.DivClassName
{
background-color: #EDB91E;
}
.BgClassName
{
background-color: #EDB91E;
}
</style>
border-color css
<style>
span { border-color: #EDB91E; }
span { border-color: rgb(237,185,30); }
td.TdClassName
{
border-color: #EDB91E;
}
.TagClassName
{
border-color: #EDB91E;
}
</style>