Shades of Lemon #EDF611
Tints of Lemon #EDF611
RGB
CMYK
RGB Variations
Color information
#EDF611 (or 0xEDF611) is known color: Lemon. HEX triplet: ED, F6 and 11. RGB value is (237,246,17). Sum of RGB (Red+Green+Blue) = 237+246+17=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 17 (7.03% from 255 or 3.4% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF611 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF611 is #1209EE. Grayscale: #DADADA. Windows color (decimal): -1182191 or 1177325. OLE color: 1177325.
HSL color Cylindrical-coordinate representation of color #EDF611: hue angle of 62.36º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDF611 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 17 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.04 |
| HSL | 62.36º | 0.93% | 0.52% | - |
| HSV(B) | 62.36º | 0.93% | 0.96% | - |
| XYZ | 67.98 | 83.96 | 13.15 | - |
| YUV | 217.2 | 15.02 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 17 | 0.04 | 0 | 0.93 | 0.04 | 62.36 | 0.93 | 0.52 |
| Hex | ED | F6 | 11 | 4 | 0 | 5D | 4 | 3E | 5D | 34 |
| Octal | 355 | 366 | 21 | 4 | 0 | 135 | 4 | 76 | 135 | 64 |
| Binary | 11101101 | 11110110 | 10001 | 100 | 0 | 1011101 | 100 | 111110 | 1011101 | 110100 |
Color Harmonies of #EDF611
Complementary color
Monochromatic Colors of #EDF611
Black with #EDF611
Text Example
Text Example
White with #EDF611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF611; }
p { color: rgb(237,246,17); }
H1.HeaderClassName
{
color: #EDF611;
}
.AnyTagClassName
{
color: #EDF611;
}
</style>
background-color css
<style>
a { background-color: #EDF611; }
a { background-color: rgb(237,246,17); }
div.DivClassName
{
background-color: #EDF611;
}
.BgClassName
{
background-color: #EDF611;
}
</style>
border-color css
<style>
span { border-color: #EDF611; }
span { border-color: rgb(237,246,17); }
td.TdClassName
{
border-color: #EDF611;
}
.TagClassName
{
border-color: #EDF611;
}
</style>