Shades of Lemon #EDF40B
Tints of Lemon #EDF40B
RGB
CMYK
RGB Variations
Color information
#EDF40B (or 0xEDF40B) is known color: Lemon. HEX triplet: ED, F4 and 0B. RGB value is (237,244,11). Sum of RGB (Red+Green+Blue) = 237+244+11=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 11 (4.69% from 255 or 2.24% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF40B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF40B is #120BF4. Grayscale: #D8D8D8. Windows color (decimal): -1182709 or 783597. OLE color: 783597.
HSL color Cylindrical-coordinate representation of color #EDF40B: hue angle of 61.8º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDF40B is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 11 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.04 |
| HSL | 61.8º | 0.91% | 0.5% | - |
| HSV(B) | 61.8º | 0.95% | 0.96% | - |
| XYZ | 67.34 | 82.73 | 12.74 | - |
| YUV | 215.35 | 12.68 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 11 | 0.03 | 0 | 0.95 | 0.04 | 61.8 | 0.91 | 0.5 |
| Hex | ED | F4 | B | 3 | 0 | 5F | 4 | 3E | 5B | 32 |
| Octal | 355 | 364 | 13 | 3 | 0 | 137 | 4 | 76 | 133 | 62 |
| Binary | 11101101 | 11110100 | 1011 | 11 | 0 | 1011111 | 100 | 111110 | 1011011 | 110010 |
Color Harmonies of #EDF40B
Complementary color
Monochromatic Colors of #EDF40B
Black with #EDF40B
Text Example
Text Example
White with #EDF40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF40B; }
p { color: rgb(237,244,11); }
H1.HeaderClassName
{
color: #EDF40B;
}
.AnyTagClassName
{
color: #EDF40B;
}
</style>
background-color css
<style>
a { background-color: #EDF40B; }
a { background-color: rgb(237,244,11); }
div.DivClassName
{
background-color: #EDF40B;
}
.BgClassName
{
background-color: #EDF40B;
}
</style>
border-color css
<style>
span { border-color: #EDF40B; }
span { border-color: rgb(237,244,11); }
td.TdClassName
{
border-color: #EDF40B;
}
.TagClassName
{
border-color: #EDF40B;
}
</style>