Shades of Lemon #EEF618
Tints of Lemon #EEF618
RGB
CMYK
RGB Variations
Color information
#EEF618 (or 0xEEF618) is known color: Lemon. HEX triplet: EE, F6 and 18. RGB value is (238,246,24). Sum of RGB (Red+Green+Blue) = 238+246+24=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 24 (9.77% from 255 or 4.72% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF618 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF618 is #1109E7. Grayscale: #DBDBDB. Windows color (decimal): -1116648 or 1636078. OLE color: 1636078.
HSL color Cylindrical-coordinate representation of color #EEF618: hue angle of 62.16º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEF618 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 24 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.04 |
| HSL | 62.16º | 0.93% | 0.53% | - |
| HSV(B) | 62.16º | 0.9% | 0.96% | - |
| XYZ | 68.38 | 84.15 | 13.5 | - |
| YUV | 218.3 | 18.35 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 24 | 0.03 | 0 | 0.90 | 0.04 | 62.16 | 0.93 | 0.53 |
| Hex | EE | F6 | 18 | 3 | 0 | 5A | 4 | 3E | 5C | 35 |
| Octal | 356 | 366 | 30 | 3 | 0 | 132 | 4 | 76 | 134 | 65 |
| Binary | 11101110 | 11110110 | 11000 | 11 | 0 | 1011010 | 100 | 111110 | 1011100 | 110101 |
Color Harmonies of #EEF618
Complementary color
Monochromatic Colors of #EEF618
Black with #EEF618
Text Example
Text Example
White with #EEF618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF618; }
p { color: rgb(238,246,24); }
H1.HeaderClassName
{
color: #EEF618;
}
.AnyTagClassName
{
color: #EEF618;
}
</style>
background-color css
<style>
a { background-color: #EEF618; }
a { background-color: rgb(238,246,24); }
div.DivClassName
{
background-color: #EEF618;
}
.BgClassName
{
background-color: #EEF618;
}
</style>
border-color css
<style>
span { border-color: #EEF618; }
span { border-color: rgb(238,246,24); }
td.TdClassName
{
border-color: #EEF618;
}
.TagClassName
{
border-color: #EEF618;
}
</style>