Shades of Moon Yellow #EDC625
Tints of Moon Yellow #EDC625
RGB
CMYK
RGB Variations
Color information
#EDC625 (or 0xEDC625) is known color: Moon Yellow. HEX triplet: ED, C6 and 25. RGB value is (237,198,37). Sum of RGB (Red+Green+Blue) = 237+198+37=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 37 (14.84% from 255 or 7.84% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC625 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC625 is #1239DA. Grayscale: #BFBFBF. Windows color (decimal): -1194459 or 2475757. OLE color: 2475757.
HSL color Cylindrical-coordinate representation of color #EDC625: hue angle of 48.3º 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 #EDC625 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 37 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.07 |
| HSL | 48.3º | 0.85% | 0.54% | - |
| HSV(B) | 48.3º | 0.84% | 0.93% | - |
| XYZ | 55.45 | 58.53 | 10.12 | - |
| YUV | 191.31 | 40.92 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 37 | 0 | 0.16 | 0.84 | 0.07 | 48.3 | 0.85 | 0.54 |
| Hex | ED | C6 | 25 | 0 | 10 | 54 | 7 | 30 | 55 | 36 |
| Octal | 355 | 306 | 45 | 0 | 20 | 124 | 7 | 60 | 125 | 66 |
| Binary | 11101101 | 11000110 | 100101 | 0 | 10000 | 1010100 | 111 | 110000 | 1010101 | 110110 |
Color Harmonies of #EDC625
Complementary color
Monochromatic Colors of #EDC625
Black with #EDC625
Text Example
Text Example
White with #EDC625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC625; }
p { color: rgb(237,198,37); }
H1.HeaderClassName
{
color: #EDC625;
}
.AnyTagClassName
{
color: #EDC625;
}
</style>
background-color css
<style>
a { background-color: #EDC625; }
a { background-color: rgb(237,198,37); }
div.DivClassName
{
background-color: #EDC625;
}
.BgClassName
{
background-color: #EDC625;
}
</style>
border-color css
<style>
span { border-color: #EDC625; }
span { border-color: rgb(237,198,37); }
td.TdClassName
{
border-color: #EDC625;
}
.TagClassName
{
border-color: #EDC625;
}
</style>