Shades of Lemon #EDF610
Tints of Lemon #EDF610
RGB
CMYK
RGB Variations
Color information
#EDF610 (or 0xEDF610) is known color: Lemon. HEX triplet: ED, F6 and 10. RGB value is (237,246,16). Sum of RGB (Red+Green+Blue) = 237+246+16=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 16 (6.64% from 255 or 3.21% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF610 is #1209EF. Grayscale: #D9D9D9. Windows color (decimal): -1182192 or 1111789. OLE color: 1111789.
HSL color Cylindrical-coordinate representation of color #EDF610: hue angle of 62.35º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDF610 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 16 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.04 |
| HSL | 62.35º | 0.93% | 0.51% | - |
| HSV(B) | 62.35º | 0.93% | 0.96% | - |
| XYZ | 67.97 | 83.95 | 13.11 | - |
| YUV | 217.09 | 14.52 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 16 | 0.04 | 0 | 0.93 | 0.04 | 62.35 | 0.93 | 0.51 |
| Hex | ED | F6 | 10 | 4 | 0 | 5D | 4 | 3E | 5D | 33 |
| Octal | 355 | 366 | 20 | 4 | 0 | 135 | 4 | 76 | 135 | 63 |
| Binary | 11101101 | 11110110 | 10000 | 100 | 0 | 1011101 | 100 | 111110 | 1011101 | 110011 |
Color Harmonies of #EDF610
Complementary color
Monochromatic Colors of #EDF610
Black with #EDF610
Text Example
Text Example
White with #EDF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF610; }
p { color: rgb(237,246,16); }
H1.HeaderClassName
{
color: #EDF610;
}
.AnyTagClassName
{
color: #EDF610;
}
</style>
background-color css
<style>
a { background-color: #EDF610; }
a { background-color: rgb(237,246,16); }
div.DivClassName
{
background-color: #EDF610;
}
.BgClassName
{
background-color: #EDF610;
}
</style>
border-color css
<style>
span { border-color: #EDF610; }
span { border-color: rgb(237,246,16); }
td.TdClassName
{
border-color: #EDF610;
}
.TagClassName
{
border-color: #EDF610;
}
</style>