Shades of Lemon #EDF118
Tints of Lemon #EDF118
RGB
CMYK
RGB Variations
Color information
#EDF118 (or 0xEDF118) is known color: Lemon. HEX triplet: ED, F1 and 18. RGB value is (237,241,24). Sum of RGB (Red+Green+Blue) = 237+241+24=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 24 (9.77% from 255 or 4.78% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF118 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF118 is #120EE7. Grayscale: #D7D7D7. Windows color (decimal): -1183464 or 1634797. OLE color: 1634797.
HSL color Cylindrical-coordinate representation of color #EDF118: hue angle of 61.11º 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 #EDF118 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 24 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.05 |
| HSL | 61.11º | 0.89% | 0.52% | - |
| HSV(B) | 61.11º | 0.9% | 0.95% | - |
| XYZ | 66.55 | 80.98 | 12.99 | - |
| YUV | 215.07 | 20.17 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 24 | 0.02 | 0 | 0.90 | 0.05 | 61.11 | 0.89 | 0.52 |
| Hex | ED | F1 | 18 | 2 | 0 | 5A | 5 | 3D | 59 | 34 |
| Octal | 355 | 361 | 30 | 2 | 0 | 132 | 5 | 75 | 131 | 64 |
| Binary | 11101101 | 11110001 | 11000 | 10 | 0 | 1011010 | 101 | 111101 | 1011001 | 110100 |
Color Harmonies of #EDF118
Complementary color
Monochromatic Colors of #EDF118
Black with #EDF118
Text Example
Text Example
White with #EDF118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF118; }
p { color: rgb(237,241,24); }
H1.HeaderClassName
{
color: #EDF118;
}
.AnyTagClassName
{
color: #EDF118;
}
</style>
background-color css
<style>
a { background-color: #EDF118; }
a { background-color: rgb(237,241,24); }
div.DivClassName
{
background-color: #EDF118;
}
.BgClassName
{
background-color: #EDF118;
}
</style>
border-color css
<style>
span { border-color: #EDF118; }
span { border-color: rgb(237,241,24); }
td.TdClassName
{
border-color: #EDF118;
}
.TagClassName
{
border-color: #EDF118;
}
</style>