Shades of Lemon #EDF715
Tints of Lemon #EDF715
RGB
CMYK
RGB Variations
Color information
#EDF715 (or 0xEDF715) is known color: Lemon. HEX triplet: ED, F7 and 15. RGB value is (237,247,21). Sum of RGB (Red+Green+Blue) = 237+247+21=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 21 (8.59% from 255 or 4.16% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF715 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF715 is #1208EA. Grayscale: #DBDBDB. Windows color (decimal): -1181931 or 1439725. OLE color: 1439725.
HSL color Cylindrical-coordinate representation of color #EDF715: hue angle of 62.65º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDF715 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 21 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.03 |
| HSL | 62.65º | 0.93% | 0.53% | - |
| HSV(B) | 62.65º | 0.91% | 0.97% | - |
| XYZ | 68.32 | 84.58 | 13.43 | - |
| YUV | 218.25 | 16.69 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 21 | 0.04 | 0 | 0.91 | 0.03 | 62.65 | 0.93 | 0.53 |
| Hex | ED | F7 | 15 | 4 | 0 | 5B | 3 | 3F | 5D | 35 |
| Octal | 355 | 367 | 25 | 4 | 0 | 133 | 3 | 77 | 135 | 65 |
| Binary | 11101101 | 11110111 | 10101 | 100 | 0 | 1011011 | 11 | 111111 | 1011101 | 110101 |
Color Harmonies of #EDF715
Complementary color
Monochromatic Colors of #EDF715
Black with #EDF715
Text Example
Text Example
White with #EDF715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF715; }
p { color: rgb(237,247,21); }
H1.HeaderClassName
{
color: #EDF715;
}
.AnyTagClassName
{
color: #EDF715;
}
</style>
background-color css
<style>
a { background-color: #EDF715; }
a { background-color: rgb(237,247,21); }
div.DivClassName
{
background-color: #EDF715;
}
.BgClassName
{
background-color: #EDF715;
}
</style>
border-color css
<style>
span { border-color: #EDF715; }
span { border-color: rgb(237,247,21); }
td.TdClassName
{
border-color: #EDF715;
}
.TagClassName
{
border-color: #EDF715;
}
</style>