Shades of Lemon #EDF60F
Tints of Lemon #EDF60F
RGB
CMYK
RGB Variations
Color information
#EDF60F (or 0xEDF60F) is known color: Lemon. HEX triplet: ED, F6 and 0F. RGB value is (237,246,15). Sum of RGB (Red+Green+Blue) = 237+246+15=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 15 (6.25% from 255 or 3.01% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF60F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF60F is #1209F0. Grayscale: #D9D9D9. Windows color (decimal): -1182193 or 1046253. OLE color: 1046253.
HSL color Cylindrical-coordinate representation of color #EDF60F: hue angle of 62.34º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDF60F is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 15 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.04 |
| HSL | 62.34º | 0.93% | 0.51% | - |
| HSV(B) | 62.34º | 0.94% | 0.96% | - |
| XYZ | 67.97 | 83.95 | 13.07 | - |
| YUV | 216.98 | 14.02 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 15 | 0.04 | 0 | 0.94 | 0.04 | 62.34 | 0.93 | 0.51 |
| Hex | ED | F6 | F | 4 | 0 | 5E | 4 | 3E | 5D | 33 |
| Octal | 355 | 366 | 17 | 4 | 0 | 136 | 4 | 76 | 135 | 63 |
| Binary | 11101101 | 11110110 | 1111 | 100 | 0 | 1011110 | 100 | 111110 | 1011101 | 110011 |
Color Harmonies of #EDF60F
Complementary color
Monochromatic Colors of #EDF60F
Black with #EDF60F
Text Example
Text Example
White with #EDF60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF60F; }
p { color: rgb(237,246,15); }
H1.HeaderClassName
{
color: #EDF60F;
}
.AnyTagClassName
{
color: #EDF60F;
}
</style>
background-color css
<style>
a { background-color: #EDF60F; }
a { background-color: rgb(237,246,15); }
div.DivClassName
{
background-color: #EDF60F;
}
.BgClassName
{
background-color: #EDF60F;
}
</style>
border-color css
<style>
span { border-color: #EDF60F; }
span { border-color: rgb(237,246,15); }
td.TdClassName
{
border-color: #EDF60F;
}
.TagClassName
{
border-color: #EDF60F;
}
</style>