Shades of Lemon #EDF511
Tints of Lemon #EDF511
RGB
CMYK
RGB Variations
Color information
#EDF511 (or 0xEDF511) is known color: Lemon. HEX triplet: ED, F5 and 11. RGB value is (237,245,17). Sum of RGB (Red+Green+Blue) = 237+245+17=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 17 (7.03% from 255 or 3.41% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF511 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF511 is #120AEE. Grayscale: #D9D9D9. Windows color (decimal): -1182447 or 1177069. OLE color: 1177069.
HSL color Cylindrical-coordinate representation of color #EDF511: hue angle of 62.11º 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 #EDF511 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 17 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.04 |
| HSL | 62.11º | 0.92% | 0.51% | - |
| HSV(B) | 62.11º | 0.93% | 0.96% | - |
| XYZ | 67.68 | 83.35 | 13.05 | - |
| YUV | 216.62 | 15.35 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 17 | 0.03 | 0 | 0.93 | 0.04 | 62.11 | 0.92 | 0.51 |
| Hex | ED | F5 | 11 | 3 | 0 | 5D | 4 | 3E | 5C | 33 |
| Octal | 355 | 365 | 21 | 3 | 0 | 135 | 4 | 76 | 134 | 63 |
| Binary | 11101101 | 11110101 | 10001 | 11 | 0 | 1011101 | 100 | 111110 | 1011100 | 110011 |
Color Harmonies of #EDF511
Complementary color
Monochromatic Colors of #EDF511
Black with #EDF511
Text Example
Text Example
White with #EDF511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF511; }
p { color: rgb(237,245,17); }
H1.HeaderClassName
{
color: #EDF511;
}
.AnyTagClassName
{
color: #EDF511;
}
</style>
background-color css
<style>
a { background-color: #EDF511; }
a { background-color: rgb(237,245,17); }
div.DivClassName
{
background-color: #EDF511;
}
.BgClassName
{
background-color: #EDF511;
}
</style>
border-color css
<style>
span { border-color: #EDF511; }
span { border-color: rgb(237,245,17); }
td.TdClassName
{
border-color: #EDF511;
}
.TagClassName
{
border-color: #EDF511;
}
</style>