Shades of Lemon #EDF71E
Tints of Lemon #EDF71E
RGB
CMYK
RGB Variations
Color information
#EDF71E (or 0xEDF71E) is known color: Lemon. HEX triplet: ED, F7 and 1E. RGB value is (237,247,30). Sum of RGB (Red+Green+Blue) = 237+247+30=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 30 (12.11% from 255 or 5.84% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF71E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF71E is #1208E1. Grayscale: #DCDCDC. Windows color (decimal): -1181922 or 2029549. OLE color: 2029549.
HSL color Cylindrical-coordinate representation of color #EDF71E: hue angle of 62.76º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDF71E is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 30 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.03 |
| HSL | 62.76º | 0.93% | 0.54% | - |
| HSV(B) | 62.76º | 0.88% | 0.97% | - |
| XYZ | 68.42 | 84.62 | 13.96 | - |
| YUV | 219.27 | 21.19 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 30 | 0.04 | 0 | 0.88 | 0.03 | 62.76 | 0.93 | 0.54 |
| Hex | ED | F7 | 1E | 4 | 0 | 58 | 3 | 3F | 5D | 36 |
| Octal | 355 | 367 | 36 | 4 | 0 | 130 | 3 | 77 | 135 | 66 |
| Binary | 11101101 | 11110111 | 11110 | 100 | 0 | 1011000 | 11 | 111111 | 1011101 | 110110 |
Color Harmonies of #EDF71E
Complementary color
Monochromatic Colors of #EDF71E
Black with #EDF71E
Text Example
Text Example
White with #EDF71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF71E; }
p { color: rgb(237,247,30); }
H1.HeaderClassName
{
color: #EDF71E;
}
.AnyTagClassName
{
color: #EDF71E;
}
</style>
background-color css
<style>
a { background-color: #EDF71E; }
a { background-color: rgb(237,247,30); }
div.DivClassName
{
background-color: #EDF71E;
}
.BgClassName
{
background-color: #EDF71E;
}
</style>
border-color css
<style>
span { border-color: #EDF71E; }
span { border-color: rgb(237,247,30); }
td.TdClassName
{
border-color: #EDF71E;
}
.TagClassName
{
border-color: #EDF71E;
}
</style>