Shades of Lemon #EEF818
Tints of Lemon #EEF818
RGB
CMYK
RGB Variations
Color information
#EEF818 (or 0xEEF818) is known color: Lemon. HEX triplet: EE, F8 and 18. RGB value is (238,248,24). Sum of RGB (Red+Green+Blue) = 238+248+24=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 248 (97.27% from 255 or 48.63% from 510); Blue value is 24 (9.77% from 255 or 4.71% from 510); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF818 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF818 is #1107E7. Grayscale: #DCDCDC. Windows color (decimal): -1116136 or 1636590. OLE color: 1636590.
HSL color Cylindrical-coordinate representation of color #EEF818: hue angle of 62.68º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEF818 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 24 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.03 |
| HSL | 62.68º | 0.94% | 0.53% | - |
| HSV(B) | 62.68º | 0.9% | 0.97% | - |
| XYZ | 68.99 | 85.38 | 13.71 | - |
| YUV | 219.47 | 17.69 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 24 | 0.04 | 0 | 0.90 | 0.03 | 62.68 | 0.94 | 0.53 |
| Hex | EE | F8 | 18 | 4 | 0 | 5A | 3 | 3F | 5E | 35 |
| Octal | 356 | 370 | 30 | 4 | 0 | 132 | 3 | 77 | 136 | 65 |
| Binary | 11101110 | 11111000 | 11000 | 100 | 0 | 1011010 | 11 | 111111 | 1011110 | 110101 |
Color Harmonies of #EEF818
Complementary color
Monochromatic Colors of #EEF818
Black with #EEF818
Text Example
Text Example
White with #EEF818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF818; }
p { color: rgb(238,248,24); }
H1.HeaderClassName
{
color: #EEF818;
}
.AnyTagClassName
{
color: #EEF818;
}
</style>
background-color css
<style>
a { background-color: #EEF818; }
a { background-color: rgb(238,248,24); }
div.DivClassName
{
background-color: #EEF818;
}
.BgClassName
{
background-color: #EEF818;
}
</style>
border-color css
<style>
span { border-color: #EEF818; }
span { border-color: rgb(238,248,24); }
td.TdClassName
{
border-color: #EEF818;
}
.TagClassName
{
border-color: #EEF818;
}
</style>