Shades of Lemon #EEF718
Tints of Lemon #EEF718
RGB
CMYK
RGB Variations
Color information
#EEF718 (or 0xEEF718) is known color: Lemon. HEX triplet: EE, F7 and 18. RGB value is (238,247,24). Sum of RGB (Red+Green+Blue) = 238+247+24=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 24 (9.77% from 255 or 4.72% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF718 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF718 is #1108E7. Grayscale: #DBDBDB. Windows color (decimal): -1116392 or 1636334. OLE color: 1636334.
HSL color Cylindrical-coordinate representation of color #EEF718: hue angle of 62.42º degrees, saturation: 0.93, 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 #EEF718 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 24 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.03 |
| HSL | 62.42º | 0.93% | 0.53% | - |
| HSV(B) | 62.42º | 0.9% | 0.97% | - |
| XYZ | 68.69 | 84.76 | 13.61 | - |
| YUV | 218.89 | 18.02 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 24 | 0.04 | 0 | 0.90 | 0.03 | 62.42 | 0.93 | 0.53 |
| Hex | EE | F7 | 18 | 4 | 0 | 5A | 3 | 3E | 5D | 35 |
| Octal | 356 | 367 | 30 | 4 | 0 | 132 | 3 | 76 | 135 | 65 |
| Binary | 11101110 | 11110111 | 11000 | 100 | 0 | 1011010 | 11 | 111110 | 1011101 | 110101 |
Color Harmonies of #EEF718
Complementary color
Monochromatic Colors of #EEF718
Black with #EEF718
Text Example
Text Example
White with #EEF718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF718; }
p { color: rgb(238,247,24); }
H1.HeaderClassName
{
color: #EEF718;
}
.AnyTagClassName
{
color: #EEF718;
}
</style>
background-color css
<style>
a { background-color: #EEF718; }
a { background-color: rgb(238,247,24); }
div.DivClassName
{
background-color: #EEF718;
}
.BgClassName
{
background-color: #EEF718;
}
</style>
border-color css
<style>
span { border-color: #EEF718; }
span { border-color: rgb(238,247,24); }
td.TdClassName
{
border-color: #EEF718;
}
.TagClassName
{
border-color: #EEF718;
}
</style>