Shades of Lemon #EDF018
Tints of Lemon #EDF018
RGB
CMYK
RGB Variations
Color information
#EDF018 (or 0xEDF018) is known color: Lemon. HEX triplet: ED, F0 and 18. RGB value is (237,240,24). Sum of RGB (Red+Green+Blue) = 237+240+24=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 24 (9.77% from 255 or 4.79% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF018 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF018 is #120FE7. Grayscale: #D7D7D7. Windows color (decimal): -1183720 or 1634541. OLE color: 1634541.
HSL color Cylindrical-coordinate representation of color #EDF018: hue angle of 60.83º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDF018 is Cyan = 0.01, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 24 | - |
| CMYK | 0.01 | 0 | 0.9 | 0.06 |
| HSL | 60.83º | 0.88% | 0.52% | - |
| HSV(B) | 60.83º | 0.9% | 0.94% | - |
| XYZ | 66.25 | 80.39 | 12.89 | - |
| YUV | 214.48 | 20.51 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 24 | 0.01 | 0 | 0.9 | 0.06 | 60.83 | 0.88 | 0.52 |
| Hex | ED | F0 | 18 | 1 | 0 | 5A | 6 | 3D | 58 | 34 |
| Octal | 355 | 360 | 30 | 1 | 0 | 132 | 6 | 75 | 130 | 64 |
| Binary | 11101101 | 11110000 | 11000 | 1 | 0 | 1011010 | 110 | 111101 | 1011000 | 110100 |
Color Harmonies of #EDF018
Complementary color
Monochromatic Colors of #EDF018
Black with #EDF018
Text Example
Text Example
White with #EDF018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF018; }
p { color: rgb(237,240,24); }
H1.HeaderClassName
{
color: #EDF018;
}
.AnyTagClassName
{
color: #EDF018;
}
</style>
background-color css
<style>
a { background-color: #EDF018; }
a { background-color: rgb(237,240,24); }
div.DivClassName
{
background-color: #EDF018;
}
.BgClassName
{
background-color: #EDF018;
}
</style>
border-color css
<style>
span { border-color: #EDF018; }
span { border-color: rgb(237,240,24); }
td.TdClassName
{
border-color: #EDF018;
}
.TagClassName
{
border-color: #EDF018;
}
</style>