Shades of Lemon #EEF214
Tints of Lemon #EEF214
RGB
CMYK
RGB Variations
Color information
#EEF214 (or 0xEEF214) is known color: Lemon. HEX triplet: EE, F2 and 14. RGB value is (238,242,20). Sum of RGB (Red+Green+Blue) = 238+242+20=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 20 (8.20% from 255 or 4% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF214 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF214 is #110DEB. Grayscale: #D8D8D8. Windows color (decimal): -1117676 or 1372910. OLE color: 1372910.
HSL color Cylindrical-coordinate representation of color #EEF214: hue angle of 61.08º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEF214 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 20 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.05 |
| HSL | 61.08º | 0.9% | 0.51% | - |
| HSV(B) | 61.08º | 0.92% | 0.95% | - |
| XYZ | 67.14 | 81.73 | 12.9 | - |
| YUV | 215.5 | 17.67 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 20 | 0.02 | 0 | 0.92 | 0.05 | 61.08 | 0.9 | 0.51 |
| Hex | EE | F2 | 14 | 2 | 0 | 5C | 5 | 3D | 5A | 33 |
| Octal | 356 | 362 | 24 | 2 | 0 | 134 | 5 | 75 | 132 | 63 |
| Binary | 11101110 | 11110010 | 10100 | 10 | 0 | 1011100 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #EEF214
Complementary color
Monochromatic Colors of #EEF214
Black with #EEF214
Text Example
Text Example
White with #EEF214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF214; }
p { color: rgb(238,242,20); }
H1.HeaderClassName
{
color: #EEF214;
}
.AnyTagClassName
{
color: #EEF214;
}
</style>
background-color css
<style>
a { background-color: #EEF214; }
a { background-color: rgb(238,242,20); }
div.DivClassName
{
background-color: #EEF214;
}
.BgClassName
{
background-color: #EEF214;
}
</style>
border-color css
<style>
span { border-color: #EEF214; }
span { border-color: rgb(238,242,20); }
td.TdClassName
{
border-color: #EEF214;
}
.TagClassName
{
border-color: #EEF214;
}
</style>