Shades of Lemon #EEF115
Tints of Lemon #EEF115
RGB
CMYK
RGB Variations
Color information
#EEF115 (or 0xEEF115) is known color: Lemon. HEX triplet: EE, F1 and 15. RGB value is (238,241,21). Sum of RGB (Red+Green+Blue) = 238+241+21=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 21 (8.59% from 255 or 4.2% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF115 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF115 is #110EEA. Grayscale: #D7D7D7. Windows color (decimal): -1117931 or 1438190. OLE color: 1438190.
HSL color Cylindrical-coordinate representation of color #EEF115: hue angle of 60.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEF115 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 21 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.05 |
| HSL | 60.82º | 0.89% | 0.51% | - |
| HSV(B) | 60.82º | 0.91% | 0.95% | - |
| XYZ | 66.85 | 81.14 | 12.85 | - |
| YUV | 215.02 | 18.51 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 21 | 0.01 | 0 | 0.91 | 0.05 | 60.82 | 0.89 | 0.51 |
| Hex | EE | F1 | 15 | 1 | 0 | 5B | 5 | 3D | 59 | 33 |
| Octal | 356 | 361 | 25 | 1 | 0 | 133 | 5 | 75 | 131 | 63 |
| Binary | 11101110 | 11110001 | 10101 | 1 | 0 | 1011011 | 101 | 111101 | 1011001 | 110011 |
Color Harmonies of #EEF115
Complementary color
Monochromatic Colors of #EEF115
Black with #EEF115
Text Example
Text Example
White with #EEF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF115; }
p { color: rgb(238,241,21); }
H1.HeaderClassName
{
color: #EEF115;
}
.AnyTagClassName
{
color: #EEF115;
}
</style>
background-color css
<style>
a { background-color: #EEF115; }
a { background-color: rgb(238,241,21); }
div.DivClassName
{
background-color: #EEF115;
}
.BgClassName
{
background-color: #EEF115;
}
</style>
border-color css
<style>
span { border-color: #EEF115; }
span { border-color: rgb(238,241,21); }
td.TdClassName
{
border-color: #EEF115;
}
.TagClassName
{
border-color: #EEF115;
}
</style>