Shades of Moon Yellow #EDC614
Tints of Moon Yellow #EDC614
RGB
CMYK
RGB Variations
Color information
#EDC614 (or 0xEDC614) is known color: Moon Yellow. HEX triplet: ED, C6 and 14. RGB value is (237,198,20). Sum of RGB (Red+Green+Blue) = 237+198+20=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC614 is #1239EB. Grayscale: #BEBEBE. Windows color (decimal): -1194476 or 1361645. OLE color: 1361645.
HSL color Cylindrical-coordinate representation of color #EDC614: hue angle of 49.22º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDC614 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 20 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.07 |
| HSL | 49.22º | 0.86% | 0.5% | - |
| HSV(B) | 49.22º | 0.92% | 0.93% | - |
| XYZ | 55.25 | 58.44 | 9.03 | - |
| YUV | 189.37 | 32.42 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 20 | 0 | 0.16 | 0.92 | 0.07 | 49.22 | 0.86 | 0.5 |
| Hex | ED | C6 | 14 | 0 | 10 | 5C | 7 | 31 | 56 | 32 |
| Octal | 355 | 306 | 24 | 0 | 20 | 134 | 7 | 61 | 126 | 62 |
| Binary | 11101101 | 11000110 | 10100 | 0 | 10000 | 1011100 | 111 | 110001 | 1010110 | 110010 |
Color Harmonies of #EDC614
Complementary color
Monochromatic Colors of #EDC614
Black with #EDC614
Text Example
Text Example
White with #EDC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC614; }
p { color: rgb(237,198,20); }
H1.HeaderClassName
{
color: #EDC614;
}
.AnyTagClassName
{
color: #EDC614;
}
</style>
background-color css
<style>
a { background-color: #EDC614; }
a { background-color: rgb(237,198,20); }
div.DivClassName
{
background-color: #EDC614;
}
.BgClassName
{
background-color: #EDC614;
}
</style>
border-color css
<style>
span { border-color: #EDC614; }
span { border-color: rgb(237,198,20); }
td.TdClassName
{
border-color: #EDC614;
}
.TagClassName
{
border-color: #EDC614;
}
</style>