Shades of Lemon #EDF10F
Tints of Lemon #EDF10F
RGB
CMYK
RGB Variations
Color information
#EDF10F (or 0xEDF10F) is known color: Lemon. HEX triplet: ED, F1 and 0F. RGB value is (237,241,15). Sum of RGB (Red+Green+Blue) = 237+241+15=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 15 (6.25% from 255 or 3.04% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF10F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF10F is #120EF0. Grayscale: #D6D6D6. Windows color (decimal): -1183473 or 1044973. OLE color: 1044973.
HSL color Cylindrical-coordinate representation of color #EDF10F: hue angle of 61.06º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDF10F is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 15 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.05 |
| HSL | 61.06º | 0.89% | 0.5% | - |
| HSV(B) | 61.06º | 0.94% | 0.95% | - |
| XYZ | 66.47 | 80.95 | 12.57 | - |
| YUV | 214.04 | 15.67 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 15 | 0.02 | 0 | 0.94 | 0.05 | 61.06 | 0.89 | 0.5 |
| Hex | ED | F1 | F | 2 | 0 | 5E | 5 | 3D | 59 | 32 |
| Octal | 355 | 361 | 17 | 2 | 0 | 136 | 5 | 75 | 131 | 62 |
| Binary | 11101101 | 11110001 | 1111 | 10 | 0 | 1011110 | 101 | 111101 | 1011001 | 110010 |
Color Harmonies of #EDF10F
Complementary color
Monochromatic Colors of #EDF10F
Black with #EDF10F
Text Example
Text Example
White with #EDF10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF10F; }
p { color: rgb(237,241,15); }
H1.HeaderClassName
{
color: #EDF10F;
}
.AnyTagClassName
{
color: #EDF10F;
}
</style>
background-color css
<style>
a { background-color: #EDF10F; }
a { background-color: rgb(237,241,15); }
div.DivClassName
{
background-color: #EDF10F;
}
.BgClassName
{
background-color: #EDF10F;
}
</style>
border-color css
<style>
span { border-color: #EDF10F; }
span { border-color: rgb(237,241,15); }
td.TdClassName
{
border-color: #EDF10F;
}
.TagClassName
{
border-color: #EDF10F;
}
</style>