Shades of Lemon #EEFE20
Tints of Lemon #EEFE20
RGB
CMYK
RGB Variations
Color information
#EEFE20 (or 0xEEFE20) is known color: Lemon. HEX triplet: EE, FE and 20. RGB value is (238,254,32). Sum of RGB (Red+Green+Blue) = 238+254+32=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 32 (12.89% from 255 or 6.11% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFE20 is #1101DF. Grayscale: #E0E0E0. Windows color (decimal): -1114592 or 2162414. OLE color: 2162414.
HSL color Cylindrical-coordinate representation of color #EEFE20: hue angle of 64.32º 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 #EEFE20 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 32 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.00 |
| HSL | 64.32º | 0.99% | 0.56% | - |
| HSV(B) | 64.32º | 0.87% | 1% | - |
| XYZ | 70.96 | 89.17 | 14.84 | - |
| YUV | 223.91 | 19.7 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 32 | 0.06 | 0 | 0.87 | 0.00 | 64.32 | 0.99 | 0.56 |
| Hex | EE | FE | 20 | 6 | 0 | 57 | 0 | 40 | 63 | 38 |
| Octal | 356 | 376 | 40 | 6 | 0 | 127 | 0 | 100 | 143 | 70 |
| Binary | 11101110 | 11111110 | 100000 | 110 | 0 | 1010111 | 0 | 1000000 | 1100011 | 111000 |
Color Harmonies of #EEFE20
Complementary color
Monochromatic Colors of #EEFE20
Black with #EEFE20
Text Example
Text Example
White with #EEFE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE20; }
p { color: rgb(238,254,32); }
H1.HeaderClassName
{
color: #EEFE20;
}
.AnyTagClassName
{
color: #EEFE20;
}
</style>
background-color css
<style>
a { background-color: #EEFE20; }
a { background-color: rgb(238,254,32); }
div.DivClassName
{
background-color: #EEFE20;
}
.BgClassName
{
background-color: #EEFE20;
}
</style>
border-color css
<style>
span { border-color: #EEFE20; }
span { border-color: rgb(238,254,32); }
td.TdClassName
{
border-color: #EEFE20;
}
.TagClassName
{
border-color: #EEFE20;
}
</style>