Shades of Lemon #EDF005
Tints of Lemon #EDF005
RGB
CMYK
RGB Variations
Color information
#EDF005 (or 0xEDF005) is known color: Lemon. HEX triplet: ED, F0 and 05. RGB value is (237,240,5). Sum of RGB (Red+Green+Blue) = 237+240+5=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 5 (2.34% from 255 or 1.04% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF005 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF005 is #120FFA. Grayscale: #D5D5D5. Windows color (decimal): -1183739 or 389357. OLE color: 389357.
HSL color Cylindrical-coordinate representation of color #EDF005: hue angle of 60.77º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDF005 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 5 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.06 |
| HSL | 60.77º | 0.96% | 0.48% | - |
| HSV(B) | 60.77º | 0.98% | 0.94% | - |
| XYZ | 66.11 | 80.34 | 12.17 | - |
| YUV | 212.31 | 11.01 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 5 | 0.01 | 0 | 0.98 | 0.06 | 60.77 | 0.96 | 0.48 |
| Hex | ED | F0 | 5 | 1 | 0 | 62 | 6 | 3D | 60 | 30 |
| Octal | 355 | 360 | 5 | 1 | 0 | 142 | 6 | 75 | 140 | 60 |
| Binary | 11101101 | 11110000 | 101 | 1 | 0 | 1100010 | 110 | 111101 | 1100000 | 110000 |
Color Harmonies of #EDF005
Complementary color
Monochromatic Colors of #EDF005
Black with #EDF005
Text Example
Text Example
White with #EDF005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF005; }
p { color: rgb(237,240,5); }
H1.HeaderClassName
{
color: #EDF005;
}
.AnyTagClassName
{
color: #EDF005;
}
</style>
background-color css
<style>
a { background-color: #EDF005; }
a { background-color: rgb(237,240,5); }
div.DivClassName
{
background-color: #EDF005;
}
.BgClassName
{
background-color: #EDF005;
}
</style>
border-color css
<style>
span { border-color: #EDF005; }
span { border-color: rgb(237,240,5); }
td.TdClassName
{
border-color: #EDF005;
}
.TagClassName
{
border-color: #EDF005;
}
</style>