Shades of Lemon #EEF018
Tints of Lemon #EEF018
RGB
CMYK
RGB Variations
Color information
#EEF018 (or 0xEEF018) is known color: Lemon. HEX triplet: EE, F0 and 18. RGB value is (238,240,24). Sum of RGB (Red+Green+Blue) = 238+240+24=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 24 (9.77% from 255 or 4.78% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF018 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF018 is #110FE7. Grayscale: #D7D7D7. Windows color (decimal): -1118184 or 1634542. OLE color: 1634542.
HSL color Cylindrical-coordinate representation of color #EEF018: hue angle of 60.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEF018 is Cyan = 0.01, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 24 | - |
| CMYK | 0.01 | 0 | 0.9 | 0.06 |
| HSL | 60.56º | 0.88% | 0.52% | - |
| HSV(B) | 60.56º | 0.9% | 0.94% | - |
| XYZ | 66.58 | 80.56 | 12.91 | - |
| YUV | 214.78 | 20.34 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 24 | 0.01 | 0 | 0.9 | 0.06 | 60.56 | 0.88 | 0.52 |
| Hex | EE | F0 | 18 | 1 | 0 | 5A | 6 | 3D | 58 | 34 |
| Octal | 356 | 360 | 30 | 1 | 0 | 132 | 6 | 75 | 130 | 64 |
| Binary | 11101110 | 11110000 | 11000 | 1 | 0 | 1011010 | 110 | 111101 | 1011000 | 110100 |
Color Harmonies of #EEF018
Complementary color
Monochromatic Colors of #EEF018
Black with #EEF018
Text Example
Text Example
White with #EEF018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF018; }
p { color: rgb(238,240,24); }
H1.HeaderClassName
{
color: #EEF018;
}
.AnyTagClassName
{
color: #EEF018;
}
</style>
background-color css
<style>
a { background-color: #EEF018; }
a { background-color: rgb(238,240,24); }
div.DivClassName
{
background-color: #EEF018;
}
.BgClassName
{
background-color: #EEF018;
}
</style>
border-color css
<style>
span { border-color: #EEF018; }
span { border-color: rgb(238,240,24); }
td.TdClassName
{
border-color: #EEF018;
}
.TagClassName
{
border-color: #EEF018;
}
</style>