Shades of Lemon #EEF619
Tints of Lemon #EEF619
RGB
CMYK
RGB Variations
Color information
#EEF619 (or 0xEEF619) is known color: Lemon. HEX triplet: EE, F6 and 19. RGB value is (238,246,25). Sum of RGB (Red+Green+Blue) = 238+246+25=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 25 (10.16% from 255 or 4.91% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF619 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF619 is #1109E6. Grayscale: #DBDBDB. Windows color (decimal): -1116647 or 1701614. OLE color: 1701614.
HSL color Cylindrical-coordinate representation of color #EEF619: hue angle of 62.17º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEF619 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 25 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.04 |
| HSL | 62.17º | 0.92% | 0.53% | - |
| HSV(B) | 62.17º | 0.9% | 0.96% | - |
| XYZ | 68.39 | 84.16 | 13.56 | - |
| YUV | 218.41 | 18.85 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 25 | 0.03 | 0 | 0.90 | 0.04 | 62.17 | 0.92 | 0.53 |
| Hex | EE | F6 | 19 | 3 | 0 | 5A | 4 | 3E | 5C | 35 |
| Octal | 356 | 366 | 31 | 3 | 0 | 132 | 4 | 76 | 134 | 65 |
| Binary | 11101110 | 11110110 | 11001 | 11 | 0 | 1011010 | 100 | 111110 | 1011100 | 110101 |
Color Harmonies of #EEF619
Complementary color
Monochromatic Colors of #EEF619
Black with #EEF619
Text Example
Text Example
White with #EEF619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF619; }
p { color: rgb(238,246,25); }
H1.HeaderClassName
{
color: #EEF619;
}
.AnyTagClassName
{
color: #EEF619;
}
</style>
background-color css
<style>
a { background-color: #EEF619; }
a { background-color: rgb(238,246,25); }
div.DivClassName
{
background-color: #EEF619;
}
.BgClassName
{
background-color: #EEF619;
}
</style>
border-color css
<style>
span { border-color: #EEF619; }
span { border-color: rgb(238,246,25); }
td.TdClassName
{
border-color: #EEF619;
}
.TagClassName
{
border-color: #EEF619;
}
</style>