Shades of Moon Yellow #EDBC16
Tints of Moon Yellow #EDBC16
RGB
CMYK
RGB Variations
Color information
#EDBC16 (or 0xEDBC16) is known color: Moon Yellow. HEX triplet: ED, BC and 16. RGB value is (237,188,22). Sum of RGB (Red+Green+Blue) = 237+188+22=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBC16 is #1243E9. Grayscale: #B8B8B8. Windows color (decimal): -1197034 or 1490157. OLE color: 1490157.
HSL color Cylindrical-coordinate representation of color #EDBC16: hue angle of 46.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDBC16 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.07 |
| HSL | 46.33º | 0.86% | 0.51% | - |
| HSV(B) | 46.33º | 0.91% | 0.93% | - |
| XYZ | 53.05 | 54.03 | 8.39 | - |
| YUV | 183.73 | 36.73 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 22 | 0 | 0.21 | 0.91 | 0.07 | 46.33 | 0.86 | 0.51 |
| Hex | ED | BC | 16 | 0 | 15 | 5B | 7 | 2E | 56 | 33 |
| Octal | 355 | 274 | 26 | 0 | 25 | 133 | 7 | 56 | 126 | 63 |
| Binary | 11101101 | 10111100 | 10110 | 0 | 10101 | 1011011 | 111 | 101110 | 1010110 | 110011 |
Color Harmonies of #EDBC16
Complementary color
Monochromatic Colors of #EDBC16
Black with #EDBC16
Text Example
Text Example
White with #EDBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC16; }
p { color: rgb(237,188,22); }
H1.HeaderClassName
{
color: #EDBC16;
}
.AnyTagClassName
{
color: #EDBC16;
}
</style>
background-color css
<style>
a { background-color: #EDBC16; }
a { background-color: rgb(237,188,22); }
div.DivClassName
{
background-color: #EDBC16;
}
.BgClassName
{
background-color: #EDBC16;
}
</style>
border-color css
<style>
span { border-color: #EDBC16; }
span { border-color: rgb(237,188,22); }
td.TdClassName
{
border-color: #EDBC16;
}
.TagClassName
{
border-color: #EDBC16;
}
</style>