Shades of Lemon #EEFF1D
Tints of Lemon #EEFF1D
RGB
CMYK
RGB Variations
Color information
#EEFF1D (or 0xEEFF1D) is known color: Lemon. HEX triplet: EE, FF and 1D. RGB value is (238,255,29). Sum of RGB (Red+Green+Blue) = 238+255+29=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 29 (11.72% from 255 or 5.56% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFF1D is #1100E2. Grayscale: #E1E1E1. Windows color (decimal): -1114339 or 1966062. OLE color: 1966062.
HSL color Cylindrical-coordinate representation of color #EEFF1D: hue angle of 64.51º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEFF1D is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 29 | - |
| CMYK | 0.07 | 0 | 0.89 | 0 |
| HSL | 64.51º | 1% | 0.56% | - |
| HSV(B) | 64.51º | 0.89% | 1% | - |
| XYZ | 71.24 | 89.79 | 14.74 | - |
| YUV | 224.15 | 17.87 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 29 | 0.07 | 0 | 0.89 | 0 | 64.51 | 1 | 0.56 |
| Hex | EE | FF | 1D | 7 | 0 | 59 | 0 | 41 | 64 | 38 |
| Octal | 356 | 377 | 35 | 7 | 0 | 131 | 0 | 101 | 144 | 70 |
| Binary | 11101110 | 11111111 | 11101 | 111 | 0 | 1011001 | 0 | 1000001 | 1100100 | 111000 |
Color Harmonies of #EEFF1D
Complementary color
Monochromatic Colors of #EEFF1D
Black with #EEFF1D
Text Example
Text Example
White with #EEFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF1D; }
p { color: rgb(238,255,29); }
H1.HeaderClassName
{
color: #EEFF1D;
}
.AnyTagClassName
{
color: #EEFF1D;
}
</style>
background-color css
<style>
a { background-color: #EEFF1D; }
a { background-color: rgb(238,255,29); }
div.DivClassName
{
background-color: #EEFF1D;
}
.BgClassName
{
background-color: #EEFF1D;
}
</style>
border-color css
<style>
span { border-color: #EEFF1D; }
span { border-color: rgb(238,255,29); }
td.TdClassName
{
border-color: #EEFF1D;
}
.TagClassName
{
border-color: #EEFF1D;
}
</style>