Shades of Lemon #EEFE1E
Tints of Lemon #EEFE1E
RGB
CMYK
RGB Variations
Color information
#EEFE1E (or 0xEEFE1E) is known color: Lemon. HEX triplet: EE, FE and 1E. RGB value is (238,254,30). Sum of RGB (Red+Green+Blue) = 238+254+30=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 30 (12.11% from 255 or 5.75% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFE1E is #1101E1. Grayscale: #E0E0E0. Windows color (decimal): -1114594 or 2031342. OLE color: 2031342.
HSL color Cylindrical-coordinate representation of color #EEFE1E: hue angle of 64.29º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEFE1E is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 30 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.00 |
| HSL | 64.29º | 0.99% | 0.56% | - |
| HSV(B) | 64.29º | 0.88% | 1% | - |
| XYZ | 70.94 | 89.15 | 14.7 | - |
| YUV | 223.68 | 18.7 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 30 | 0.06 | 0 | 0.88 | 0.00 | 64.29 | 0.99 | 0.56 |
| Hex | EE | FE | 1E | 6 | 0 | 58 | 0 | 40 | 63 | 38 |
| Octal | 356 | 376 | 36 | 6 | 0 | 130 | 0 | 100 | 143 | 70 |
| Binary | 11101110 | 11111110 | 11110 | 110 | 0 | 1011000 | 0 | 1000000 | 1100011 | 111000 |
Color Harmonies of #EEFE1E
Complementary color
Monochromatic Colors of #EEFE1E
Black with #EEFE1E
Text Example
Text Example
White with #EEFE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE1E; }
p { color: rgb(238,254,30); }
H1.HeaderClassName
{
color: #EEFE1E;
}
.AnyTagClassName
{
color: #EEFE1E;
}
</style>
background-color css
<style>
a { background-color: #EEFE1E; }
a { background-color: rgb(238,254,30); }
div.DivClassName
{
background-color: #EEFE1E;
}
.BgClassName
{
background-color: #EEFE1E;
}
</style>
border-color css
<style>
span { border-color: #EEFE1E; }
span { border-color: rgb(238,254,30); }
td.TdClassName
{
border-color: #EEFE1E;
}
.TagClassName
{
border-color: #EEFE1E;
}
</style>