Shades of Lemon #EDF40F
Tints of Lemon #EDF40F
RGB
CMYK
RGB Variations
Color information
#EDF40F (or 0xEDF40F) is known color: Lemon. HEX triplet: ED, F4 and 0F. RGB value is (237,244,15). Sum of RGB (Red+Green+Blue) = 237+244+15=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 15 (6.25% from 255 or 3.02% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF40F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF40F is #120BF0. Grayscale: #D8D8D8. Windows color (decimal): -1182705 or 1045741. OLE color: 1045741.
HSL color Cylindrical-coordinate representation of color #EDF40F: hue angle of 61.83º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDF40F is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 15 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.04 |
| HSL | 61.83º | 0.91% | 0.51% | - |
| HSV(B) | 61.83º | 0.94% | 0.96% | - |
| XYZ | 67.36 | 82.74 | 12.87 | - |
| YUV | 215.8 | 14.68 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 15 | 0.03 | 0 | 0.94 | 0.04 | 61.83 | 0.91 | 0.51 |
| Hex | ED | F4 | F | 3 | 0 | 5E | 4 | 3E | 5B | 33 |
| Octal | 355 | 364 | 17 | 3 | 0 | 136 | 4 | 76 | 133 | 63 |
| Binary | 11101101 | 11110100 | 1111 | 11 | 0 | 1011110 | 100 | 111110 | 1011011 | 110011 |
Color Harmonies of #EDF40F
Complementary color
Monochromatic Colors of #EDF40F
Black with #EDF40F
Text Example
Text Example
White with #EDF40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF40F; }
p { color: rgb(237,244,15); }
H1.HeaderClassName
{
color: #EDF40F;
}
.AnyTagClassName
{
color: #EDF40F;
}
</style>
background-color css
<style>
a { background-color: #EDF40F; }
a { background-color: rgb(237,244,15); }
div.DivClassName
{
background-color: #EDF40F;
}
.BgClassName
{
background-color: #EDF40F;
}
</style>
border-color css
<style>
span { border-color: #EDF40F; }
span { border-color: rgb(237,244,15); }
td.TdClassName
{
border-color: #EDF40F;
}
.TagClassName
{
border-color: #EDF40F;
}
</style>