Shades of Moon Yellow #EDC81F
Tints of Moon Yellow #EDC81F
RGB
CMYK
RGB Variations
Color information
#EDC81F (or 0xEDC81F) is known color: Moon Yellow. HEX triplet: ED, C8 and 1F. RGB value is (237,200,31). Sum of RGB (Red+Green+Blue) = 237+200+31=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 31 (12.5% from 255 or 6.62% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC81F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC81F is #1237E0. Grayscale: #C0C0C0. Windows color (decimal): -1193953 or 2083053. OLE color: 2083053.
HSL color Cylindrical-coordinate representation of color #EDC81F: hue angle of 49.22º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDC81F is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 31 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.07 |
| HSL | 49.22º | 0.85% | 0.53% | - |
| HSV(B) | 49.22º | 0.87% | 0.93% | - |
| XYZ | 55.83 | 59.41 | 9.82 | - |
| YUV | 191.8 | 37.26 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 31 | 0 | 0.16 | 0.87 | 0.07 | 49.22 | 0.85 | 0.53 |
| Hex | ED | C8 | 1F | 0 | 10 | 57 | 7 | 31 | 55 | 35 |
| Octal | 355 | 310 | 37 | 0 | 20 | 127 | 7 | 61 | 125 | 65 |
| Binary | 11101101 | 11001000 | 11111 | 0 | 10000 | 1010111 | 111 | 110001 | 1010101 | 110101 |
Color Harmonies of #EDC81F
Complementary color
Monochromatic Colors of #EDC81F
Black with #EDC81F
Text Example
Text Example
White with #EDC81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC81F; }
p { color: rgb(237,200,31); }
H1.HeaderClassName
{
color: #EDC81F;
}
.AnyTagClassName
{
color: #EDC81F;
}
</style>
background-color css
<style>
a { background-color: #EDC81F; }
a { background-color: rgb(237,200,31); }
div.DivClassName
{
background-color: #EDC81F;
}
.BgClassName
{
background-color: #EDC81F;
}
</style>
border-color css
<style>
span { border-color: #EDC81F; }
span { border-color: rgb(237,200,31); }
td.TdClassName
{
border-color: #EDC81F;
}
.TagClassName
{
border-color: #EDC81F;
}
</style>