Shades of Moon Yellow #EDC31C
Tints of Moon Yellow #EDC31C
RGB
CMYK
RGB Variations
Color information
#EDC31C (or 0xEDC31C) is known color: Moon Yellow. HEX triplet: ED, C3 and 1C. RGB value is (237,195,28). Sum of RGB (Red+Green+Blue) = 237+195+28=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 28 (11.33% from 255 or 6.09% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC31C is #123CE3. Grayscale: #BDBDBD. Windows color (decimal): -1195236 or 1885165. OLE color: 1885165.
HSL color Cylindrical-coordinate representation of color #EDC31C: hue angle of 47.94º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDC31C is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 28 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.07 |
| HSL | 47.94º | 0.85% | 0.52% | - |
| HSV(B) | 47.94º | 0.88% | 0.93% | - |
| XYZ | 54.65 | 57.12 | 9.24 | - |
| YUV | 188.52 | 37.41 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 28 | 0 | 0.18 | 0.88 | 0.07 | 47.94 | 0.85 | 0.52 |
| Hex | ED | C3 | 1C | 0 | 12 | 58 | 7 | 30 | 55 | 34 |
| Octal | 355 | 303 | 34 | 0 | 22 | 130 | 7 | 60 | 125 | 64 |
| Binary | 11101101 | 11000011 | 11100 | 0 | 10010 | 1011000 | 111 | 110000 | 1010101 | 110100 |
Color Harmonies of #EDC31C
Complementary color
Monochromatic Colors of #EDC31C
Black with #EDC31C
Text Example
Text Example
White with #EDC31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC31C; }
p { color: rgb(237,195,28); }
H1.HeaderClassName
{
color: #EDC31C;
}
.AnyTagClassName
{
color: #EDC31C;
}
</style>
background-color css
<style>
a { background-color: #EDC31C; }
a { background-color: rgb(237,195,28); }
div.DivClassName
{
background-color: #EDC31C;
}
.BgClassName
{
background-color: #EDC31C;
}
</style>
border-color css
<style>
span { border-color: #EDC31C; }
span { border-color: rgb(237,195,28); }
td.TdClassName
{
border-color: #EDC31C;
}
.TagClassName
{
border-color: #EDC31C;
}
</style>