Shades of Moon Yellow #EDBC0F
Tints of Moon Yellow #EDBC0F
RGB
CMYK
RGB Variations
Color information
#EDBC0F (or 0xEDBC0F) is known color: Moon Yellow. HEX triplet: ED, BC and 0F. RGB value is (237,188,15). Sum of RGB (Red+Green+Blue) = 237+188+15=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBC0F is #1243F0. Grayscale: #B7B7B7. Windows color (decimal): -1197041 or 1031405. OLE color: 1031405.
HSL color Cylindrical-coordinate representation of color #EDBC0F: hue angle of 46.76º degrees, saturation: 0.88, 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 #EDBC0F is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 15 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.07 |
| HSL | 46.76º | 0.88% | 0.49% | - |
| HSV(B) | 46.76º | 0.94% | 0.93% | - |
| XYZ | 52.99 | 54.01 | 8.08 | - |
| YUV | 182.93 | 33.23 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 15 | 0 | 0.21 | 0.94 | 0.07 | 46.76 | 0.88 | 0.49 |
| Hex | ED | BC | F | 0 | 15 | 5E | 7 | 2F | 58 | 31 |
| Octal | 355 | 274 | 17 | 0 | 25 | 136 | 7 | 57 | 130 | 61 |
| Binary | 11101101 | 10111100 | 1111 | 0 | 10101 | 1011110 | 111 | 101111 | 1011000 | 110001 |
Color Harmonies of #EDBC0F
Complementary color
Monochromatic Colors of #EDBC0F
Black with #EDBC0F
Text Example
Text Example
White with #EDBC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC0F; }
p { color: rgb(237,188,15); }
H1.HeaderClassName
{
color: #EDBC0F;
}
.AnyTagClassName
{
color: #EDBC0F;
}
</style>
background-color css
<style>
a { background-color: #EDBC0F; }
a { background-color: rgb(237,188,15); }
div.DivClassName
{
background-color: #EDBC0F;
}
.BgClassName
{
background-color: #EDBC0F;
}
</style>
border-color css
<style>
span { border-color: #EDBC0F; }
span { border-color: rgb(237,188,15); }
td.TdClassName
{
border-color: #EDBC0F;
}
.TagClassName
{
border-color: #EDBC0F;
}
</style>