Shades of Moon Yellow #EDCA16
Tints of Moon Yellow #EDCA16
RGB
CMYK
RGB Variations
Color information
#EDCA16 (or 0xEDCA16) is known color: Moon Yellow. HEX triplet: ED, CA and 16. RGB value is (237,202,22). Sum of RGB (Red+Green+Blue) = 237+202+22=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 22 (8.98% from 255 or 4.77% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCA16 is #1235E9. Grayscale: #C0C0C0. Windows color (decimal): -1193450 or 1493741. OLE color: 1493741.
HSL color Cylindrical-coordinate representation of color #EDCA16: hue angle of 50.23º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDCA16 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 202 | 22 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.07 |
| HSL | 50.23º | 0.86% | 0.51% | - |
| HSV(B) | 50.23º | 0.91% | 0.93% | - |
| XYZ | 56.19 | 60.3 | 9.44 | - |
| YUV | 191.95 | 32.1 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 202 | 22 | 0 | 0.15 | 0.91 | 0.07 | 50.23 | 0.86 | 0.51 |
| Hex | ED | CA | 16 | 0 | F | 5B | 7 | 32 | 56 | 33 |
| Octal | 355 | 312 | 26 | 0 | 17 | 133 | 7 | 62 | 126 | 63 |
| Binary | 11101101 | 11001010 | 10110 | 0 | 1111 | 1011011 | 111 | 110010 | 1010110 | 110011 |
Color Harmonies of #EDCA16
Complementary color
Monochromatic Colors of #EDCA16
Black with #EDCA16
Text Example
Text Example
White with #EDCA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCA16; }
p { color: rgb(237,202,22); }
H1.HeaderClassName
{
color: #EDCA16;
}
.AnyTagClassName
{
color: #EDCA16;
}
</style>
background-color css
<style>
a { background-color: #EDCA16; }
a { background-color: rgb(237,202,22); }
div.DivClassName
{
background-color: #EDCA16;
}
.BgClassName
{
background-color: #EDCA16;
}
</style>
border-color css
<style>
span { border-color: #EDCA16; }
span { border-color: rgb(237,202,22); }
td.TdClassName
{
border-color: #EDCA16;
}
.TagClassName
{
border-color: #EDCA16;
}
</style>