Shades of Lemon #EEF918
Tints of Lemon #EEF918
RGB
CMYK
RGB Variations
Color information
#EEF918 (or 0xEEF918) is known color: Lemon. HEX triplet: EE, F9 and 18. RGB value is (238,249,24). Sum of RGB (Red+Green+Blue) = 238+249+24=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 24 (9.77% from 255 or 4.70% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF918 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF918 is #1106E7. Grayscale: #DCDCDC. Windows color (decimal): -1115880 or 1636846. OLE color: 1636846.
HSL color Cylindrical-coordinate representation of color #EEF918: hue angle of 62.93º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEF918 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 24 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.02 |
| HSL | 62.93º | 0.95% | 0.54% | - |
| HSV(B) | 62.93º | 0.9% | 0.98% | - |
| XYZ | 69.3 | 85.99 | 13.81 | - |
| YUV | 220.06 | 17.36 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 24 | 0.04 | 0 | 0.90 | 0.02 | 62.93 | 0.95 | 0.54 |
| Hex | EE | F9 | 18 | 4 | 0 | 5A | 2 | 3F | 5F | 36 |
| Octal | 356 | 371 | 30 | 4 | 0 | 132 | 2 | 77 | 137 | 66 |
| Binary | 11101110 | 11111001 | 11000 | 100 | 0 | 1011010 | 10 | 111111 | 1011111 | 110110 |
Color Harmonies of #EEF918
Complementary color
Monochromatic Colors of #EEF918
Black with #EEF918
Text Example
Text Example
White with #EEF918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF918; }
p { color: rgb(238,249,24); }
H1.HeaderClassName
{
color: #EEF918;
}
.AnyTagClassName
{
color: #EEF918;
}
</style>
background-color css
<style>
a { background-color: #EEF918; }
a { background-color: rgb(238,249,24); }
div.DivClassName
{
background-color: #EEF918;
}
.BgClassName
{
background-color: #EEF918;
}
</style>
border-color css
<style>
span { border-color: #EEF918; }
span { border-color: rgb(238,249,24); }
td.TdClassName
{
border-color: #EEF918;
}
.TagClassName
{
border-color: #EEF918;
}
</style>