Shades of Moon Yellow #EDC01B
Tints of Moon Yellow #EDC01B
RGB
CMYK
RGB Variations
Color information
#EDC01B (or 0xEDC01B) is known color: Moon Yellow. HEX triplet: ED, C0 and 1B. RGB value is (237,192,27). Sum of RGB (Red+Green+Blue) = 237+192+27=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 27 (10.94% from 255 or 5.92% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC01B is #123FE4. Grayscale: #BBBBBB. Windows color (decimal): -1196005 or 1818861. OLE color: 1818861.
HSL color Cylindrical-coordinate representation of color #EDC01B: hue angle of 47.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDC01B is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 27 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.07 |
| HSL | 47.14º | 0.85% | 0.52% | - |
| HSV(B) | 47.14º | 0.89% | 0.93% | - |
| XYZ | 53.97 | 55.78 | 8.96 | - |
| YUV | 186.65 | 37.91 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 27 | 0 | 0.19 | 0.89 | 0.07 | 47.14 | 0.85 | 0.52 |
| Hex | ED | C0 | 1B | 0 | 13 | 59 | 7 | 2F | 55 | 34 |
| Octal | 355 | 300 | 33 | 0 | 23 | 131 | 7 | 57 | 125 | 64 |
| Binary | 11101101 | 11000000 | 11011 | 0 | 10011 | 1011001 | 111 | 101111 | 1010101 | 110100 |
Color Harmonies of #EDC01B
Complementary color
Monochromatic Colors of #EDC01B
Black with #EDC01B
Text Example
Text Example
White with #EDC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC01B; }
p { color: rgb(237,192,27); }
H1.HeaderClassName
{
color: #EDC01B;
}
.AnyTagClassName
{
color: #EDC01B;
}
</style>
background-color css
<style>
a { background-color: #EDC01B; }
a { background-color: rgb(237,192,27); }
div.DivClassName
{
background-color: #EDC01B;
}
.BgClassName
{
background-color: #EDC01B;
}
</style>
border-color css
<style>
span { border-color: #EDC01B; }
span { border-color: rgb(237,192,27); }
td.TdClassName
{
border-color: #EDC01B;
}
.TagClassName
{
border-color: #EDC01B;
}
</style>