Shades of Lemon #EDF217
Tints of Lemon #EDF217
RGB
CMYK
RGB Variations
Color information
#EDF217 (or 0xEDF217) is known color: Lemon. HEX triplet: ED, F2 and 17. RGB value is (237,242,23). Sum of RGB (Red+Green+Blue) = 237+242+23=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 23 (9.38% from 255 or 4.58% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF217 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF217 is #120DE8. Grayscale: #D8D8D8. Windows color (decimal): -1183209 or 1569517. OLE color: 1569517.
HSL color Cylindrical-coordinate representation of color #EDF217: hue angle of 61.37º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDF217 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 23 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.05 |
| HSL | 61.37º | 0.89% | 0.52% | - |
| HSV(B) | 61.37º | 0.9% | 0.95% | - |
| XYZ | 66.83 | 81.57 | 13.03 | - |
| YUV | 215.54 | 19.34 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 23 | 0.02 | 0 | 0.90 | 0.05 | 61.37 | 0.89 | 0.52 |
| Hex | ED | F2 | 17 | 2 | 0 | 5A | 5 | 3D | 59 | 34 |
| Octal | 355 | 362 | 27 | 2 | 0 | 132 | 5 | 75 | 131 | 64 |
| Binary | 11101101 | 11110010 | 10111 | 10 | 0 | 1011010 | 101 | 111101 | 1011001 | 110100 |
Color Harmonies of #EDF217
Complementary color
Monochromatic Colors of #EDF217
Black with #EDF217
Text Example
Text Example
White with #EDF217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF217; }
p { color: rgb(237,242,23); }
H1.HeaderClassName
{
color: #EDF217;
}
.AnyTagClassName
{
color: #EDF217;
}
</style>
background-color css
<style>
a { background-color: #EDF217; }
a { background-color: rgb(237,242,23); }
div.DivClassName
{
background-color: #EDF217;
}
.BgClassName
{
background-color: #EDF217;
}
</style>
border-color css
<style>
span { border-color: #EDF217; }
span { border-color: rgb(237,242,23); }
td.TdClassName
{
border-color: #EDF217;
}
.TagClassName
{
border-color: #EDF217;
}
</style>