Shades of Lemon #EEF516
Tints of Lemon #EEF516
RGB
CMYK
RGB Variations
Color information
#EEF516 (or 0xEEF516) is known color: Lemon. HEX triplet: EE, F5 and 16. RGB value is (238,245,22). Sum of RGB (Red+Green+Blue) = 238+245+22=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 22 (8.98% from 255 or 4.36% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF516 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF516 is #110AE9. Grayscale: #DADADA. Windows color (decimal): -1116906 or 1504750. OLE color: 1504750.
HSL color Cylindrical-coordinate representation of color #EEF516: hue angle of 61.88º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEF516 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 22 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.04 |
| HSL | 61.88º | 0.92% | 0.52% | - |
| HSV(B) | 61.88º | 0.91% | 0.96% | - |
| XYZ | 68.06 | 83.54 | 13.3 | - |
| YUV | 217.49 | 17.68 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 22 | 0.03 | 0 | 0.91 | 0.04 | 61.88 | 0.92 | 0.52 |
| Hex | EE | F5 | 16 | 3 | 0 | 5B | 4 | 3E | 5C | 34 |
| Octal | 356 | 365 | 26 | 3 | 0 | 133 | 4 | 76 | 134 | 64 |
| Binary | 11101110 | 11110101 | 10110 | 11 | 0 | 1011011 | 100 | 111110 | 1011100 | 110100 |
Color Harmonies of #EEF516
Complementary color
Monochromatic Colors of #EEF516
Black with #EEF516
Text Example
Text Example
White with #EEF516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF516; }
p { color: rgb(238,245,22); }
H1.HeaderClassName
{
color: #EEF516;
}
.AnyTagClassName
{
color: #EEF516;
}
</style>
background-color css
<style>
a { background-color: #EEF516; }
a { background-color: rgb(238,245,22); }
div.DivClassName
{
background-color: #EEF516;
}
.BgClassName
{
background-color: #EEF516;
}
</style>
border-color css
<style>
span { border-color: #EEF516; }
span { border-color: rgb(238,245,22); }
td.TdClassName
{
border-color: #EEF516;
}
.TagClassName
{
border-color: #EEF516;
}
</style>