Shades of Lemon #EDF916
Tints of Lemon #EDF916
RGB
CMYK
RGB Variations
Color information
#EDF916 (or 0xEDF916) is known color: Lemon. HEX triplet: ED, F9 and 16. RGB value is (237,249,22). Sum of RGB (Red+Green+Blue) = 237+249+22=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 22 (8.98% from 255 or 4.33% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF916 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF916 is #1206E9. Grayscale: #DCDCDC. Windows color (decimal): -1181418 or 1505773. OLE color: 1505773.
HSL color Cylindrical-coordinate representation of color #EDF916: hue angle of 63.17º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDF916 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 22 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.02 |
| HSL | 63.17º | 0.95% | 0.53% | - |
| HSV(B) | 63.17º | 0.91% | 0.98% | - |
| XYZ | 68.95 | 85.81 | 13.69 | - |
| YUV | 219.53 | 16.52 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 22 | 0.05 | 0 | 0.91 | 0.02 | 63.17 | 0.95 | 0.53 |
| Hex | ED | F9 | 16 | 5 | 0 | 5B | 2 | 3F | 5F | 35 |
| Octal | 355 | 371 | 26 | 5 | 0 | 133 | 2 | 77 | 137 | 65 |
| Binary | 11101101 | 11111001 | 10110 | 101 | 0 | 1011011 | 10 | 111111 | 1011111 | 110101 |
Color Harmonies of #EDF916
Complementary color
Monochromatic Colors of #EDF916
Black with #EDF916
Text Example
Text Example
White with #EDF916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF916; }
p { color: rgb(237,249,22); }
H1.HeaderClassName
{
color: #EDF916;
}
.AnyTagClassName
{
color: #EDF916;
}
</style>
background-color css
<style>
a { background-color: #EDF916; }
a { background-color: rgb(237,249,22); }
div.DivClassName
{
background-color: #EDF916;
}
.BgClassName
{
background-color: #EDF916;
}
</style>
border-color css
<style>
span { border-color: #EDF916; }
span { border-color: rgb(237,249,22); }
td.TdClassName
{
border-color: #EDF916;
}
.TagClassName
{
border-color: #EDF916;
}
</style>