Shades of Lemon #EEF616
Tints of Lemon #EEF616
RGB
CMYK
RGB Variations
Color information
#EEF616 (or 0xEEF616) is known color: Lemon. HEX triplet: EE, F6 and 16. RGB value is (238,246,22). Sum of RGB (Red+Green+Blue) = 238+246+22=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 22 (8.98% from 255 or 4.35% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF616 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF616 is #1109E9. Grayscale: #DADADA. Windows color (decimal): -1116650 or 1505006. OLE color: 1505006.
HSL color Cylindrical-coordinate representation of color #EEF616: hue angle of 62.14º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEF616 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 22 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.04 |
| HSL | 62.14º | 0.93% | 0.53% | - |
| HSV(B) | 62.14º | 0.91% | 0.96% | - |
| XYZ | 68.36 | 84.15 | 13.4 | - |
| YUV | 218.07 | 17.35 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 22 | 0.03 | 0 | 0.91 | 0.04 | 62.14 | 0.93 | 0.53 |
| Hex | EE | F6 | 16 | 3 | 0 | 5B | 4 | 3E | 5D | 35 |
| Octal | 356 | 366 | 26 | 3 | 0 | 133 | 4 | 76 | 135 | 65 |
| Binary | 11101110 | 11110110 | 10110 | 11 | 0 | 1011011 | 100 | 111110 | 1011101 | 110101 |
Color Harmonies of #EEF616
Complementary color
Monochromatic Colors of #EEF616
Black with #EEF616
Text Example
Text Example
White with #EEF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF616; }
p { color: rgb(238,246,22); }
H1.HeaderClassName
{
color: #EEF616;
}
.AnyTagClassName
{
color: #EEF616;
}
</style>
background-color css
<style>
a { background-color: #EEF616; }
a { background-color: rgb(238,246,22); }
div.DivClassName
{
background-color: #EEF616;
}
.BgClassName
{
background-color: #EEF616;
}
</style>
border-color css
<style>
span { border-color: #EEF616; }
span { border-color: rgb(238,246,22); }
td.TdClassName
{
border-color: #EEF616;
}
.TagClassName
{
border-color: #EEF616;
}
</style>