Shades of Lemon #EEF40F
Tints of Lemon #EEF40F
RGB
CMYK
RGB Variations
Color information
#EEF40F (or 0xEEF40F) is known color: Lemon. HEX triplet: EE, F4 and 0F. RGB value is (238,244,15). Sum of RGB (Red+Green+Blue) = 238+244+15=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 15 (6.25% from 255 or 3.02% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF40F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF40F is #110BF0. Grayscale: #D9D9D9. Windows color (decimal): -1117169 or 1045742. OLE color: 1045742.
HSL color Cylindrical-coordinate representation of color #EEF40F: hue angle of 61.57º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEF40F is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 15 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.04 |
| HSL | 61.57º | 0.91% | 0.51% | - |
| HSV(B) | 61.57º | 0.94% | 0.96% | - |
| XYZ | 67.7 | 82.91 | 12.89 | - |
| YUV | 216.1 | 14.51 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 15 | 0.02 | 0 | 0.94 | 0.04 | 61.57 | 0.91 | 0.51 |
| Hex | EE | F4 | F | 2 | 0 | 5E | 4 | 3E | 5B | 33 |
| Octal | 356 | 364 | 17 | 2 | 0 | 136 | 4 | 76 | 133 | 63 |
| Binary | 11101110 | 11110100 | 1111 | 10 | 0 | 1011110 | 100 | 111110 | 1011011 | 110011 |
Color Harmonies of #EEF40F
Complementary color
Monochromatic Colors of #EEF40F
Black with #EEF40F
Text Example
Text Example
White with #EEF40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF40F; }
p { color: rgb(238,244,15); }
H1.HeaderClassName
{
color: #EEF40F;
}
.AnyTagClassName
{
color: #EEF40F;
}
</style>
background-color css
<style>
a { background-color: #EEF40F; }
a { background-color: rgb(238,244,15); }
div.DivClassName
{
background-color: #EEF40F;
}
.BgClassName
{
background-color: #EEF40F;
}
</style>
border-color css
<style>
span { border-color: #EEF40F; }
span { border-color: rgb(238,244,15); }
td.TdClassName
{
border-color: #EEF40F;
}
.TagClassName
{
border-color: #EEF40F;
}
</style>