Shades of Moon Yellow #EDBC0E
Tints of Moon Yellow #EDBC0E
RGB
CMYK
RGB Variations
Color information
#EDBC0E (or 0xEDBC0E) is known color: Moon Yellow. HEX triplet: ED, BC and 0E. RGB value is (237,188,14). Sum of RGB (Red+Green+Blue) = 237+188+14=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBC0E is #1243F1. Grayscale: #B7B7B7. Windows color (decimal): -1197042 or 965869. OLE color: 965869.
HSL color Cylindrical-coordinate representation of color #EDBC0E: hue angle of 46.82º 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 #EDBC0E is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 14 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.07 |
| HSL | 46.82º | 0.89% | 0.49% | - |
| HSV(B) | 46.82º | 0.94% | 0.93% | - |
| XYZ | 52.99 | 54 | 8.05 | - |
| YUV | 182.82 | 32.73 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 14 | 0 | 0.21 | 0.94 | 0.07 | 46.82 | 0.89 | 0.49 |
| Hex | ED | BC | E | 0 | 15 | 5E | 7 | 2F | 59 | 31 |
| Octal | 355 | 274 | 16 | 0 | 25 | 136 | 7 | 57 | 131 | 61 |
| Binary | 11101101 | 10111100 | 1110 | 0 | 10101 | 1011110 | 111 | 101111 | 1011001 | 110001 |
Color Harmonies of #EDBC0E
Complementary color
Monochromatic Colors of #EDBC0E
Black with #EDBC0E
Text Example
Text Example
White with #EDBC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC0E; }
p { color: rgb(237,188,14); }
H1.HeaderClassName
{
color: #EDBC0E;
}
.AnyTagClassName
{
color: #EDBC0E;
}
</style>
background-color css
<style>
a { background-color: #EDBC0E; }
a { background-color: rgb(237,188,14); }
div.DivClassName
{
background-color: #EDBC0E;
}
.BgClassName
{
background-color: #EDBC0E;
}
</style>
border-color css
<style>
span { border-color: #EDBC0E; }
span { border-color: rgb(237,188,14); }
td.TdClassName
{
border-color: #EDBC0E;
}
.TagClassName
{
border-color: #EDBC0E;
}
</style>