Shades of Lemon #EEFE1C
Tints of Lemon #EEFE1C
RGB
CMYK
RGB Variations
Color information
#EEFE1C (or 0xEEFE1C) is known color: Lemon. HEX triplet: EE, FE and 1C. RGB value is (238,254,28). Sum of RGB (Red+Green+Blue) = 238+254+28=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 28 (11.33% from 255 or 5.38% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFE1C is #1101E3. Grayscale: #E0E0E0. Windows color (decimal): -1114596 or 1900270. OLE color: 1900270.
HSL color Cylindrical-coordinate representation of color #EEFE1C: hue angle of 64.25º 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 #EEFE1C is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 28 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.00 |
| HSL | 64.25º | 0.99% | 0.55% | - |
| HSV(B) | 64.25º | 0.89% | 1% | - |
| XYZ | 70.91 | 89.14 | 14.57 | - |
| YUV | 223.45 | 17.7 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 28 | 0.06 | 0 | 0.89 | 0.00 | 64.25 | 0.99 | 0.55 |
| Hex | EE | FE | 1C | 6 | 0 | 59 | 0 | 40 | 63 | 37 |
| Octal | 356 | 376 | 34 | 6 | 0 | 131 | 0 | 100 | 143 | 67 |
| Binary | 11101110 | 11111110 | 11100 | 110 | 0 | 1011001 | 0 | 1000000 | 1100011 | 110111 |
Color Harmonies of #EEFE1C
Complementary color
Monochromatic Colors of #EEFE1C
Black with #EEFE1C
Text Example
Text Example
White with #EEFE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE1C; }
p { color: rgb(238,254,28); }
H1.HeaderClassName
{
color: #EEFE1C;
}
.AnyTagClassName
{
color: #EEFE1C;
}
</style>
background-color css
<style>
a { background-color: #EEFE1C; }
a { background-color: rgb(238,254,28); }
div.DivClassName
{
background-color: #EEFE1C;
}
.BgClassName
{
background-color: #EEFE1C;
}
</style>
border-color css
<style>
span { border-color: #EEFE1C; }
span { border-color: rgb(238,254,28); }
td.TdClassName
{
border-color: #EEFE1C;
}
.TagClassName
{
border-color: #EEFE1C;
}
</style>