Shades of Moon Yellow #EDC225
Tints of Moon Yellow #EDC225
RGB
CMYK
RGB Variations
Color information
#EDC225 (or 0xEDC225) is known color: Moon Yellow. HEX triplet: ED, C2 and 25. RGB value is (237,194,37). Sum of RGB (Red+Green+Blue) = 237+194+37=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC225 is #123DDA. Grayscale: #BDBDBD. Windows color (decimal): -1195483 or 2474733. OLE color: 2474733.
HSL color Cylindrical-coordinate representation of color #EDC225: hue angle of 47.1º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDC225 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 37 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.07 |
| HSL | 47.1º | 0.85% | 0.54% | - |
| HSV(B) | 47.1º | 0.84% | 0.93% | - |
| XYZ | 54.55 | 56.72 | 9.82 | - |
| YUV | 188.96 | 42.25 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 37 | 0 | 0.18 | 0.84 | 0.07 | 47.1 | 0.85 | 0.54 |
| Hex | ED | C2 | 25 | 0 | 12 | 54 | 7 | 2F | 55 | 36 |
| Octal | 355 | 302 | 45 | 0 | 22 | 124 | 7 | 57 | 125 | 66 |
| Binary | 11101101 | 11000010 | 100101 | 0 | 10010 | 1010100 | 111 | 101111 | 1010101 | 110110 |
Color Harmonies of #EDC225
Complementary color
Monochromatic Colors of #EDC225
Black with #EDC225
Text Example
Text Example
White with #EDC225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC225; }
p { color: rgb(237,194,37); }
H1.HeaderClassName
{
color: #EDC225;
}
.AnyTagClassName
{
color: #EDC225;
}
</style>
background-color css
<style>
a { background-color: #EDC225; }
a { background-color: rgb(237,194,37); }
div.DivClassName
{
background-color: #EDC225;
}
.BgClassName
{
background-color: #EDC225;
}
</style>
border-color css
<style>
span { border-color: #EDC225; }
span { border-color: rgb(237,194,37); }
td.TdClassName
{
border-color: #EDC225;
}
.TagClassName
{
border-color: #EDC225;
}
</style>