Shades of Lemon #EEF021
Tints of Lemon #EEF021
RGB
CMYK
RGB Variations
Color information
#EEF021 (or 0xEEF021) is known color: Lemon. HEX triplet: EE, F0 and 21. RGB value is (238,240,33). Sum of RGB (Red+Green+Blue) = 238+240+33=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 33 (13.28% from 255 or 6.46% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF021 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF021 is #110FDE. Grayscale: #D8D8D8. Windows color (decimal): -1118175 or 2224366. OLE color: 2224366.
HSL color Cylindrical-coordinate representation of color #EEF021: hue angle of 60.58º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EEF021 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 33 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.06 |
| HSL | 60.58º | 0.87% | 0.54% | - |
| HSV(B) | 60.58º | 0.86% | 0.94% | - |
| XYZ | 66.69 | 80.61 | 13.48 | - |
| YUV | 215.8 | 24.84 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 33 | 0.01 | 0 | 0.86 | 0.06 | 60.58 | 0.87 | 0.54 |
| Hex | EE | F0 | 21 | 1 | 0 | 56 | 6 | 3D | 57 | 36 |
| Octal | 356 | 360 | 41 | 1 | 0 | 126 | 6 | 75 | 127 | 66 |
| Binary | 11101110 | 11110000 | 100001 | 1 | 0 | 1010110 | 110 | 111101 | 1010111 | 110110 |
Color Harmonies of #EEF021
Complementary color
Monochromatic Colors of #EEF021
Black with #EEF021
Text Example
Text Example
White with #EEF021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF021; }
p { color: rgb(238,240,33); }
H1.HeaderClassName
{
color: #EEF021;
}
.AnyTagClassName
{
color: #EEF021;
}
</style>
background-color css
<style>
a { background-color: #EEF021; }
a { background-color: rgb(238,240,33); }
div.DivClassName
{
background-color: #EEF021;
}
.BgClassName
{
background-color: #EEF021;
}
</style>
border-color css
<style>
span { border-color: #EEF021; }
span { border-color: rgb(238,240,33); }
td.TdClassName
{
border-color: #EEF021;
}
.TagClassName
{
border-color: #EEF021;
}
</style>