Shades of Moon Yellow #EDBC18
Tints of Moon Yellow #EDBC18
RGB
CMYK
RGB Variations
Color information
#EDBC18 (or 0xEDBC18) is known color: Moon Yellow. HEX triplet: ED, BC and 18. RGB value is (237,188,24). Sum of RGB (Red+Green+Blue) = 237+188+24=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 24 (9.77% from 255 or 5.35% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBC18 is #1243E7. Grayscale: #B8B8B8. Windows color (decimal): -1197032 or 1621229. OLE color: 1621229.
HSL color Cylindrical-coordinate representation of color #EDBC18: hue angle of 46.2º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDBC18 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 24 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.07 |
| HSL | 46.2º | 0.86% | 0.51% | - |
| HSV(B) | 46.2º | 0.9% | 0.93% | - |
| XYZ | 53.07 | 54.04 | 8.5 | - |
| YUV | 183.96 | 37.73 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 24 | 0 | 0.21 | 0.90 | 0.07 | 46.2 | 0.86 | 0.51 |
| Hex | ED | BC | 18 | 0 | 15 | 5A | 7 | 2E | 56 | 33 |
| Octal | 355 | 274 | 30 | 0 | 25 | 132 | 7 | 56 | 126 | 63 |
| Binary | 11101101 | 10111100 | 11000 | 0 | 10101 | 1011010 | 111 | 101110 | 1010110 | 110011 |
Color Harmonies of #EDBC18
Complementary color
Monochromatic Colors of #EDBC18
Black with #EDBC18
Text Example
Text Example
White with #EDBC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC18; }
p { color: rgb(237,188,24); }
H1.HeaderClassName
{
color: #EDBC18;
}
.AnyTagClassName
{
color: #EDBC18;
}
</style>
background-color css
<style>
a { background-color: #EDBC18; }
a { background-color: rgb(237,188,24); }
div.DivClassName
{
background-color: #EDBC18;
}
.BgClassName
{
background-color: #EDBC18;
}
</style>
border-color css
<style>
span { border-color: #EDBC18; }
span { border-color: rgb(237,188,24); }
td.TdClassName
{
border-color: #EDBC18;
}
.TagClassName
{
border-color: #EDBC18;
}
</style>