Shades of Lemon #EDF115
Tints of Lemon #EDF115
RGB
CMYK
RGB Variations
Color information
#EDF115 (or 0xEDF115) is known color: Lemon. HEX triplet: ED, F1 and 15. RGB value is (237,241,21). Sum of RGB (Red+Green+Blue) = 237+241+21=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 21 (8.59% from 255 or 4.21% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF115 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF115 is #120EEA. Grayscale: #D7D7D7. Windows color (decimal): -1183467 or 1438189. OLE color: 1438189.
HSL color Cylindrical-coordinate representation of color #EDF115: 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.91%. Process color model (Four color, CMYK) of #EDF115 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 21 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.05 |
| HSL | 61.09º | 0.89% | 0.51% | - |
| HSV(B) | 61.09º | 0.91% | 0.95% | - |
| XYZ | 66.52 | 80.97 | 12.83 | - |
| YUV | 214.72 | 18.67 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 21 | 0.02 | 0 | 0.91 | 0.05 | 61.09 | 0.89 | 0.51 |
| Hex | ED | F1 | 15 | 2 | 0 | 5B | 5 | 3D | 59 | 33 |
| Octal | 355 | 361 | 25 | 2 | 0 | 133 | 5 | 75 | 131 | 63 |
| Binary | 11101101 | 11110001 | 10101 | 10 | 0 | 1011011 | 101 | 111101 | 1011001 | 110011 |
Color Harmonies of #EDF115
Complementary color
Monochromatic Colors of #EDF115
Black with #EDF115
Text Example
Text Example
White with #EDF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF115; }
p { color: rgb(237,241,21); }
H1.HeaderClassName
{
color: #EDF115;
}
.AnyTagClassName
{
color: #EDF115;
}
</style>
background-color css
<style>
a { background-color: #EDF115; }
a { background-color: rgb(237,241,21); }
div.DivClassName
{
background-color: #EDF115;
}
.BgClassName
{
background-color: #EDF115;
}
</style>
border-color css
<style>
span { border-color: #EDF115; }
span { border-color: rgb(237,241,21); }
td.TdClassName
{
border-color: #EDF115;
}
.TagClassName
{
border-color: #EDF115;
}
</style>