Shades of Lemon #EEF109
Tints of Lemon #EEF109
RGB
CMYK
RGB Variations
Color information
#EEF109 (or 0xEEF109) is known color: Lemon. HEX triplet: EE, F1 and 09. RGB value is (238,241,9). Sum of RGB (Red+Green+Blue) = 238+241+9=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 9 (3.91% from 255 or 1.84% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF109 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF109 is #110EF6. Grayscale: #D6D6D6. Windows color (decimal): -1117943 or 651758. OLE color: 651758.
HSL color Cylindrical-coordinate representation of color #EEF109: hue angle of 60.78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEF109 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 9 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.05 |
| HSL | 60.78º | 0.93% | 0.49% | - |
| HSV(B) | 60.78º | 0.96% | 0.95% | - |
| XYZ | 66.76 | 81.11 | 12.39 | - |
| YUV | 213.66 | 12.51 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 9 | 0.01 | 0 | 0.96 | 0.05 | 60.78 | 0.93 | 0.49 |
| Hex | EE | F1 | 9 | 1 | 0 | 60 | 5 | 3D | 5D | 31 |
| Octal | 356 | 361 | 11 | 1 | 0 | 140 | 5 | 75 | 135 | 61 |
| Binary | 11101110 | 11110001 | 1001 | 1 | 0 | 1100000 | 101 | 111101 | 1011101 | 110001 |
Color Harmonies of #EEF109
Complementary color
Monochromatic Colors of #EEF109
Black with #EEF109
Text Example
Text Example
White with #EEF109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF109; }
p { color: rgb(238,241,9); }
H1.HeaderClassName
{
color: #EEF109;
}
.AnyTagClassName
{
color: #EEF109;
}
</style>
background-color css
<style>
a { background-color: #EEF109; }
a { background-color: rgb(238,241,9); }
div.DivClassName
{
background-color: #EEF109;
}
.BgClassName
{
background-color: #EEF109;
}
</style>
border-color css
<style>
span { border-color: #EEF109; }
span { border-color: rgb(238,241,9); }
td.TdClassName
{
border-color: #EEF109;
}
.TagClassName
{
border-color: #EEF109;
}
</style>