Shades of Lemon #EEF016
Tints of Lemon #EEF016
RGB
CMYK
RGB Variations
Color information
#EEF016 (or 0xEEF016) is known color: Lemon. HEX triplet: EE, F0 and 16. RGB value is (238,240,22). Sum of RGB (Red+Green+Blue) = 238+240+22=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 22 (8.98% from 255 or 4.4% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF016 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF016 is #110FE9. Grayscale: #D7D7D7. Windows color (decimal): -1118186 or 1503470. OLE color: 1503470.
HSL color Cylindrical-coordinate representation of color #EEF016: hue angle of 60.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEF016 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 22 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.06 |
| HSL | 60.55º | 0.88% | 0.51% | - |
| HSV(B) | 60.55º | 0.91% | 0.94% | - |
| XYZ | 66.56 | 80.56 | 12.8 | - |
| YUV | 214.55 | 19.34 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 22 | 0.01 | 0 | 0.91 | 0.06 | 60.55 | 0.88 | 0.51 |
| Hex | EE | F0 | 16 | 1 | 0 | 5B | 6 | 3D | 58 | 33 |
| Octal | 356 | 360 | 26 | 1 | 0 | 133 | 6 | 75 | 130 | 63 |
| Binary | 11101110 | 11110000 | 10110 | 1 | 0 | 1011011 | 110 | 111101 | 1011000 | 110011 |
Color Harmonies of #EEF016
Complementary color
Monochromatic Colors of #EEF016
Black with #EEF016
Text Example
Text Example
White with #EEF016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF016; }
p { color: rgb(238,240,22); }
H1.HeaderClassName
{
color: #EEF016;
}
.AnyTagClassName
{
color: #EEF016;
}
</style>
background-color css
<style>
a { background-color: #EEF016; }
a { background-color: rgb(238,240,22); }
div.DivClassName
{
background-color: #EEF016;
}
.BgClassName
{
background-color: #EEF016;
}
</style>
border-color css
<style>
span { border-color: #EEF016; }
span { border-color: rgb(238,240,22); }
td.TdClassName
{
border-color: #EEF016;
}
.TagClassName
{
border-color: #EEF016;
}
</style>