Shades of Lemon #EDF107
Tints of Lemon #EDF107
RGB
CMYK
RGB Variations
Color information
#EDF107 (or 0xEDF107) is known color: Lemon. HEX triplet: ED, F1 and 07. RGB value is (237,241,7). Sum of RGB (Red+Green+Blue) = 237+241+7=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 7 (3.12% from 255 or 1.44% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF107 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF107 is #120EF8. Grayscale: #D6D6D6. Windows color (decimal): -1183481 or 520685. OLE color: 520685.
HSL color Cylindrical-coordinate representation of color #EDF107: hue angle of 61.03º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDF107 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 7 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.05 |
| HSL | 61.03º | 0.94% | 0.49% | - |
| HSV(B) | 61.03º | 0.97% | 0.95% | - |
| XYZ | 66.42 | 80.93 | 12.32 | - |
| YUV | 213.13 | 11.67 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 7 | 0.02 | 0 | 0.97 | 0.05 | 61.03 | 0.94 | 0.49 |
| Hex | ED | F1 | 7 | 2 | 0 | 61 | 5 | 3D | 5E | 31 |
| Octal | 355 | 361 | 7 | 2 | 0 | 141 | 5 | 75 | 136 | 61 |
| Binary | 11101101 | 11110001 | 111 | 10 | 0 | 1100001 | 101 | 111101 | 1011110 | 110001 |
Color Harmonies of #EDF107
Complementary color
Monochromatic Colors of #EDF107
Black with #EDF107
Text Example
Text Example
White with #EDF107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF107; }
p { color: rgb(237,241,7); }
H1.HeaderClassName
{
color: #EDF107;
}
.AnyTagClassName
{
color: #EDF107;
}
</style>
background-color css
<style>
a { background-color: #EDF107; }
a { background-color: rgb(237,241,7); }
div.DivClassName
{
background-color: #EDF107;
}
.BgClassName
{
background-color: #EDF107;
}
</style>
border-color css
<style>
span { border-color: #EDF107; }
span { border-color: rgb(237,241,7); }
td.TdClassName
{
border-color: #EDF107;
}
.TagClassName
{
border-color: #EDF107;
}
</style>