Shades of Lemon #EEFE1F
Tints of Lemon #EEFE1F
RGB
CMYK
RGB Variations
Color information
#EEFE1F (or 0xEEFE1F) is known color: Lemon. HEX triplet: EE, FE and 1F. RGB value is (238,254,31). Sum of RGB (Red+Green+Blue) = 238+254+31=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 31 (12.5% from 255 or 5.93% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFE1F is #1101E0. Grayscale: #E0E0E0. Windows color (decimal): -1114593 or 2096878. OLE color: 2096878.
HSL color Cylindrical-coordinate representation of color #EEFE1F: hue angle of 64.3º 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 #EEFE1F is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 31 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.00 |
| HSL | 64.3º | 0.99% | 0.56% | - |
| HSV(B) | 64.3º | 0.88% | 1% | - |
| XYZ | 70.95 | 89.16 | 14.77 | - |
| YUV | 223.79 | 19.2 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 31 | 0.06 | 0 | 0.88 | 0.00 | 64.3 | 0.99 | 0.56 |
| Hex | EE | FE | 1F | 6 | 0 | 58 | 0 | 40 | 63 | 38 |
| Octal | 356 | 376 | 37 | 6 | 0 | 130 | 0 | 100 | 143 | 70 |
| Binary | 11101110 | 11111110 | 11111 | 110 | 0 | 1011000 | 0 | 1000000 | 1100011 | 111000 |
Color Harmonies of #EEFE1F
Complementary color
Monochromatic Colors of #EEFE1F
Black with #EEFE1F
Text Example
Text Example
White with #EEFE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE1F; }
p { color: rgb(238,254,31); }
H1.HeaderClassName
{
color: #EEFE1F;
}
.AnyTagClassName
{
color: #EEFE1F;
}
</style>
background-color css
<style>
a { background-color: #EEFE1F; }
a { background-color: rgb(238,254,31); }
div.DivClassName
{
background-color: #EEFE1F;
}
.BgClassName
{
background-color: #EEFE1F;
}
</style>
border-color css
<style>
span { border-color: #EEFE1F; }
span { border-color: rgb(238,254,31); }
td.TdClassName
{
border-color: #EEFE1F;
}
.TagClassName
{
border-color: #EEFE1F;
}
</style>