Shades of Lemon #EDF421
Tints of Lemon #EDF421
RGB
CMYK
RGB Variations
Color information
#EDF421 (or 0xEDF421) is known color: Lemon. HEX triplet: ED, F4 and 21. RGB value is (237,244,33). Sum of RGB (Red+Green+Blue) = 237+244+33=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 33 (13.28% from 255 or 6.42% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF421 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF421 is #120BDE. Grayscale: #DADADA. Windows color (decimal): -1182687 or 2225389. OLE color: 2225389.
HSL color Cylindrical-coordinate representation of color #EDF421: hue angle of 61.99º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDF421 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 33 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.04 |
| HSL | 61.99º | 0.91% | 0.54% | - |
| HSV(B) | 61.99º | 0.86% | 0.96% | - |
| XYZ | 67.55 | 82.82 | 13.86 | - |
| YUV | 217.85 | 23.68 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 33 | 0.03 | 0 | 0.86 | 0.04 | 61.99 | 0.91 | 0.54 |
| Hex | ED | F4 | 21 | 3 | 0 | 56 | 4 | 3E | 5B | 36 |
| Octal | 355 | 364 | 41 | 3 | 0 | 126 | 4 | 76 | 133 | 66 |
| Binary | 11101101 | 11110100 | 100001 | 11 | 0 | 1010110 | 100 | 111110 | 1011011 | 110110 |
Color Harmonies of #EDF421
Complementary color
Monochromatic Colors of #EDF421
Black with #EDF421
Text Example
Text Example
White with #EDF421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF421; }
p { color: rgb(237,244,33); }
H1.HeaderClassName
{
color: #EDF421;
}
.AnyTagClassName
{
color: #EDF421;
}
</style>
background-color css
<style>
a { background-color: #EDF421; }
a { background-color: rgb(237,244,33); }
div.DivClassName
{
background-color: #EDF421;
}
.BgClassName
{
background-color: #EDF421;
}
</style>
border-color css
<style>
span { border-color: #EDF421; }
span { border-color: rgb(237,244,33); }
td.TdClassName
{
border-color: #EDF421;
}
.TagClassName
{
border-color: #EDF421;
}
</style>