Shades of Lemon #EEFF23
Tints of Lemon #EEFF23
RGB
CMYK
RGB Variations
Color information
#EEFF23 (or 0xEEFF23) is known color: Lemon. HEX triplet: EE, FF and 23. RGB value is (238,255,35). Sum of RGB (Red+Green+Blue) = 238+255+35=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 35 (14.06% from 255 or 6.63% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFF23 is #1100DC. Grayscale: #E1E1E1. Windows color (decimal): -1114333 or 2359278. OLE color: 2359278.
HSL color Cylindrical-coordinate representation of color #EEFF23: hue angle of 64.64º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EEFF23 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 35 | - |
| CMYK | 0.07 | 0 | 0.86 | 0 |
| HSL | 64.64º | 1% | 0.57% | - |
| HSV(B) | 64.64º | 0.86% | 1% | - |
| XYZ | 71.32 | 89.82 | 15.17 | - |
| YUV | 224.84 | 20.87 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 35 | 0.07 | 0 | 0.86 | 0 | 64.64 | 1 | 0.57 |
| Hex | EE | FF | 23 | 7 | 0 | 56 | 0 | 41 | 64 | 39 |
| Octal | 356 | 377 | 43 | 7 | 0 | 126 | 0 | 101 | 144 | 71 |
| Binary | 11101110 | 11111111 | 100011 | 111 | 0 | 1010110 | 0 | 1000001 | 1100100 | 111001 |
Color Harmonies of #EEFF23
Complementary color
Monochromatic Colors of #EEFF23
Black with #EEFF23
Text Example
Text Example
White with #EEFF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF23; }
p { color: rgb(238,255,35); }
H1.HeaderClassName
{
color: #EEFF23;
}
.AnyTagClassName
{
color: #EEFF23;
}
</style>
background-color css
<style>
a { background-color: #EEFF23; }
a { background-color: rgb(238,255,35); }
div.DivClassName
{
background-color: #EEFF23;
}
.BgClassName
{
background-color: #EEFF23;
}
</style>
border-color css
<style>
span { border-color: #EEFF23; }
span { border-color: rgb(238,255,35); }
td.TdClassName
{
border-color: #EEFF23;
}
.TagClassName
{
border-color: #EEFF23;
}
</style>