Shades of Lemon #EEF111
Tints of Lemon #EEF111
RGB
CMYK
RGB Variations
Color information
#EEF111 (or 0xEEF111) is known color: Lemon. HEX triplet: EE, F1 and 11. RGB value is (238,241,17). Sum of RGB (Red+Green+Blue) = 238+241+17=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 17 (7.03% from 255 or 3.43% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF111 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF111 is #110EEE. Grayscale: #D7D7D7. Windows color (decimal): -1117935 or 1176046. OLE color: 1176046.
HSL color Cylindrical-coordinate representation of color #EEF111: hue angle of 60.8º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEF111 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 17 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.05 |
| HSL | 60.8º | 0.89% | 0.51% | - |
| HSV(B) | 60.8º | 0.93% | 0.95% | - |
| XYZ | 66.82 | 81.13 | 12.67 | - |
| YUV | 214.57 | 16.51 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 17 | 0.01 | 0 | 0.93 | 0.05 | 60.8 | 0.89 | 0.51 |
| Hex | EE | F1 | 11 | 1 | 0 | 5D | 5 | 3D | 59 | 33 |
| Octal | 356 | 361 | 21 | 1 | 0 | 135 | 5 | 75 | 131 | 63 |
| Binary | 11101110 | 11110001 | 10001 | 1 | 0 | 1011101 | 101 | 111101 | 1011001 | 110011 |
Color Harmonies of #EEF111
Complementary color
Monochromatic Colors of #EEF111
Black with #EEF111
Text Example
Text Example
White with #EEF111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF111; }
p { color: rgb(238,241,17); }
H1.HeaderClassName
{
color: #EEF111;
}
.AnyTagClassName
{
color: #EEF111;
}
</style>
background-color css
<style>
a { background-color: #EEF111; }
a { background-color: rgb(238,241,17); }
div.DivClassName
{
background-color: #EEF111;
}
.BgClassName
{
background-color: #EEF111;
}
</style>
border-color css
<style>
span { border-color: #EEF111; }
span { border-color: rgb(238,241,17); }
td.TdClassName
{
border-color: #EEF111;
}
.TagClassName
{
border-color: #EEF111;
}
</style>