Shades of Moon Yellow #EDCA17
Tints of Moon Yellow #EDCA17
RGB
CMYK
RGB Variations
Color information
#EDCA17 (or 0xEDCA17) is known color: Moon Yellow. HEX triplet: ED, CA and 17. RGB value is (237,202,23). Sum of RGB (Red+Green+Blue) = 237+202+23=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 23 (9.38% from 255 or 4.98% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCA17 is #1235E8. Grayscale: #C0C0C0. Windows color (decimal): -1193449 or 1559277. OLE color: 1559277.
HSL color Cylindrical-coordinate representation of color #EDCA17: hue angle of 50.19º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDCA17 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 202 | 23 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.07 |
| HSL | 50.19º | 0.86% | 0.51% | - |
| HSV(B) | 50.19º | 0.9% | 0.93% | - |
| XYZ | 56.2 | 60.31 | 9.49 | - |
| YUV | 192.06 | 32.6 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 202 | 23 | 0 | 0.15 | 0.90 | 0.07 | 50.19 | 0.86 | 0.51 |
| Hex | ED | CA | 17 | 0 | F | 5A | 7 | 32 | 56 | 33 |
| Octal | 355 | 312 | 27 | 0 | 17 | 132 | 7 | 62 | 126 | 63 |
| Binary | 11101101 | 11001010 | 10111 | 0 | 1111 | 1011010 | 111 | 110010 | 1010110 | 110011 |
Color Harmonies of #EDCA17
Complementary color
Monochromatic Colors of #EDCA17
Black with #EDCA17
Text Example
Text Example
White with #EDCA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCA17; }
p { color: rgb(237,202,23); }
H1.HeaderClassName
{
color: #EDCA17;
}
.AnyTagClassName
{
color: #EDCA17;
}
</style>
background-color css
<style>
a { background-color: #EDCA17; }
a { background-color: rgb(237,202,23); }
div.DivClassName
{
background-color: #EDCA17;
}
.BgClassName
{
background-color: #EDCA17;
}
</style>
border-color css
<style>
span { border-color: #EDCA17; }
span { border-color: rgb(237,202,23); }
td.TdClassName
{
border-color: #EDCA17;
}
.TagClassName
{
border-color: #EDCA17;
}
</style>