Shades of Lemon #EDF114
Tints of Lemon #EDF114
RGB
CMYK
RGB Variations
Color information
#EDF114 (or 0xEDF114) is known color: Lemon. HEX triplet: ED, F1 and 14. RGB value is (237,241,20). Sum of RGB (Red+Green+Blue) = 237+241+20=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 20 (8.20% from 255 or 4.02% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF114 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF114 is #120EEB. Grayscale: #D7D7D7. Windows color (decimal): -1183468 or 1372653. OLE color: 1372653.
HSL color Cylindrical-coordinate representation of color #EDF114: hue angle of 61.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDF114 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 20 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.05 |
| HSL | 61.09º | 0.89% | 0.51% | - |
| HSV(B) | 61.09º | 0.92% | 0.95% | - |
| XYZ | 66.51 | 80.97 | 12.78 | - |
| YUV | 214.61 | 18.17 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 20 | 0.02 | 0 | 0.92 | 0.05 | 61.09 | 0.89 | 0.51 |
| Hex | ED | F1 | 14 | 2 | 0 | 5C | 5 | 3D | 59 | 33 |
| Octal | 355 | 361 | 24 | 2 | 0 | 134 | 5 | 75 | 131 | 63 |
| Binary | 11101101 | 11110001 | 10100 | 10 | 0 | 1011100 | 101 | 111101 | 1011001 | 110011 |
Color Harmonies of #EDF114
Complementary color
Monochromatic Colors of #EDF114
Black with #EDF114
Text Example
Text Example
White with #EDF114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF114; }
p { color: rgb(237,241,20); }
H1.HeaderClassName
{
color: #EDF114;
}
.AnyTagClassName
{
color: #EDF114;
}
</style>
background-color css
<style>
a { background-color: #EDF114; }
a { background-color: rgb(237,241,20); }
div.DivClassName
{
background-color: #EDF114;
}
.BgClassName
{
background-color: #EDF114;
}
</style>
border-color css
<style>
span { border-color: #EDF114; }
span { border-color: rgb(237,241,20); }
td.TdClassName
{
border-color: #EDF114;
}
.TagClassName
{
border-color: #EDF114;
}
</style>