Shades of Lemon #EDF209
Tints of Lemon #EDF209
RGB
CMYK
RGB Variations
Color information
#EDF209 (or 0xEDF209) is known color: Lemon. HEX triplet: ED, F2 and 09. RGB value is (237,242,9). Sum of RGB (Red+Green+Blue) = 237+242+9=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 9 (3.91% from 255 or 1.84% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF209 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF209 is #120DF6. Grayscale: #D6D6D6. Windows color (decimal): -1183223 or 652013. OLE color: 652013.
HSL color Cylindrical-coordinate representation of color #EDF209: hue angle of 61.29º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDF209 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 9 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.05 |
| HSL | 61.29º | 0.93% | 0.49% | - |
| HSV(B) | 61.29º | 0.96% | 0.95% | - |
| XYZ | 66.73 | 81.53 | 12.48 | - |
| YUV | 213.94 | 12.34 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 9 | 0.02 | 0 | 0.96 | 0.05 | 61.29 | 0.93 | 0.49 |
| Hex | ED | F2 | 9 | 2 | 0 | 60 | 5 | 3D | 5D | 31 |
| Octal | 355 | 362 | 11 | 2 | 0 | 140 | 5 | 75 | 135 | 61 |
| Binary | 11101101 | 11110010 | 1001 | 10 | 0 | 1100000 | 101 | 111101 | 1011101 | 110001 |
Color Harmonies of #EDF209
Complementary color
Monochromatic Colors of #EDF209
Black with #EDF209
Text Example
Text Example
White with #EDF209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF209; }
p { color: rgb(237,242,9); }
H1.HeaderClassName
{
color: #EDF209;
}
.AnyTagClassName
{
color: #EDF209;
}
</style>
background-color css
<style>
a { background-color: #EDF209; }
a { background-color: rgb(237,242,9); }
div.DivClassName
{
background-color: #EDF209;
}
.BgClassName
{
background-color: #EDF209;
}
</style>
border-color css
<style>
span { border-color: #EDF209; }
span { border-color: rgb(237,242,9); }
td.TdClassName
{
border-color: #EDF209;
}
.TagClassName
{
border-color: #EDF209;
}
</style>