Shades of Moon Yellow #EDC01D
Tints of Moon Yellow #EDC01D
RGB
CMYK
RGB Variations
Color information
#EDC01D (or 0xEDC01D) is known color: Moon Yellow. HEX triplet: ED, C0 and 1D. RGB value is (237,192,29). Sum of RGB (Red+Green+Blue) = 237+192+29=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 29 (11.72% from 255 or 6.33% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC01D is #123FE2. Grayscale: #BBBBBB. Windows color (decimal): -1196003 or 1949933. OLE color: 1949933.
HSL color Cylindrical-coordinate representation of color #EDC01D: hue angle of 47.02º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDC01D is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 29 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.07 |
| HSL | 47.02º | 0.85% | 0.52% | - |
| HSV(B) | 47.02º | 0.88% | 0.93% | - |
| XYZ | 54 | 55.79 | 9.09 | - |
| YUV | 186.87 | 38.91 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 29 | 0 | 0.19 | 0.88 | 0.07 | 47.02 | 0.85 | 0.52 |
| Hex | ED | C0 | 1D | 0 | 13 | 58 | 7 | 2F | 55 | 34 |
| Octal | 355 | 300 | 35 | 0 | 23 | 130 | 7 | 57 | 125 | 64 |
| Binary | 11101101 | 11000000 | 11101 | 0 | 10011 | 1011000 | 111 | 101111 | 1010101 | 110100 |
Color Harmonies of #EDC01D
Complementary color
Monochromatic Colors of #EDC01D
Black with #EDC01D
Text Example
Text Example
White with #EDC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC01D; }
p { color: rgb(237,192,29); }
H1.HeaderClassName
{
color: #EDC01D;
}
.AnyTagClassName
{
color: #EDC01D;
}
</style>
background-color css
<style>
a { background-color: #EDC01D; }
a { background-color: rgb(237,192,29); }
div.DivClassName
{
background-color: #EDC01D;
}
.BgClassName
{
background-color: #EDC01D;
}
</style>
border-color css
<style>
span { border-color: #EDC01D; }
span { border-color: rgb(237,192,29); }
td.TdClassName
{
border-color: #EDC01D;
}
.TagClassName
{
border-color: #EDC01D;
}
</style>