Shades of Lemon #EDE417
Tints of Lemon #EDE417
RGB
CMYK
RGB Variations
Color information
#EDE417 (or 0xEDE417) is known color: Lemon. HEX triplet: ED, E4 and 17. RGB value is (237,228,23). Sum of RGB (Red+Green+Blue) = 237+228+23=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 23 (9.38% from 255 or 4.71% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE417 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE417 is #121BE8. Grayscale: #D0D0D0. Windows color (decimal): -1186793 or 1565933. OLE color: 1565933.
HSL color Cylindrical-coordinate representation of color #EDE417: hue angle of 57.48º 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 #EDE417 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 23 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.07 |
| HSL | 57.48º | 0.86% | 0.51% | - |
| HSV(B) | 57.48º | 0.9% | 0.93% | - |
| XYZ | 62.82 | 73.55 | 11.7 | - |
| YUV | 207.32 | 23.98 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 23 | 0 | 0.04 | 0.90 | 0.07 | 57.48 | 0.86 | 0.51 |
| Hex | ED | E4 | 17 | 0 | 4 | 5A | 7 | 39 | 56 | 33 |
| Octal | 355 | 344 | 27 | 0 | 4 | 132 | 7 | 71 | 126 | 63 |
| Binary | 11101101 | 11100100 | 10111 | 0 | 100 | 1011010 | 111 | 111001 | 1010110 | 110011 |
Color Harmonies of #EDE417
Complementary color
Monochromatic Colors of #EDE417
Black with #EDE417
Text Example
Text Example
White with #EDE417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE417; }
p { color: rgb(237,228,23); }
H1.HeaderClassName
{
color: #EDE417;
}
.AnyTagClassName
{
color: #EDE417;
}
</style>
background-color css
<style>
a { background-color: #EDE417; }
a { background-color: rgb(237,228,23); }
div.DivClassName
{
background-color: #EDE417;
}
.BgClassName
{
background-color: #EDE417;
}
</style>
border-color css
<style>
span { border-color: #EDE417; }
span { border-color: rgb(237,228,23); }
td.TdClassName
{
border-color: #EDE417;
}
.TagClassName
{
border-color: #EDE417;
}
</style>