Shades of Lemon #EDF81C
Tints of Lemon #EDF81C
RGB
CMYK
RGB Variations
Color information
#EDF81C (or 0xEDF81C) is known color: Lemon. HEX triplet: ED, F8 and 1C. RGB value is (237,248,28). Sum of RGB (Red+Green+Blue) = 237+248+28=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 28 (11.33% from 255 or 5.46% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF81C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF81C is #1207E3. Grayscale: #DCDCDC. Windows color (decimal): -1181668 or 1898733. OLE color: 1898733.
HSL color Cylindrical-coordinate representation of color #EDF81C: hue angle of 63º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDF81C is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 28 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.03 |
| HSL | 63º | 0.94% | 0.54% | - |
| HSV(B) | 63º | 0.89% | 0.97% | - |
| XYZ | 68.7 | 85.22 | 13.93 | - |
| YUV | 219.63 | 19.86 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 28 | 0.04 | 0 | 0.89 | 0.03 | 63 | 0.94 | 0.54 |
| Hex | ED | F8 | 1C | 4 | 0 | 59 | 3 | 3F | 5E | 36 |
| Octal | 355 | 370 | 34 | 4 | 0 | 131 | 3 | 77 | 136 | 66 |
| Binary | 11101101 | 11111000 | 11100 | 100 | 0 | 1011001 | 11 | 111111 | 1011110 | 110110 |
Color Harmonies of #EDF81C
Complementary color
Monochromatic Colors of #EDF81C
Black with #EDF81C
Text Example
Text Example
White with #EDF81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF81C; }
p { color: rgb(237,248,28); }
H1.HeaderClassName
{
color: #EDF81C;
}
.AnyTagClassName
{
color: #EDF81C;
}
</style>
background-color css
<style>
a { background-color: #EDF81C; }
a { background-color: rgb(237,248,28); }
div.DivClassName
{
background-color: #EDF81C;
}
.BgClassName
{
background-color: #EDF81C;
}
</style>
border-color css
<style>
span { border-color: #EDF81C; }
span { border-color: rgb(237,248,28); }
td.TdClassName
{
border-color: #EDF81C;
}
.TagClassName
{
border-color: #EDF81C;
}
</style>