Shades of Lemon #EEFE1D
Tints of Lemon #EEFE1D
RGB
CMYK
RGB Variations
Color information
#EEFE1D (or 0xEEFE1D) is known color: Lemon. HEX triplet: EE, FE and 1D. RGB value is (238,254,29). Sum of RGB (Red+Green+Blue) = 238+254+29=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 29 (11.72% from 255 or 5.57% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFE1D is #1101E2. Grayscale: #E0E0E0. Windows color (decimal): -1114595 or 1965806. OLE color: 1965806.
HSL color Cylindrical-coordinate representation of color #EEFE1D: hue angle of 64.27º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEFE1D is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 29 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.00 |
| HSL | 64.27º | 0.99% | 0.55% | - |
| HSV(B) | 64.27º | 0.89% | 1% | - |
| XYZ | 70.92 | 89.15 | 14.63 | - |
| YUV | 223.57 | 18.2 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 29 | 0.06 | 0 | 0.89 | 0.00 | 64.27 | 0.99 | 0.55 |
| Hex | EE | FE | 1D | 6 | 0 | 59 | 0 | 40 | 63 | 37 |
| Octal | 356 | 376 | 35 | 6 | 0 | 131 | 0 | 100 | 143 | 67 |
| Binary | 11101110 | 11111110 | 11101 | 110 | 0 | 1011001 | 0 | 1000000 | 1100011 | 110111 |
Color Harmonies of #EEFE1D
Complementary color
Monochromatic Colors of #EEFE1D
Black with #EEFE1D
Text Example
Text Example
White with #EEFE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE1D; }
p { color: rgb(238,254,29); }
H1.HeaderClassName
{
color: #EEFE1D;
}
.AnyTagClassName
{
color: #EEFE1D;
}
</style>
background-color css
<style>
a { background-color: #EEFE1D; }
a { background-color: rgb(238,254,29); }
div.DivClassName
{
background-color: #EEFE1D;
}
.BgClassName
{
background-color: #EEFE1D;
}
</style>
border-color css
<style>
span { border-color: #EEFE1D; }
span { border-color: rgb(238,254,29); }
td.TdClassName
{
border-color: #EEFE1D;
}
.TagClassName
{
border-color: #EEFE1D;
}
</style>