Shades of Lemon #EDF00E
Tints of Lemon #EDF00E
RGB
CMYK
RGB Variations
Color information
#EDF00E (or 0xEDF00E) is known color: Lemon. HEX triplet: ED, F0 and 0E. RGB value is (237,240,14). Sum of RGB (Red+Green+Blue) = 237+240+14=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 14 (5.86% from 255 or 2.85% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF00E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF00E is #120FF1. Grayscale: #D6D6D6. Windows color (decimal): -1183730 or 979181. OLE color: 979181.
HSL color Cylindrical-coordinate representation of color #EDF00E: hue angle of 60.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDF00E is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 14 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.06 |
| HSL | 60.8º | 0.89% | 0.5% | - |
| HSV(B) | 60.8º | 0.94% | 0.94% | - |
| XYZ | 66.16 | 80.36 | 12.44 | - |
| YUV | 213.34 | 15.51 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 14 | 0.01 | 0 | 0.94 | 0.06 | 60.8 | 0.89 | 0.5 |
| Hex | ED | F0 | E | 1 | 0 | 5E | 6 | 3D | 59 | 32 |
| Octal | 355 | 360 | 16 | 1 | 0 | 136 | 6 | 75 | 131 | 62 |
| Binary | 11101101 | 11110000 | 1110 | 1 | 0 | 1011110 | 110 | 111101 | 1011001 | 110010 |
Color Harmonies of #EDF00E
Complementary color
Monochromatic Colors of #EDF00E
Black with #EDF00E
Text Example
Text Example
White with #EDF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF00E; }
p { color: rgb(237,240,14); }
H1.HeaderClassName
{
color: #EDF00E;
}
.AnyTagClassName
{
color: #EDF00E;
}
</style>
background-color css
<style>
a { background-color: #EDF00E; }
a { background-color: rgb(237,240,14); }
div.DivClassName
{
background-color: #EDF00E;
}
.BgClassName
{
background-color: #EDF00E;
}
</style>
border-color css
<style>
span { border-color: #EDF00E; }
span { border-color: rgb(237,240,14); }
td.TdClassName
{
border-color: #EDF00E;
}
.TagClassName
{
border-color: #EDF00E;
}
</style>