Shades of Moon Yellow #EDC30F
Tints of Moon Yellow #EDC30F
RGB
CMYK
RGB Variations
Color information
#EDC30F (or 0xEDC30F) is known color: Moon Yellow. HEX triplet: ED, C3 and 0F. RGB value is (237,195,15). Sum of RGB (Red+Green+Blue) = 237+195+15=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 15 (6.25% from 255 or 3.36% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC30F is #123CF0. Grayscale: #BBBBBB. Windows color (decimal): -1195249 or 1033197. OLE color: 1033197.
HSL color Cylindrical-coordinate representation of color #EDC30F: hue angle of 48.65º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDC30F is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 15 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.07 |
| HSL | 48.65º | 0.88% | 0.49% | - |
| HSV(B) | 48.65º | 0.94% | 0.93% | - |
| XYZ | 54.53 | 57.07 | 8.59 | - |
| YUV | 187.04 | 30.91 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 15 | 0 | 0.18 | 0.94 | 0.07 | 48.65 | 0.88 | 0.49 |
| Hex | ED | C3 | F | 0 | 12 | 5E | 7 | 31 | 58 | 31 |
| Octal | 355 | 303 | 17 | 0 | 22 | 136 | 7 | 61 | 130 | 61 |
| Binary | 11101101 | 11000011 | 1111 | 0 | 10010 | 1011110 | 111 | 110001 | 1011000 | 110001 |
Color Harmonies of #EDC30F
Complementary color
Monochromatic Colors of #EDC30F
Black with #EDC30F
Text Example
Text Example
White with #EDC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC30F; }
p { color: rgb(237,195,15); }
H1.HeaderClassName
{
color: #EDC30F;
}
.AnyTagClassName
{
color: #EDC30F;
}
</style>
background-color css
<style>
a { background-color: #EDC30F; }
a { background-color: rgb(237,195,15); }
div.DivClassName
{
background-color: #EDC30F;
}
.BgClassName
{
background-color: #EDC30F;
}
</style>
border-color css
<style>
span { border-color: #EDC30F; }
span { border-color: rgb(237,195,15); }
td.TdClassName
{
border-color: #EDC30F;
}
.TagClassName
{
border-color: #EDC30F;
}
</style>