Shades of Moon Yellow #EDBC11
Tints of Moon Yellow #EDBC11
RGB
CMYK
RGB Variations
Color information
#EDBC11 (or 0xEDBC11) is known color: Moon Yellow. HEX triplet: ED, BC and 11. RGB value is (237,188,17). Sum of RGB (Red+Green+Blue) = 237+188+17=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 17 (7.03% from 255 or 3.85% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBC11 is #1243EE. Grayscale: #B7B7B7. Windows color (decimal): -1197039 or 1162477. OLE color: 1162477.
HSL color Cylindrical-coordinate representation of color #EDBC11: hue angle of 46.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDBC11 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 17 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.07 |
| HSL | 46.64º | 0.87% | 0.5% | - |
| HSV(B) | 46.64º | 0.93% | 0.93% | - |
| XYZ | 53.01 | 54.01 | 8.16 | - |
| YUV | 183.16 | 34.23 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 17 | 0 | 0.21 | 0.93 | 0.07 | 46.64 | 0.87 | 0.5 |
| Hex | ED | BC | 11 | 0 | 15 | 5D | 7 | 2F | 57 | 32 |
| Octal | 355 | 274 | 21 | 0 | 25 | 135 | 7 | 57 | 127 | 62 |
| Binary | 11101101 | 10111100 | 10001 | 0 | 10101 | 1011101 | 111 | 101111 | 1010111 | 110010 |
Color Harmonies of #EDBC11
Complementary color
Monochromatic Colors of #EDBC11
Black with #EDBC11
Text Example
Text Example
White with #EDBC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC11; }
p { color: rgb(237,188,17); }
H1.HeaderClassName
{
color: #EDBC11;
}
.AnyTagClassName
{
color: #EDBC11;
}
</style>
background-color css
<style>
a { background-color: #EDBC11; }
a { background-color: rgb(237,188,17); }
div.DivClassName
{
background-color: #EDBC11;
}
.BgClassName
{
background-color: #EDBC11;
}
</style>
border-color css
<style>
span { border-color: #EDBC11; }
span { border-color: rgb(237,188,17); }
td.TdClassName
{
border-color: #EDBC11;
}
.TagClassName
{
border-color: #EDBC11;
}
</style>