Shades of Lemon #EDF510
Tints of Lemon #EDF510
RGB
CMYK
RGB Variations
Color information
#EDF510 (or 0xEDF510) is known color: Lemon. HEX triplet: ED, F5 and 10. RGB value is (237,245,16). Sum of RGB (Red+Green+Blue) = 237+245+16=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 16 (6.64% from 255 or 3.21% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF510 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF510 is #120AEF. Grayscale: #D9D9D9. Windows color (decimal): -1182448 or 1111533. OLE color: 1111533.
HSL color Cylindrical-coordinate representation of color #EDF510: hue angle of 62.1º degrees, saturation: 0.92, 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 #EDF510 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 16 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.04 |
| HSL | 62.1º | 0.92% | 0.51% | - |
| HSV(B) | 62.1º | 0.93% | 0.96% | - |
| XYZ | 67.67 | 83.35 | 13.01 | - |
| YUV | 216.5 | 14.85 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 16 | 0.03 | 0 | 0.93 | 0.04 | 62.1 | 0.92 | 0.51 |
| Hex | ED | F5 | 10 | 3 | 0 | 5D | 4 | 3E | 5C | 33 |
| Octal | 355 | 365 | 20 | 3 | 0 | 135 | 4 | 76 | 134 | 63 |
| Binary | 11101101 | 11110101 | 10000 | 11 | 0 | 1011101 | 100 | 111110 | 1011100 | 110011 |
Color Harmonies of #EDF510
Complementary color
Monochromatic Colors of #EDF510
Black with #EDF510
Text Example
Text Example
White with #EDF510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF510; }
p { color: rgb(237,245,16); }
H1.HeaderClassName
{
color: #EDF510;
}
.AnyTagClassName
{
color: #EDF510;
}
</style>
background-color css
<style>
a { background-color: #EDF510; }
a { background-color: rgb(237,245,16); }
div.DivClassName
{
background-color: #EDF510;
}
.BgClassName
{
background-color: #EDF510;
}
</style>
border-color css
<style>
span { border-color: #EDF510; }
span { border-color: rgb(237,245,16); }
td.TdClassName
{
border-color: #EDF510;
}
.TagClassName
{
border-color: #EDF510;
}
</style>