Shades of Lemon #EDF41E
Tints of Lemon #EDF41E
RGB
CMYK
RGB Variations
Color information
#EDF41E (or 0xEDF41E) is known color: Lemon. HEX triplet: ED, F4 and 1E. RGB value is (237,244,30). Sum of RGB (Red+Green+Blue) = 237+244+30=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 30 (12.11% from 255 or 5.87% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF41E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF41E is #120BE1. Grayscale: #DADADA. Windows color (decimal): -1182690 or 2028781. OLE color: 2028781.
HSL color Cylindrical-coordinate representation of color #EDF41E: hue angle of 61.96º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDF41E is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 30 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.04 |
| HSL | 61.96º | 0.91% | 0.54% | - |
| HSV(B) | 61.96º | 0.88% | 0.96% | - |
| XYZ | 67.51 | 82.8 | 13.65 | - |
| YUV | 217.51 | 22.18 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 30 | 0.03 | 0 | 0.88 | 0.04 | 61.96 | 0.91 | 0.54 |
| Hex | ED | F4 | 1E | 3 | 0 | 58 | 4 | 3E | 5B | 36 |
| Octal | 355 | 364 | 36 | 3 | 0 | 130 | 4 | 76 | 133 | 66 |
| Binary | 11101101 | 11110100 | 11110 | 11 | 0 | 1011000 | 100 | 111110 | 1011011 | 110110 |
Color Harmonies of #EDF41E
Complementary color
Monochromatic Colors of #EDF41E
Black with #EDF41E
Text Example
Text Example
White with #EDF41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF41E; }
p { color: rgb(237,244,30); }
H1.HeaderClassName
{
color: #EDF41E;
}
.AnyTagClassName
{
color: #EDF41E;
}
</style>
background-color css
<style>
a { background-color: #EDF41E; }
a { background-color: rgb(237,244,30); }
div.DivClassName
{
background-color: #EDF41E;
}
.BgClassName
{
background-color: #EDF41E;
}
</style>
border-color css
<style>
span { border-color: #EDF41E; }
span { border-color: rgb(237,244,30); }
td.TdClassName
{
border-color: #EDF41E;
}
.TagClassName
{
border-color: #EDF41E;
}
</style>