Shades of Moon Yellow #EDC325
Tints of Moon Yellow #EDC325
RGB
CMYK
RGB Variations
Color information
#EDC325 (or 0xEDC325) is known color: Moon Yellow. HEX triplet: ED, C3 and 25. RGB value is (237,195,37). Sum of RGB (Red+Green+Blue) = 237+195+37=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 37 (14.84% from 255 or 7.89% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC325 is #123CDA. Grayscale: #BEBEBE. Windows color (decimal): -1195227 or 2474989. OLE color: 2474989.
HSL color Cylindrical-coordinate representation of color #EDC325: hue angle of 47.4º 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 #EDC325 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 37 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.07 |
| HSL | 47.4º | 0.85% | 0.54% | - |
| HSV(B) | 47.4º | 0.84% | 0.93% | - |
| XYZ | 54.77 | 57.17 | 9.9 | - |
| YUV | 189.55 | 41.91 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 37 | 0 | 0.18 | 0.84 | 0.07 | 47.4 | 0.85 | 0.54 |
| Hex | ED | C3 | 25 | 0 | 12 | 54 | 7 | 2F | 55 | 36 |
| Octal | 355 | 303 | 45 | 0 | 22 | 124 | 7 | 57 | 125 | 66 |
| Binary | 11101101 | 11000011 | 100101 | 0 | 10010 | 1010100 | 111 | 101111 | 1010101 | 110110 |
Color Harmonies of #EDC325
Complementary color
Monochromatic Colors of #EDC325
Black with #EDC325
Text Example
Text Example
White with #EDC325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC325; }
p { color: rgb(237,195,37); }
H1.HeaderClassName
{
color: #EDC325;
}
.AnyTagClassName
{
color: #EDC325;
}
</style>
background-color css
<style>
a { background-color: #EDC325; }
a { background-color: rgb(237,195,37); }
div.DivClassName
{
background-color: #EDC325;
}
.BgClassName
{
background-color: #EDC325;
}
</style>
border-color css
<style>
span { border-color: #EDC325; }
span { border-color: rgb(237,195,37); }
td.TdClassName
{
border-color: #EDC325;
}
.TagClassName
{
border-color: #EDC325;
}
</style>