Shades of Lemon #EEF720
Tints of Lemon #EEF720
RGB
CMYK
RGB Variations
Color information
#EEF720 (or 0xEEF720) is known color: Lemon. HEX triplet: EE, F7 and 20. RGB value is (238,247,32). Sum of RGB (Red+Green+Blue) = 238+247+32=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 32 (12.89% from 255 or 6.19% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF720 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF720 is #1108DF. Grayscale: #DCDCDC. Windows color (decimal): -1116384 or 2160622. OLE color: 2160622.
HSL color Cylindrical-coordinate representation of color #EEF720: hue angle of 62.51º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEF720 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 247 | 32 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.03 |
| HSL | 62.51º | 0.93% | 0.55% | - |
| HSV(B) | 62.51º | 0.87% | 0.97% | - |
| XYZ | 68.78 | 84.8 | 14.11 | - |
| YUV | 219.8 | 22.02 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 247 | 32 | 0.04 | 0 | 0.87 | 0.03 | 62.51 | 0.93 | 0.55 |
| Hex | EE | F7 | 20 | 4 | 0 | 57 | 3 | 3F | 5D | 37 |
| Octal | 356 | 367 | 40 | 4 | 0 | 127 | 3 | 77 | 135 | 67 |
| Binary | 11101110 | 11110111 | 100000 | 100 | 0 | 1010111 | 11 | 111111 | 1011101 | 110111 |
Color Harmonies of #EEF720
Complementary color
Monochromatic Colors of #EEF720
Black with #EEF720
Text Example
Text Example
White with #EEF720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF720; }
p { color: rgb(238,247,32); }
H1.HeaderClassName
{
color: #EEF720;
}
.AnyTagClassName
{
color: #EEF720;
}
</style>
background-color css
<style>
a { background-color: #EEF720; }
a { background-color: rgb(238,247,32); }
div.DivClassName
{
background-color: #EEF720;
}
.BgClassName
{
background-color: #EEF720;
}
</style>
border-color css
<style>
span { border-color: #EEF720; }
span { border-color: rgb(238,247,32); }
td.TdClassName
{
border-color: #EEF720;
}
.TagClassName
{
border-color: #EEF720;
}
</style>