Shades of Lemon #EEF213
Tints of Lemon #EEF213
RGB
CMYK
RGB Variations
Color information
#EEF213 (or 0xEEF213) is known color: Lemon. HEX triplet: EE, F2 and 13. RGB value is (238,242,19). Sum of RGB (Red+Green+Blue) = 238+242+19=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 19 (7.81% from 255 or 3.81% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF213 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF213 is #110DEC. Grayscale: #D8D8D8. Windows color (decimal): -1117677 or 1307374. OLE color: 1307374.
HSL color Cylindrical-coordinate representation of color #EEF213: 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 #EEF213 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 19 | - |
| 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.13 | 81.73 | 12.85 | - |
| YUV | 215.38 | 17.17 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 19 | 0.02 | 0 | 0.92 | 0.05 | 61.08 | 0.9 | 0.51 |
| Hex | EE | F2 | 13 | 2 | 0 | 5C | 5 | 3D | 5A | 33 |
| Octal | 356 | 362 | 23 | 2 | 0 | 134 | 5 | 75 | 132 | 63 |
| Binary | 11101110 | 11110010 | 10011 | 10 | 0 | 1011100 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #EEF213
Complementary color
Monochromatic Colors of #EEF213
Black with #EEF213
Text Example
Text Example
White with #EEF213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF213; }
p { color: rgb(238,242,19); }
H1.HeaderClassName
{
color: #EEF213;
}
.AnyTagClassName
{
color: #EEF213;
}
</style>
background-color css
<style>
a { background-color: #EEF213; }
a { background-color: rgb(238,242,19); }
div.DivClassName
{
background-color: #EEF213;
}
.BgClassName
{
background-color: #EEF213;
}
</style>
border-color css
<style>
span { border-color: #EEF213; }
span { border-color: rgb(238,242,19); }
td.TdClassName
{
border-color: #EEF213;
}
.TagClassName
{
border-color: #EEF213;
}
</style>