Shades of Lemon #EEF216
Tints of Lemon #EEF216
RGB
CMYK
RGB Variations
Color information
#EEF216 (or 0xEEF216) is known color: Lemon. HEX triplet: EE, F2 and 16. RGB value is (238,242,22). Sum of RGB (Red+Green+Blue) = 238+242+22=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 22 (8.98% from 255 or 4.38% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF216 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF216 is #110DE9. Grayscale: #D8D8D8. Windows color (decimal): -1117674 or 1503982. OLE color: 1503982.
HSL color Cylindrical-coordinate representation of color #EEF216: hue angle of 61.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEF216 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 22 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.05 |
| HSL | 61.09º | 0.89% | 0.52% | - |
| HSV(B) | 61.09º | 0.91% | 0.95% | - |
| XYZ | 67.16 | 81.74 | 13 | - |
| YUV | 215.72 | 18.67 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 22 | 0.02 | 0 | 0.91 | 0.05 | 61.09 | 0.89 | 0.52 |
| Hex | EE | F2 | 16 | 2 | 0 | 5B | 5 | 3D | 59 | 34 |
| Octal | 356 | 362 | 26 | 2 | 0 | 133 | 5 | 75 | 131 | 64 |
| Binary | 11101110 | 11110010 | 10110 | 10 | 0 | 1011011 | 101 | 111101 | 1011001 | 110100 |
Color Harmonies of #EEF216
Complementary color
Monochromatic Colors of #EEF216
Black with #EEF216
Text Example
Text Example
White with #EEF216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF216; }
p { color: rgb(238,242,22); }
H1.HeaderClassName
{
color: #EEF216;
}
.AnyTagClassName
{
color: #EEF216;
}
</style>
background-color css
<style>
a { background-color: #EEF216; }
a { background-color: rgb(238,242,22); }
div.DivClassName
{
background-color: #EEF216;
}
.BgClassName
{
background-color: #EEF216;
}
</style>
border-color css
<style>
span { border-color: #EEF216; }
span { border-color: rgb(238,242,22); }
td.TdClassName
{
border-color: #EEF216;
}
.TagClassName
{
border-color: #EEF216;
}
</style>