Shades of Lemon #EEFA19
Tints of Lemon #EEFA19
RGB
CMYK
RGB Variations
Color information
#EEFA19 (or 0xEEFA19) is known color: Lemon. HEX triplet: EE, FA and 19. RGB value is (238,250,25). Sum of RGB (Red+Green+Blue) = 238+250+25=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 25 (10.16% from 255 or 4.87% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEFA19 is #1105E6. Grayscale: #DDDDDD. Windows color (decimal): -1115623 or 1702638. OLE color: 1702638.
HSL color Cylindrical-coordinate representation of color #EEFA19: hue angle of 63.2º 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 #EEFA19 is Cyan = 0.05, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 25 | - |
| CMYK | 0.05 | 0 | 0.9 | 0.02 |
| HSL | 63.2º | 0.96% | 0.54% | - |
| HSV(B) | 63.2º | 0.9% | 0.98% | - |
| XYZ | 69.62 | 86.62 | 13.97 | - |
| YUV | 220.76 | 17.52 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 25 | 0.05 | 0 | 0.9 | 0.02 | 63.2 | 0.96 | 0.54 |
| Hex | EE | FA | 19 | 5 | 0 | 5A | 2 | 3F | 60 | 36 |
| Octal | 356 | 372 | 31 | 5 | 0 | 132 | 2 | 77 | 140 | 66 |
| Binary | 11101110 | 11111010 | 11001 | 101 | 0 | 1011010 | 10 | 111111 | 1100000 | 110110 |
Color Harmonies of #EEFA19
Complementary color
Monochromatic Colors of #EEFA19
Black with #EEFA19
Text Example
Text Example
White with #EEFA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA19; }
p { color: rgb(238,250,25); }
H1.HeaderClassName
{
color: #EEFA19;
}
.AnyTagClassName
{
color: #EEFA19;
}
</style>
background-color css
<style>
a { background-color: #EEFA19; }
a { background-color: rgb(238,250,25); }
div.DivClassName
{
background-color: #EEFA19;
}
.BgClassName
{
background-color: #EEFA19;
}
</style>
border-color css
<style>
span { border-color: #EEFA19; }
span { border-color: rgb(238,250,25); }
td.TdClassName
{
border-color: #EEFA19;
}
.TagClassName
{
border-color: #EEFA19;
}
</style>