Shades of Lemon #EEFE22
Tints of Lemon #EEFE22
RGB
CMYK
RGB Variations
Color information
#EEFE22 (or 0xEEFE22) is known color: Lemon. HEX triplet: EE, FE and 22. RGB value is (238,254,34). Sum of RGB (Red+Green+Blue) = 238+254+34=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 34 (13.67% from 255 or 6.46% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFE22 is #1101DD. Grayscale: #E1E1E1. Windows color (decimal): -1114590 or 2293486. OLE color: 2293486.
HSL color Cylindrical-coordinate representation of color #EEFE22: hue angle of 64.36º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEFE22 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 34 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.00 |
| HSL | 64.36º | 0.99% | 0.56% | - |
| HSV(B) | 64.36º | 0.87% | 1% | - |
| XYZ | 70.99 | 89.18 | 14.98 | - |
| YUV | 224.14 | 20.7 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 34 | 0.06 | 0 | 0.87 | 0.00 | 64.36 | 0.99 | 0.56 |
| Hex | EE | FE | 22 | 6 | 0 | 57 | 0 | 40 | 63 | 38 |
| Octal | 356 | 376 | 42 | 6 | 0 | 127 | 0 | 100 | 143 | 70 |
| Binary | 11101110 | 11111110 | 100010 | 110 | 0 | 1010111 | 0 | 1000000 | 1100011 | 111000 |
Color Harmonies of #EEFE22
Complementary color
Monochromatic Colors of #EEFE22
Black with #EEFE22
Text Example
Text Example
White with #EEFE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE22; }
p { color: rgb(238,254,34); }
H1.HeaderClassName
{
color: #EEFE22;
}
.AnyTagClassName
{
color: #EEFE22;
}
</style>
background-color css
<style>
a { background-color: #EEFE22; }
a { background-color: rgb(238,254,34); }
div.DivClassName
{
background-color: #EEFE22;
}
.BgClassName
{
background-color: #EEFE22;
}
</style>
border-color css
<style>
span { border-color: #EEFE22; }
span { border-color: rgb(238,254,34); }
td.TdClassName
{
border-color: #EEFE22;
}
.TagClassName
{
border-color: #EEFE22;
}
</style>