Shades of Moon Yellow #EDC423
Tints of Moon Yellow #EDC423
RGB
CMYK
RGB Variations
Color information
#EDC423 (or 0xEDC423) is known color: Moon Yellow. HEX triplet: ED, C4 and 23. RGB value is (237,196,35). Sum of RGB (Red+Green+Blue) = 237+196+35=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 35 (14.06% from 255 or 7.48% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC423 is #123BDC. Grayscale: #BEBEBE. Windows color (decimal): -1194973 or 2344173. OLE color: 2344173.
HSL color Cylindrical-coordinate representation of color #EDC423: hue angle of 47.82º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDC423 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 35 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.07 |
| HSL | 47.82º | 0.85% | 0.53% | - |
| HSV(B) | 47.82º | 0.85% | 0.93% | - |
| XYZ | 54.97 | 57.61 | 9.81 | - |
| YUV | 189.91 | 40.58 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 35 | 0 | 0.17 | 0.85 | 0.07 | 47.82 | 0.85 | 0.53 |
| Hex | ED | C4 | 23 | 0 | 11 | 55 | 7 | 30 | 55 | 35 |
| Octal | 355 | 304 | 43 | 0 | 21 | 125 | 7 | 60 | 125 | 65 |
| Binary | 11101101 | 11000100 | 100011 | 0 | 10001 | 1010101 | 111 | 110000 | 1010101 | 110101 |
Color Harmonies of #EDC423
Complementary color
Monochromatic Colors of #EDC423
Black with #EDC423
Text Example
Text Example
White with #EDC423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC423; }
p { color: rgb(237,196,35); }
H1.HeaderClassName
{
color: #EDC423;
}
.AnyTagClassName
{
color: #EDC423;
}
</style>
background-color css
<style>
a { background-color: #EDC423; }
a { background-color: rgb(237,196,35); }
div.DivClassName
{
background-color: #EDC423;
}
.BgClassName
{
background-color: #EDC423;
}
</style>
border-color css
<style>
span { border-color: #EDC423; }
span { border-color: rgb(237,196,35); }
td.TdClassName
{
border-color: #EDC423;
}
.TagClassName
{
border-color: #EDC423;
}
</style>