Shades of Lemon #EDF111
Tints of Lemon #EDF111
RGB
CMYK
RGB Variations
Color information
#EDF111 (or 0xEDF111) is known color: Lemon. HEX triplet: ED, F1 and 11. RGB value is (237,241,17). Sum of RGB (Red+Green+Blue) = 237+241+17=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 17 (7.03% from 255 or 3.43% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF111 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF111 is #120EEE. Grayscale: #D7D7D7. Windows color (decimal): -1183471 or 1176045. OLE color: 1176045.
HSL color Cylindrical-coordinate representation of color #EDF111: hue angle of 61.07º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDF111 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 17 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.05 |
| HSL | 61.07º | 0.89% | 0.51% | - |
| HSV(B) | 61.07º | 0.93% | 0.95% | - |
| XYZ | 66.48 | 80.96 | 12.65 | - |
| YUV | 214.27 | 16.67 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 17 | 0.02 | 0 | 0.93 | 0.05 | 61.07 | 0.89 | 0.51 |
| Hex | ED | F1 | 11 | 2 | 0 | 5D | 5 | 3D | 59 | 33 |
| Octal | 355 | 361 | 21 | 2 | 0 | 135 | 5 | 75 | 131 | 63 |
| Binary | 11101101 | 11110001 | 10001 | 10 | 0 | 1011101 | 101 | 111101 | 1011001 | 110011 |
Color Harmonies of #EDF111
Complementary color
Monochromatic Colors of #EDF111
Black with #EDF111
Text Example
Text Example
White with #EDF111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF111; }
p { color: rgb(237,241,17); }
H1.HeaderClassName
{
color: #EDF111;
}
.AnyTagClassName
{
color: #EDF111;
}
</style>
background-color css
<style>
a { background-color: #EDF111; }
a { background-color: rgb(237,241,17); }
div.DivClassName
{
background-color: #EDF111;
}
.BgClassName
{
background-color: #EDF111;
}
</style>
border-color css
<style>
span { border-color: #EDF111; }
span { border-color: rgb(237,241,17); }
td.TdClassName
{
border-color: #EDF111;
}
.TagClassName
{
border-color: #EDF111;
}
</style>