Shades of Lemon #EEF219
Tints of Lemon #EEF219
RGB
CMYK
RGB Variations
Color information
#EEF219 (or 0xEEF219) is known color: Lemon. HEX triplet: EE, F2 and 19. RGB value is (238,242,25). Sum of RGB (Red+Green+Blue) = 238+242+25=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 25 (10.16% from 255 or 4.95% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF219 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF219 is #110DE6. Grayscale: #D8D8D8. Windows color (decimal): -1117671 or 1700590. OLE color: 1700590.
HSL color Cylindrical-coordinate representation of color #EEF219: hue angle of 61.11º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEF219 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 25 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.05 |
| HSL | 61.11º | 0.89% | 0.52% | - |
| HSV(B) | 61.11º | 0.9% | 0.95% | - |
| XYZ | 67.19 | 81.75 | 13.16 | - |
| YUV | 216.07 | 20.17 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 25 | 0.02 | 0 | 0.90 | 0.05 | 61.11 | 0.89 | 0.52 |
| Hex | EE | F2 | 19 | 2 | 0 | 5A | 5 | 3D | 59 | 34 |
| Octal | 356 | 362 | 31 | 2 | 0 | 132 | 5 | 75 | 131 | 64 |
| Binary | 11101110 | 11110010 | 11001 | 10 | 0 | 1011010 | 101 | 111101 | 1011001 | 110100 |
Color Harmonies of #EEF219
Complementary color
Monochromatic Colors of #EEF219
Black with #EEF219
Text Example
Text Example
White with #EEF219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF219; }
p { color: rgb(238,242,25); }
H1.HeaderClassName
{
color: #EEF219;
}
.AnyTagClassName
{
color: #EEF219;
}
</style>
background-color css
<style>
a { background-color: #EEF219; }
a { background-color: rgb(238,242,25); }
div.DivClassName
{
background-color: #EEF219;
}
.BgClassName
{
background-color: #EEF219;
}
</style>
border-color css
<style>
span { border-color: #EEF219; }
span { border-color: rgb(238,242,25); }
td.TdClassName
{
border-color: #EEF219;
}
.TagClassName
{
border-color: #EEF219;
}
</style>