Shades of Lemon #EEF81F
Tints of Lemon #EEF81F
RGB
CMYK
RGB Variations
Color information
#EEF81F (or 0xEEF81F) is known color: Lemon. HEX triplet: EE, F8 and 1F. RGB value is (238,248,31). Sum of RGB (Red+Green+Blue) = 238+248+31=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 31 (12.5% from 255 or 6.00% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF81F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF81F is #1107E0. Grayscale: #DDDDDD. Windows color (decimal): -1116129 or 2095342. OLE color: 2095342.
HSL color Cylindrical-coordinate representation of color #EEF81F: hue angle of 62.76º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEF81F is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 31 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.03 |
| HSL | 62.76º | 0.94% | 0.55% | - |
| HSV(B) | 62.76º | 0.88% | 0.97% | - |
| XYZ | 69.07 | 85.41 | 14.14 | - |
| YUV | 220.27 | 21.19 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 31 | 0.04 | 0 | 0.88 | 0.03 | 62.76 | 0.94 | 0.55 |
| Hex | EE | F8 | 1F | 4 | 0 | 58 | 3 | 3F | 5E | 37 |
| Octal | 356 | 370 | 37 | 4 | 0 | 130 | 3 | 77 | 136 | 67 |
| Binary | 11101110 | 11111000 | 11111 | 100 | 0 | 1011000 | 11 | 111111 | 1011110 | 110111 |
Color Harmonies of #EEF81F
Complementary color
Monochromatic Colors of #EEF81F
Black with #EEF81F
Text Example
Text Example
White with #EEF81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF81F; }
p { color: rgb(238,248,31); }
H1.HeaderClassName
{
color: #EEF81F;
}
.AnyTagClassName
{
color: #EEF81F;
}
</style>
background-color css
<style>
a { background-color: #EEF81F; }
a { background-color: rgb(238,248,31); }
div.DivClassName
{
background-color: #EEF81F;
}
.BgClassName
{
background-color: #EEF81F;
}
</style>
border-color css
<style>
span { border-color: #EEF81F; }
span { border-color: rgb(238,248,31); }
td.TdClassName
{
border-color: #EEF81F;
}
.TagClassName
{
border-color: #EEF81F;
}
</style>