Shades of Lemon #EEF007
Tints of Lemon #EEF007
RGB
CMYK
RGB Variations
Color information
#EEF007 (or 0xEEF007) is known color: Lemon. HEX triplet: EE, F0 and 07. RGB value is (238,240,7). Sum of RGB (Red+Green+Blue) = 238+240+7=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 7 (3.12% from 255 or 1.44% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF007 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF007 is #110FF8. Grayscale: #D5D5D5. Windows color (decimal): -1118201 or 520430. OLE color: 520430.
HSL color Cylindrical-coordinate representation of color #EEF007: hue angle of 60.52º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEF007 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 7 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.06 |
| HSL | 60.52º | 0.94% | 0.48% | - |
| HSV(B) | 60.52º | 0.97% | 0.94% | - |
| XYZ | 66.46 | 80.51 | 12.24 | - |
| YUV | 212.84 | 11.84 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 7 | 0.01 | 0 | 0.97 | 0.06 | 60.52 | 0.94 | 0.48 |
| Hex | EE | F0 | 7 | 1 | 0 | 61 | 6 | 3D | 5E | 30 |
| Octal | 356 | 360 | 7 | 1 | 0 | 141 | 6 | 75 | 136 | 60 |
| Binary | 11101110 | 11110000 | 111 | 1 | 0 | 1100001 | 110 | 111101 | 1011110 | 110000 |
Color Harmonies of #EEF007
Complementary color
Monochromatic Colors of #EEF007
Black with #EEF007
Text Example
Text Example
White with #EEF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF007; }
p { color: rgb(238,240,7); }
H1.HeaderClassName
{
color: #EEF007;
}
.AnyTagClassName
{
color: #EEF007;
}
</style>
background-color css
<style>
a { background-color: #EEF007; }
a { background-color: rgb(238,240,7); }
div.DivClassName
{
background-color: #EEF007;
}
.BgClassName
{
background-color: #EEF007;
}
</style>
border-color css
<style>
span { border-color: #EEF007; }
span { border-color: rgb(238,240,7); }
td.TdClassName
{
border-color: #EEF007;
}
.TagClassName
{
border-color: #EEF007;
}
</style>