Shades of Moon Yellow #EDC01A
Tints of Moon Yellow #EDC01A
RGB
CMYK
RGB Variations
Color information
#EDC01A (or 0xEDC01A) is known color: Moon Yellow. HEX triplet: ED, C0 and 1A. RGB value is (237,192,26). Sum of RGB (Red+Green+Blue) = 237+192+26=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 26 (10.55% from 255 or 5.71% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC01A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC01A is #123FE5. Grayscale: #BBBBBB. Windows color (decimal): -1196006 or 1753325. OLE color: 1753325.
HSL color Cylindrical-coordinate representation of color #EDC01A: hue angle of 47.2º 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 #EDC01A is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 26 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.07 |
| HSL | 47.2º | 0.85% | 0.52% | - |
| HSV(B) | 47.2º | 0.89% | 0.93% | - |
| XYZ | 53.96 | 55.78 | 8.9 | - |
| YUV | 186.53 | 37.41 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 26 | 0 | 0.19 | 0.89 | 0.07 | 47.2 | 0.85 | 0.52 |
| Hex | ED | C0 | 1A | 0 | 13 | 59 | 7 | 2F | 55 | 34 |
| Octal | 355 | 300 | 32 | 0 | 23 | 131 | 7 | 57 | 125 | 64 |
| Binary | 11101101 | 11000000 | 11010 | 0 | 10011 | 1011001 | 111 | 101111 | 1010101 | 110100 |
Color Harmonies of #EDC01A
Complementary color
Monochromatic Colors of #EDC01A
Black with #EDC01A
Text Example
Text Example
White with #EDC01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC01A; }
p { color: rgb(237,192,26); }
H1.HeaderClassName
{
color: #EDC01A;
}
.AnyTagClassName
{
color: #EDC01A;
}
</style>
background-color css
<style>
a { background-color: #EDC01A; }
a { background-color: rgb(237,192,26); }
div.DivClassName
{
background-color: #EDC01A;
}
.BgClassName
{
background-color: #EDC01A;
}
</style>
border-color css
<style>
span { border-color: #EDC01A; }
span { border-color: rgb(237,192,26); }
td.TdClassName
{
border-color: #EDC01A;
}
.TagClassName
{
border-color: #EDC01A;
}
</style>