Shades of Lemon #EEF71E
Tints of Lemon #EEF71E
RGB
CMYK
RGB Variations
Color information
#EEF71E (or 0xEEF71E) is known color: Lemon. HEX triplet: EE, F7 and 1E. RGB value is (238,247,30). Sum of RGB (Red+Green+Blue) = 238+247+30=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 30 (12.11% from 255 or 5.83% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF71E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF71E is #1108E1. Grayscale: #DCDCDC. Windows color (decimal): -1116386 or 2029550. OLE color: 2029550.
HSL color Cylindrical-coordinate representation of color #EEF71E: hue angle of 62.49º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEF71E is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 30 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.03 |
| HSL | 62.49º | 0.93% | 0.54% | - |
| HSV(B) | 62.49º | 0.88% | 0.97% | - |
| XYZ | 68.76 | 84.79 | 13.97 | - |
| YUV | 219.57 | 21.02 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 30 | 0.04 | 0 | 0.88 | 0.03 | 62.49 | 0.93 | 0.54 |
| Hex | EE | F7 | 1E | 4 | 0 | 58 | 3 | 3E | 5D | 36 |
| Octal | 356 | 367 | 36 | 4 | 0 | 130 | 3 | 76 | 135 | 66 |
| Binary | 11101110 | 11110111 | 11110 | 100 | 0 | 1011000 | 11 | 111110 | 1011101 | 110110 |
Color Harmonies of #EEF71E
Complementary color
Monochromatic Colors of #EEF71E
Black with #EEF71E
Text Example
Text Example
White with #EEF71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF71E; }
p { color: rgb(238,247,30); }
H1.HeaderClassName
{
color: #EEF71E;
}
.AnyTagClassName
{
color: #EEF71E;
}
</style>
background-color css
<style>
a { background-color: #EEF71E; }
a { background-color: rgb(238,247,30); }
div.DivClassName
{
background-color: #EEF71E;
}
.BgClassName
{
background-color: #EEF71E;
}
</style>
border-color css
<style>
span { border-color: #EEF71E; }
span { border-color: rgb(238,247,30); }
td.TdClassName
{
border-color: #EEF71E;
}
.TagClassName
{
border-color: #EEF71E;
}
</style>