Shades of Lemon #EDF120
Tints of Lemon #EDF120
RGB
CMYK
RGB Variations
Color information
#EDF120 (or 0xEDF120) is known color: Lemon. HEX triplet: ED, F1 and 20. RGB value is (237,241,32). Sum of RGB (Red+Green+Blue) = 237+241+32=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 32 (12.89% from 255 or 6.27% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF120 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF120 is #120EDF. Grayscale: #D8D8D8. Windows color (decimal): -1183456 or 2159085. OLE color: 2159085.
HSL color Cylindrical-coordinate representation of color #EDF120: hue angle of 61.15º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDF120 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 32 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.05 |
| HSL | 61.15º | 0.88% | 0.54% | - |
| HSV(B) | 61.15º | 0.87% | 0.95% | - |
| XYZ | 66.64 | 81.02 | 13.49 | - |
| YUV | 215.98 | 24.17 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 32 | 0.02 | 0 | 0.87 | 0.05 | 61.15 | 0.88 | 0.54 |
| Hex | ED | F1 | 20 | 2 | 0 | 57 | 5 | 3D | 58 | 36 |
| Octal | 355 | 361 | 40 | 2 | 0 | 127 | 5 | 75 | 130 | 66 |
| Binary | 11101101 | 11110001 | 100000 | 10 | 0 | 1010111 | 101 | 111101 | 1011000 | 110110 |
Color Harmonies of #EDF120
Complementary color
Monochromatic Colors of #EDF120
Black with #EDF120
Text Example
Text Example
White with #EDF120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF120; }
p { color: rgb(237,241,32); }
H1.HeaderClassName
{
color: #EDF120;
}
.AnyTagClassName
{
color: #EDF120;
}
</style>
background-color css
<style>
a { background-color: #EDF120; }
a { background-color: rgb(237,241,32); }
div.DivClassName
{
background-color: #EDF120;
}
.BgClassName
{
background-color: #EDF120;
}
</style>
border-color css
<style>
span { border-color: #EDF120; }
span { border-color: rgb(237,241,32); }
td.TdClassName
{
border-color: #EDF120;
}
.TagClassName
{
border-color: #EDF120;
}
</style>