Shades of Lemon #EEFA18
Tints of Lemon #EEFA18
RGB
CMYK
RGB Variations
Color information
#EEFA18 (or 0xEEFA18) is known color: Lemon. HEX triplet: EE, FA and 18. RGB value is (238,250,24). Sum of RGB (Red+Green+Blue) = 238+250+24=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 24 (9.77% from 255 or 4.69% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEFA18 is #1105E7. Grayscale: #DDDDDD. Windows color (decimal): -1115624 or 1637102. OLE color: 1637102.
HSL color Cylindrical-coordinate representation of color #EEFA18: hue angle of 63.19º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEFA18 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 24 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.02 |
| HSL | 63.19º | 0.96% | 0.54% | - |
| HSV(B) | 63.19º | 0.9% | 0.98% | - |
| XYZ | 69.61 | 86.61 | 13.91 | - |
| YUV | 220.65 | 17.02 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 24 | 0.05 | 0 | 0.90 | 0.02 | 63.19 | 0.96 | 0.54 |
| Hex | EE | FA | 18 | 5 | 0 | 5A | 2 | 3F | 60 | 36 |
| Octal | 356 | 372 | 30 | 5 | 0 | 132 | 2 | 77 | 140 | 66 |
| Binary | 11101110 | 11111010 | 11000 | 101 | 0 | 1011010 | 10 | 111111 | 1100000 | 110110 |
Color Harmonies of #EEFA18
Complementary color
Monochromatic Colors of #EEFA18
Black with #EEFA18
Text Example
Text Example
White with #EEFA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA18; }
p { color: rgb(238,250,24); }
H1.HeaderClassName
{
color: #EEFA18;
}
.AnyTagClassName
{
color: #EEFA18;
}
</style>
background-color css
<style>
a { background-color: #EEFA18; }
a { background-color: rgb(238,250,24); }
div.DivClassName
{
background-color: #EEFA18;
}
.BgClassName
{
background-color: #EEFA18;
}
</style>
border-color css
<style>
span { border-color: #EEFA18; }
span { border-color: rgb(238,250,24); }
td.TdClassName
{
border-color: #EEFA18;
}
.TagClassName
{
border-color: #EEFA18;
}
</style>