Shades of Lemon #EDF21A
Tints of Lemon #EDF21A
RGB
CMYK
RGB Variations
Color information
#EDF21A (or 0xEDF21A) is known color: Lemon. HEX triplet: ED, F2 and 1A. RGB value is (237,242,26). Sum of RGB (Red+Green+Blue) = 237+242+26=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 26 (10.55% from 255 or 5.15% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF21A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF21A is #120DE5. Grayscale: #D8D8D8. Windows color (decimal): -1183206 or 1766125. OLE color: 1766125.
HSL color Cylindrical-coordinate representation of color #EDF21A: hue angle of 61.39º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDF21A is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 26 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.05 |
| HSL | 61.39º | 0.89% | 0.53% | - |
| HSV(B) | 61.39º | 0.89% | 0.95% | - |
| XYZ | 66.86 | 81.58 | 13.2 | - |
| YUV | 215.88 | 20.84 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 26 | 0.02 | 0 | 0.89 | 0.05 | 61.39 | 0.89 | 0.53 |
| Hex | ED | F2 | 1A | 2 | 0 | 59 | 5 | 3D | 59 | 35 |
| Octal | 355 | 362 | 32 | 2 | 0 | 131 | 5 | 75 | 131 | 65 |
| Binary | 11101101 | 11110010 | 11010 | 10 | 0 | 1011001 | 101 | 111101 | 1011001 | 110101 |
Color Harmonies of #EDF21A
Complementary color
Monochromatic Colors of #EDF21A
Black with #EDF21A
Text Example
Text Example
White with #EDF21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF21A; }
p { color: rgb(237,242,26); }
H1.HeaderClassName
{
color: #EDF21A;
}
.AnyTagClassName
{
color: #EDF21A;
}
</style>
background-color css
<style>
a { background-color: #EDF21A; }
a { background-color: rgb(237,242,26); }
div.DivClassName
{
background-color: #EDF21A;
}
.BgClassName
{
background-color: #EDF21A;
}
</style>
border-color css
<style>
span { border-color: #EDF21A; }
span { border-color: rgb(237,242,26); }
td.TdClassName
{
border-color: #EDF21A;
}
.TagClassName
{
border-color: #EDF21A;
}
</style>