Shades of Lemon #EDF117
Tints of Lemon #EDF117
RGB
CMYK
RGB Variations
Color information
#EDF117 (or 0xEDF117) is known color: Lemon. HEX triplet: ED, F1 and 17. RGB value is (237,241,23). Sum of RGB (Red+Green+Blue) = 237+241+23=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 23 (9.38% from 255 or 4.59% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF117 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF117 is #120EE8. Grayscale: #D7D7D7. Windows color (decimal): -1183465 or 1569261. OLE color: 1569261.
HSL color Cylindrical-coordinate representation of color #EDF117: hue angle of 61.1º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDF117 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 23 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.05 |
| HSL | 61.1º | 0.89% | 0.52% | - |
| HSV(B) | 61.1º | 0.9% | 0.95% | - |
| XYZ | 66.54 | 80.98 | 12.93 | - |
| YUV | 214.95 | 19.67 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 23 | 0.02 | 0 | 0.90 | 0.05 | 61.1 | 0.89 | 0.52 |
| Hex | ED | F1 | 17 | 2 | 0 | 5A | 5 | 3D | 59 | 34 |
| Octal | 355 | 361 | 27 | 2 | 0 | 132 | 5 | 75 | 131 | 64 |
| Binary | 11101101 | 11110001 | 10111 | 10 | 0 | 1011010 | 101 | 111101 | 1011001 | 110100 |
Color Harmonies of #EDF117
Complementary color
Monochromatic Colors of #EDF117
Black with #EDF117
Text Example
Text Example
White with #EDF117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF117; }
p { color: rgb(237,241,23); }
H1.HeaderClassName
{
color: #EDF117;
}
.AnyTagClassName
{
color: #EDF117;
}
</style>
background-color css
<style>
a { background-color: #EDF117; }
a { background-color: rgb(237,241,23); }
div.DivClassName
{
background-color: #EDF117;
}
.BgClassName
{
background-color: #EDF117;
}
</style>
border-color css
<style>
span { border-color: #EDF117; }
span { border-color: rgb(237,241,23); }
td.TdClassName
{
border-color: #EDF117;
}
.TagClassName
{
border-color: #EDF117;
}
</style>