Shades of Lemon #EEF70E
Tints of Lemon #EEF70E
RGB
CMYK
RGB Variations
Color information
#EEF70E (or 0xEEF70E) is known color: Lemon. HEX triplet: EE, F7 and 0E. RGB value is (238,247,14). Sum of RGB (Red+Green+Blue) = 238+247+14=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 14 (5.86% from 255 or 2.81% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF70E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF70E is #1108F1. Grayscale: #DADADA. Windows color (decimal): -1116402 or 980974. OLE color: 980974.
HSL color Cylindrical-coordinate representation of color #EEF70E: hue angle of 62.32º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEF70E is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 14 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.03 |
| HSL | 62.32º | 0.94% | 0.51% | - |
| HSV(B) | 62.32º | 0.94% | 0.97% | - |
| XYZ | 68.6 | 84.73 | 13.15 | - |
| YUV | 217.75 | 13.02 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 14 | 0.04 | 0 | 0.94 | 0.03 | 62.32 | 0.94 | 0.51 |
| Hex | EE | F7 | E | 4 | 0 | 5E | 3 | 3E | 5E | 33 |
| Octal | 356 | 367 | 16 | 4 | 0 | 136 | 3 | 76 | 136 | 63 |
| Binary | 11101110 | 11110111 | 1110 | 100 | 0 | 1011110 | 11 | 111110 | 1011110 | 110011 |
Color Harmonies of #EEF70E
Complementary color
Monochromatic Colors of #EEF70E
Black with #EEF70E
Text Example
Text Example
White with #EEF70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF70E; }
p { color: rgb(238,247,14); }
H1.HeaderClassName
{
color: #EEF70E;
}
.AnyTagClassName
{
color: #EEF70E;
}
</style>
background-color css
<style>
a { background-color: #EEF70E; }
a { background-color: rgb(238,247,14); }
div.DivClassName
{
background-color: #EEF70E;
}
.BgClassName
{
background-color: #EEF70E;
}
</style>
border-color css
<style>
span { border-color: #EEF70E; }
span { border-color: rgb(238,247,14); }
td.TdClassName
{
border-color: #EEF70E;
}
.TagClassName
{
border-color: #EEF70E;
}
</style>