Shades of Lemon #EDF009
Tints of Lemon #EDF009
RGB
CMYK
RGB Variations
Color information
#EDF009 (or 0xEDF009) is known color: Lemon. HEX triplet: ED, F0 and 09. RGB value is (237,240,9). Sum of RGB (Red+Green+Blue) = 237+240+9=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 9 (3.91% from 255 or 1.85% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF009 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF009 is #120FF6. Grayscale: #D5D5D5. Windows color (decimal): -1183735 or 651501. OLE color: 651501.
HSL color Cylindrical-coordinate representation of color #EDF009: hue angle of 60.78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDF009 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 9 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.06 |
| HSL | 60.78º | 0.93% | 0.49% | - |
| HSV(B) | 60.78º | 0.96% | 0.94% | - |
| XYZ | 66.13 | 80.34 | 12.28 | - |
| YUV | 212.77 | 13.01 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 9 | 0.01 | 0 | 0.96 | 0.06 | 60.78 | 0.93 | 0.49 |
| Hex | ED | F0 | 9 | 1 | 0 | 60 | 6 | 3D | 5D | 31 |
| Octal | 355 | 360 | 11 | 1 | 0 | 140 | 6 | 75 | 135 | 61 |
| Binary | 11101101 | 11110000 | 1001 | 1 | 0 | 1100000 | 110 | 111101 | 1011101 | 110001 |
Color Harmonies of #EDF009
Complementary color
Monochromatic Colors of #EDF009
Black with #EDF009
Text Example
Text Example
White with #EDF009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF009; }
p { color: rgb(237,240,9); }
H1.HeaderClassName
{
color: #EDF009;
}
.AnyTagClassName
{
color: #EDF009;
}
</style>
background-color css
<style>
a { background-color: #EDF009; }
a { background-color: rgb(237,240,9); }
div.DivClassName
{
background-color: #EDF009;
}
.BgClassName
{
background-color: #EDF009;
}
</style>
border-color css
<style>
span { border-color: #EDF009; }
span { border-color: rgb(237,240,9); }
td.TdClassName
{
border-color: #EDF009;
}
.TagClassName
{
border-color: #EDF009;
}
</style>