Shades of Lemon #EDF50F
Tints of Lemon #EDF50F
RGB
CMYK
RGB Variations
Color information
#EDF50F (or 0xEDF50F) is known color: Lemon. HEX triplet: ED, F5 and 0F. RGB value is (237,245,15). Sum of RGB (Red+Green+Blue) = 237+245+15=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 15 (6.25% from 255 or 3.02% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF50F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF50F is #120AF0. Grayscale: #D9D9D9. Windows color (decimal): -1182449 or 1045997. OLE color: 1045997.
HSL color Cylindrical-coordinate representation of color #EDF50F: hue angle of 62.09º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDF50F is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 15 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.04 |
| HSL | 62.09º | 0.92% | 0.51% | - |
| HSV(B) | 62.09º | 0.94% | 0.96% | - |
| XYZ | 67.66 | 83.34 | 12.97 | - |
| YUV | 216.39 | 14.35 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 15 | 0.03 | 0 | 0.94 | 0.04 | 62.09 | 0.92 | 0.51 |
| Hex | ED | F5 | F | 3 | 0 | 5E | 4 | 3E | 5C | 33 |
| Octal | 355 | 365 | 17 | 3 | 0 | 136 | 4 | 76 | 134 | 63 |
| Binary | 11101101 | 11110101 | 1111 | 11 | 0 | 1011110 | 100 | 111110 | 1011100 | 110011 |
Color Harmonies of #EDF50F
Complementary color
Monochromatic Colors of #EDF50F
Black with #EDF50F
Text Example
Text Example
White with #EDF50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF50F; }
p { color: rgb(237,245,15); }
H1.HeaderClassName
{
color: #EDF50F;
}
.AnyTagClassName
{
color: #EDF50F;
}
</style>
background-color css
<style>
a { background-color: #EDF50F; }
a { background-color: rgb(237,245,15); }
div.DivClassName
{
background-color: #EDF50F;
}
.BgClassName
{
background-color: #EDF50F;
}
</style>
border-color css
<style>
span { border-color: #EDF50F; }
span { border-color: rgb(237,245,15); }
td.TdClassName
{
border-color: #EDF50F;
}
.TagClassName
{
border-color: #EDF50F;
}
</style>