Shades of Lemon #EDF112
Tints of Lemon #EDF112
RGB
CMYK
RGB Variations
Color information
#EDF112 (or 0xEDF112) is known color: Lemon. HEX triplet: ED, F1 and 12. RGB value is (237,241,18). Sum of RGB (Red+Green+Blue) = 237+241+18=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 18 (7.42% from 255 or 3.63% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF112 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF112 is #120EED. Grayscale: #D7D7D7. Windows color (decimal): -1183470 or 1241581. OLE color: 1241581.
HSL color Cylindrical-coordinate representation of color #EDF112: hue angle of 61.08º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDF112 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 18 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.05 |
| HSL | 61.08º | 0.89% | 0.51% | - |
| HSV(B) | 61.08º | 0.93% | 0.95% | - |
| XYZ | 66.49 | 80.96 | 12.69 | - |
| YUV | 214.38 | 17.17 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 18 | 0.02 | 0 | 0.93 | 0.05 | 61.08 | 0.89 | 0.51 |
| Hex | ED | F1 | 12 | 2 | 0 | 5D | 5 | 3D | 59 | 33 |
| Octal | 355 | 361 | 22 | 2 | 0 | 135 | 5 | 75 | 131 | 63 |
| Binary | 11101101 | 11110001 | 10010 | 10 | 0 | 1011101 | 101 | 111101 | 1011001 | 110011 |
Color Harmonies of #EDF112
Complementary color
Monochromatic Colors of #EDF112
Black with #EDF112
Text Example
Text Example
White with #EDF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF112; }
p { color: rgb(237,241,18); }
H1.HeaderClassName
{
color: #EDF112;
}
.AnyTagClassName
{
color: #EDF112;
}
</style>
background-color css
<style>
a { background-color: #EDF112; }
a { background-color: rgb(237,241,18); }
div.DivClassName
{
background-color: #EDF112;
}
.BgClassName
{
background-color: #EDF112;
}
</style>
border-color css
<style>
span { border-color: #EDF112; }
span { border-color: rgb(237,241,18); }
td.TdClassName
{
border-color: #EDF112;
}
.TagClassName
{
border-color: #EDF112;
}
</style>