Shades of Lemon #EEF107
Tints of Lemon #EEF107
RGB
CMYK
RGB Variations
Color information
#EEF107 (or 0xEEF107) is known color: Lemon. HEX triplet: EE, F1 and 07. RGB value is (238,241,7). Sum of RGB (Red+Green+Blue) = 238+241+7=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 7 (3.12% from 255 or 1.44% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF107 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF107 is #110EF8. Grayscale: #D6D6D6. Windows color (decimal): -1117945 or 520686. OLE color: 520686.
HSL color Cylindrical-coordinate representation of color #EEF107: hue angle of 60.77º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEF107 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 7 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.05 |
| HSL | 60.77º | 0.94% | 0.49% | - |
| HSV(B) | 60.77º | 0.97% | 0.95% | - |
| XYZ | 66.75 | 81.1 | 12.34 | - |
| YUV | 213.43 | 11.51 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 7 | 0.01 | 0 | 0.97 | 0.05 | 60.77 | 0.94 | 0.49 |
| Hex | EE | F1 | 7 | 1 | 0 | 61 | 5 | 3D | 5E | 31 |
| Octal | 356 | 361 | 7 | 1 | 0 | 141 | 5 | 75 | 136 | 61 |
| Binary | 11101110 | 11110001 | 111 | 1 | 0 | 1100001 | 101 | 111101 | 1011110 | 110001 |
Color Harmonies of #EEF107
Complementary color
Monochromatic Colors of #EEF107
Black with #EEF107
Text Example
Text Example
White with #EEF107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF107; }
p { color: rgb(238,241,7); }
H1.HeaderClassName
{
color: #EEF107;
}
.AnyTagClassName
{
color: #EEF107;
}
</style>
background-color css
<style>
a { background-color: #EEF107; }
a { background-color: rgb(238,241,7); }
div.DivClassName
{
background-color: #EEF107;
}
.BgClassName
{
background-color: #EEF107;
}
</style>
border-color css
<style>
span { border-color: #EEF107; }
span { border-color: rgb(238,241,7); }
td.TdClassName
{
border-color: #EEF107;
}
.TagClassName
{
border-color: #EEF107;
}
</style>