Shades of Lemon #EEF10F
Tints of Lemon #EEF10F
RGB
CMYK
RGB Variations
Color information
#EEF10F (or 0xEEF10F) is known color: Lemon. HEX triplet: EE, F1 and 0F. RGB value is (238,241,15). Sum of RGB (Red+Green+Blue) = 238+241+15=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 15 (6.25% from 255 or 3.04% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF10F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF10F is #110EF0. Grayscale: #D7D7D7. Windows color (decimal): -1117937 or 1044974. OLE color: 1044974.
HSL color Cylindrical-coordinate representation of color #EEF10F: hue angle of 60.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEF10F is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 15 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.05 |
| HSL | 60.8º | 0.89% | 0.5% | - |
| HSV(B) | 60.8º | 0.94% | 0.95% | - |
| XYZ | 66.8 | 81.12 | 12.59 | - |
| YUV | 214.34 | 15.51 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 15 | 0.01 | 0 | 0.94 | 0.05 | 60.8 | 0.89 | 0.5 |
| Hex | EE | F1 | F | 1 | 0 | 5E | 5 | 3D | 59 | 32 |
| Octal | 356 | 361 | 17 | 1 | 0 | 136 | 5 | 75 | 131 | 62 |
| Binary | 11101110 | 11110001 | 1111 | 1 | 0 | 1011110 | 101 | 111101 | 1011001 | 110010 |
Color Harmonies of #EEF10F
Complementary color
Monochromatic Colors of #EEF10F
Black with #EEF10F
Text Example
Text Example
White with #EEF10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF10F; }
p { color: rgb(238,241,15); }
H1.HeaderClassName
{
color: #EEF10F;
}
.AnyTagClassName
{
color: #EEF10F;
}
</style>
background-color css
<style>
a { background-color: #EEF10F; }
a { background-color: rgb(238,241,15); }
div.DivClassName
{
background-color: #EEF10F;
}
.BgClassName
{
background-color: #EEF10F;
}
</style>
border-color css
<style>
span { border-color: #EEF10F; }
span { border-color: rgb(238,241,15); }
td.TdClassName
{
border-color: #EEF10F;
}
.TagClassName
{
border-color: #EEF10F;
}
</style>