Shades of Lemon #EEF110
Tints of Lemon #EEF110
RGB
CMYK
RGB Variations
Color information
#EEF110 (or 0xEEF110) is known color: Lemon. HEX triplet: EE, F1 and 10. RGB value is (238,241,16). Sum of RGB (Red+Green+Blue) = 238+241+16=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 16 (6.64% from 255 or 3.23% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF110 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF110 is #110EEF. Grayscale: #D7D7D7. Windows color (decimal): -1117936 or 1110510. OLE color: 1110510.
HSL color Cylindrical-coordinate representation of color #EEF110: hue angle of 60.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEF110 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 16 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.05 |
| HSL | 60.8º | 0.89% | 0.5% | - |
| HSV(B) | 60.8º | 0.93% | 0.95% | - |
| XYZ | 66.81 | 81.13 | 12.63 | - |
| YUV | 214.45 | 16.01 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 16 | 0.01 | 0 | 0.93 | 0.05 | 60.8 | 0.89 | 0.5 |
| Hex | EE | F1 | 10 | 1 | 0 | 5D | 5 | 3D | 59 | 32 |
| Octal | 356 | 361 | 20 | 1 | 0 | 135 | 5 | 75 | 131 | 62 |
| Binary | 11101110 | 11110001 | 10000 | 1 | 0 | 1011101 | 101 | 111101 | 1011001 | 110010 |
Color Harmonies of #EEF110
Complementary color
Monochromatic Colors of #EEF110
Black with #EEF110
Text Example
Text Example
White with #EEF110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF110; }
p { color: rgb(238,241,16); }
H1.HeaderClassName
{
color: #EEF110;
}
.AnyTagClassName
{
color: #EEF110;
}
</style>
background-color css
<style>
a { background-color: #EEF110; }
a { background-color: rgb(238,241,16); }
div.DivClassName
{
background-color: #EEF110;
}
.BgClassName
{
background-color: #EEF110;
}
</style>
border-color css
<style>
span { border-color: #EEF110; }
span { border-color: rgb(238,241,16); }
td.TdClassName
{
border-color: #EEF110;
}
.TagClassName
{
border-color: #EEF110;
}
</style>