Shades of Lemon #EEF916
Tints of Lemon #EEF916
RGB
CMYK
RGB Variations
Color information
#EEF916 (or 0xEEF916) is known color: Lemon. HEX triplet: EE, F9 and 16. RGB value is (238,249,22). Sum of RGB (Red+Green+Blue) = 238+249+22=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 22 (8.98% from 255 or 4.32% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF916 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF916 is #1106E9. Grayscale: #DCDCDC. Windows color (decimal): -1115882 or 1505774. OLE color: 1505774.
HSL color Cylindrical-coordinate representation of color #EEF916: hue angle of 62.91º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEF916 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 22 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.02 |
| HSL | 62.91º | 0.95% | 0.53% | - |
| HSV(B) | 62.91º | 0.91% | 0.98% | - |
| XYZ | 69.28 | 85.99 | 13.7 | - |
| YUV | 219.83 | 16.36 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 22 | 0.04 | 0 | 0.91 | 0.02 | 62.91 | 0.95 | 0.53 |
| Hex | EE | F9 | 16 | 4 | 0 | 5B | 2 | 3F | 5F | 35 |
| Octal | 356 | 371 | 26 | 4 | 0 | 133 | 2 | 77 | 137 | 65 |
| Binary | 11101110 | 11111001 | 10110 | 100 | 0 | 1011011 | 10 | 111111 | 1011111 | 110101 |
Color Harmonies of #EEF916
Complementary color
Monochromatic Colors of #EEF916
Black with #EEF916
Text Example
Text Example
White with #EEF916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF916; }
p { color: rgb(238,249,22); }
H1.HeaderClassName
{
color: #EEF916;
}
.AnyTagClassName
{
color: #EEF916;
}
</style>
background-color css
<style>
a { background-color: #EEF916; }
a { background-color: rgb(238,249,22); }
div.DivClassName
{
background-color: #EEF916;
}
.BgClassName
{
background-color: #EEF916;
}
</style>
border-color css
<style>
span { border-color: #EEF916; }
span { border-color: rgb(238,249,22); }
td.TdClassName
{
border-color: #EEF916;
}
.TagClassName
{
border-color: #EEF916;
}
</style>