Shades of Lemon #EEF105
Tints of Lemon #EEF105
RGB
CMYK
RGB Variations
Color information
#EEF105 (or 0xEEF105) is known color: Lemon. HEX triplet: EE, F1 and 05. RGB value is (238,241,5). Sum of RGB (Red+Green+Blue) = 238+241+5=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 5 (2.34% from 255 or 1.03% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF105 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF105 is #110EFA. Grayscale: #D6D6D6. Windows color (decimal): -1117947 or 389614. OLE color: 389614.
HSL color Cylindrical-coordinate representation of color #EEF105: hue angle of 60.76º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEF105 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 5 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.05 |
| HSL | 60.76º | 0.96% | 0.48% | - |
| HSV(B) | 60.76º | 0.98% | 0.95% | - |
| XYZ | 66.74 | 81.1 | 12.28 | - |
| YUV | 213.2 | 10.51 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 5 | 0.01 | 0 | 0.98 | 0.05 | 60.76 | 0.96 | 0.48 |
| Hex | EE | F1 | 5 | 1 | 0 | 62 | 5 | 3D | 60 | 30 |
| Octal | 356 | 361 | 5 | 1 | 0 | 142 | 5 | 75 | 140 | 60 |
| Binary | 11101110 | 11110001 | 101 | 1 | 0 | 1100010 | 101 | 111101 | 1100000 | 110000 |
Color Harmonies of #EEF105
Complementary color
Monochromatic Colors of #EEF105
Black with #EEF105
Text Example
Text Example
White with #EEF105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF105; }
p { color: rgb(238,241,5); }
H1.HeaderClassName
{
color: #EEF105;
}
.AnyTagClassName
{
color: #EEF105;
}
</style>
background-color css
<style>
a { background-color: #EEF105; }
a { background-color: rgb(238,241,5); }
div.DivClassName
{
background-color: #EEF105;
}
.BgClassName
{
background-color: #EEF105;
}
</style>
border-color css
<style>
span { border-color: #EEF105; }
span { border-color: rgb(238,241,5); }
td.TdClassName
{
border-color: #EEF105;
}
.TagClassName
{
border-color: #EEF105;
}
</style>