Shades of Lemon #EEF121
Tints of Lemon #EEF121
RGB
CMYK
RGB Variations
Color information
#EEF121 (or 0xEEF121) is known color: Lemon. HEX triplet: EE, F1 and 21. RGB value is (238,241,33). Sum of RGB (Red+Green+Blue) = 238+241+33=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 33 (13.28% from 255 or 6.45% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF121 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF121 is #110EDE. Grayscale: #D9D9D9. Windows color (decimal): -1117919 or 2224622. OLE color: 2224622.
HSL color Cylindrical-coordinate representation of color #EEF121: hue angle of 60.87º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EEF121 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 33 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.05 |
| HSL | 60.87º | 0.88% | 0.54% | - |
| HSV(B) | 60.87º | 0.86% | 0.95% | - |
| XYZ | 66.99 | 81.2 | 13.58 | - |
| YUV | 216.39 | 24.51 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 33 | 0.01 | 0 | 0.86 | 0.05 | 60.87 | 0.88 | 0.54 |
| Hex | EE | F1 | 21 | 1 | 0 | 56 | 5 | 3D | 58 | 36 |
| Octal | 356 | 361 | 41 | 1 | 0 | 126 | 5 | 75 | 130 | 66 |
| Binary | 11101110 | 11110001 | 100001 | 1 | 0 | 1010110 | 101 | 111101 | 1011000 | 110110 |
Color Harmonies of #EEF121
Complementary color
Monochromatic Colors of #EEF121
Black with #EEF121
Text Example
Text Example
White with #EEF121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF121; }
p { color: rgb(238,241,33); }
H1.HeaderClassName
{
color: #EEF121;
}
.AnyTagClassName
{
color: #EEF121;
}
</style>
background-color css
<style>
a { background-color: #EEF121; }
a { background-color: rgb(238,241,33); }
div.DivClassName
{
background-color: #EEF121;
}
.BgClassName
{
background-color: #EEF121;
}
</style>
border-color css
<style>
span { border-color: #EEF121; }
span { border-color: rgb(238,241,33); }
td.TdClassName
{
border-color: #EEF121;
}
.TagClassName
{
border-color: #EEF121;
}
</style>