Shades of Lemon #EDF219
Tints of Lemon #EDF219
RGB
CMYK
RGB Variations
Color information
#EDF219 (or 0xEDF219) is known color: Lemon. HEX triplet: ED, F2 and 19. RGB value is (237,242,25). Sum of RGB (Red+Green+Blue) = 237+242+25=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 25 (10.16% from 255 or 4.96% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF219 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF219 is #120DE6. Grayscale: #D8D8D8. Windows color (decimal): -1183207 or 1700589. OLE color: 1700589.
HSL color Cylindrical-coordinate representation of color #EDF219: hue angle of 61.38º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDF219 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 25 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.05 |
| HSL | 61.38º | 0.89% | 0.52% | - |
| HSV(B) | 61.38º | 0.9% | 0.95% | - |
| XYZ | 66.85 | 81.58 | 13.14 | - |
| YUV | 215.77 | 20.34 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 25 | 0.02 | 0 | 0.90 | 0.05 | 61.38 | 0.89 | 0.52 |
| Hex | ED | F2 | 19 | 2 | 0 | 5A | 5 | 3D | 59 | 34 |
| Octal | 355 | 362 | 31 | 2 | 0 | 132 | 5 | 75 | 131 | 64 |
| Binary | 11101101 | 11110010 | 11001 | 10 | 0 | 1011010 | 101 | 111101 | 1011001 | 110100 |
Color Harmonies of #EDF219
Complementary color
Monochromatic Colors of #EDF219
Black with #EDF219
Text Example
Text Example
White with #EDF219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF219; }
p { color: rgb(237,242,25); }
H1.HeaderClassName
{
color: #EDF219;
}
.AnyTagClassName
{
color: #EDF219;
}
</style>
background-color css
<style>
a { background-color: #EDF219; }
a { background-color: rgb(237,242,25); }
div.DivClassName
{
background-color: #EDF219;
}
.BgClassName
{
background-color: #EDF219;
}
</style>
border-color css
<style>
span { border-color: #EDF219; }
span { border-color: rgb(237,242,25); }
td.TdClassName
{
border-color: #EDF219;
}
.TagClassName
{
border-color: #EDF219;
}
</style>