Shades of Moon Yellow #EDC522
Tints of Moon Yellow #EDC522
RGB
CMYK
RGB Variations
Color information
#EDC522 (or 0xEDC522) is known color: Moon Yellow. HEX triplet: ED, C5 and 22. RGB value is (237,197,34). Sum of RGB (Red+Green+Blue) = 237+197+34=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 34 (13.67% from 255 or 7.26% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC522 is #123ADD. Grayscale: #BFBFBF. Windows color (decimal): -1194718 or 2278893. OLE color: 2278893.
HSL color Cylindrical-coordinate representation of color #EDC522: hue angle of 48.18º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDC522 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 34 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.07 |
| HSL | 48.18º | 0.85% | 0.53% | - |
| HSV(B) | 48.18º | 0.86% | 0.93% | - |
| XYZ | 55.18 | 58.05 | 9.81 | - |
| YUV | 190.38 | 39.75 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 34 | 0 | 0.17 | 0.86 | 0.07 | 48.18 | 0.85 | 0.53 |
| Hex | ED | C5 | 22 | 0 | 11 | 56 | 7 | 30 | 55 | 35 |
| Octal | 355 | 305 | 42 | 0 | 21 | 126 | 7 | 60 | 125 | 65 |
| Binary | 11101101 | 11000101 | 100010 | 0 | 10001 | 1010110 | 111 | 110000 | 1010101 | 110101 |
Color Harmonies of #EDC522
Complementary color
Monochromatic Colors of #EDC522
Black with #EDC522
Text Example
Text Example
White with #EDC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC522; }
p { color: rgb(237,197,34); }
H1.HeaderClassName
{
color: #EDC522;
}
.AnyTagClassName
{
color: #EDC522;
}
</style>
background-color css
<style>
a { background-color: #EDC522; }
a { background-color: rgb(237,197,34); }
div.DivClassName
{
background-color: #EDC522;
}
.BgClassName
{
background-color: #EDC522;
}
</style>
border-color css
<style>
span { border-color: #EDC522; }
span { border-color: rgb(237,197,34); }
td.TdClassName
{
border-color: #EDC522;
}
.TagClassName
{
border-color: #EDC522;
}
</style>