Shades of Moon Yellow #EDC30D
Tints of Moon Yellow #EDC30D
RGB
CMYK
RGB Variations
Color information
#EDC30D (or 0xEDC30D) is known color: Moon Yellow. HEX triplet: ED, C3 and 0D. RGB value is (237,195,13). Sum of RGB (Red+Green+Blue) = 237+195+13=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC30D is #123CF2. Grayscale: #BBBBBB. Windows color (decimal): -1195251 or 902125. OLE color: 902125.
HSL color Cylindrical-coordinate representation of color #EDC30D: hue angle of 48.75º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDC30D is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 13 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.07 |
| HSL | 48.75º | 0.9% | 0.49% | - |
| HSV(B) | 48.75º | 0.95% | 0.93% | - |
| XYZ | 54.51 | 57.06 | 8.52 | - |
| YUV | 186.81 | 29.91 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 13 | 0 | 0.18 | 0.95 | 0.07 | 48.75 | 0.9 | 0.49 |
| Hex | ED | C3 | D | 0 | 12 | 5F | 7 | 31 | 5A | 31 |
| Octal | 355 | 303 | 15 | 0 | 22 | 137 | 7 | 61 | 132 | 61 |
| Binary | 11101101 | 11000011 | 1101 | 0 | 10010 | 1011111 | 111 | 110001 | 1011010 | 110001 |
Color Harmonies of #EDC30D
Complementary color
Monochromatic Colors of #EDC30D
Black with #EDC30D
Text Example
Text Example
White with #EDC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC30D; }
p { color: rgb(237,195,13); }
H1.HeaderClassName
{
color: #EDC30D;
}
.AnyTagClassName
{
color: #EDC30D;
}
</style>
background-color css
<style>
a { background-color: #EDC30D; }
a { background-color: rgb(237,195,13); }
div.DivClassName
{
background-color: #EDC30D;
}
.BgClassName
{
background-color: #EDC30D;
}
</style>
border-color css
<style>
span { border-color: #EDC30D; }
span { border-color: rgb(237,195,13); }
td.TdClassName
{
border-color: #EDC30D;
}
.TagClassName
{
border-color: #EDC30D;
}
</style>