Shades of Lemon #EEF119
Tints of Lemon #EEF119
RGB
CMYK
RGB Variations
Color information
#EEF119 (or 0xEEF119) is known color: Lemon. HEX triplet: EE, F1 and 19. RGB value is (238,241,25). Sum of RGB (Red+Green+Blue) = 238+241+25=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 25 (10.16% from 255 or 4.96% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF119 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF119 is #110EE6. Grayscale: #D8D8D8. Windows color (decimal): -1117927 or 1700334. OLE color: 1700334.
HSL color Cylindrical-coordinate representation of color #EEF119: hue angle of 60.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEF119 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 25 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.05 |
| HSL | 60.83º | 0.89% | 0.52% | - |
| HSV(B) | 60.83º | 0.9% | 0.95% | - |
| XYZ | 66.89 | 81.16 | 13.06 | - |
| YUV | 215.48 | 20.51 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 25 | 0.01 | 0 | 0.90 | 0.05 | 60.83 | 0.89 | 0.52 |
| Hex | EE | F1 | 19 | 1 | 0 | 5A | 5 | 3D | 59 | 34 |
| Octal | 356 | 361 | 31 | 1 | 0 | 132 | 5 | 75 | 131 | 64 |
| Binary | 11101110 | 11110001 | 11001 | 1 | 0 | 1011010 | 101 | 111101 | 1011001 | 110100 |
Color Harmonies of #EEF119
Complementary color
Monochromatic Colors of #EEF119
Black with #EEF119
Text Example
Text Example
White with #EEF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF119; }
p { color: rgb(238,241,25); }
H1.HeaderClassName
{
color: #EEF119;
}
.AnyTagClassName
{
color: #EEF119;
}
</style>
background-color css
<style>
a { background-color: #EEF119; }
a { background-color: rgb(238,241,25); }
div.DivClassName
{
background-color: #EEF119;
}
.BgClassName
{
background-color: #EEF119;
}
</style>
border-color css
<style>
span { border-color: #EEF119; }
span { border-color: rgb(238,241,25); }
td.TdClassName
{
border-color: #EEF119;
}
.TagClassName
{
border-color: #EEF119;
}
</style>