Shades of Lemon #EEF519
Tints of Lemon #EEF519
RGB
CMYK
RGB Variations
Color information
#EEF519 (or 0xEEF519) is known color: Lemon. HEX triplet: EE, F5 and 19. RGB value is (238,245,25). Sum of RGB (Red+Green+Blue) = 238+245+25=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 25 (10.16% from 255 or 4.92% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF519 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF519 is #110AE6. Grayscale: #DADADA. Windows color (decimal): -1116903 or 1701358. OLE color: 1701358.
HSL color Cylindrical-coordinate representation of color #EEF519: hue angle of 61.91º 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 #EEF519 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 25 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.04 |
| HSL | 61.91º | 0.92% | 0.53% | - |
| HSV(B) | 61.91º | 0.9% | 0.96% | - |
| XYZ | 68.09 | 83.55 | 13.46 | - |
| YUV | 217.83 | 19.18 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 25 | 0.03 | 0 | 0.90 | 0.04 | 61.91 | 0.92 | 0.53 |
| Hex | EE | F5 | 19 | 3 | 0 | 5A | 4 | 3E | 5C | 35 |
| Octal | 356 | 365 | 31 | 3 | 0 | 132 | 4 | 76 | 134 | 65 |
| Binary | 11101110 | 11110101 | 11001 | 11 | 0 | 1011010 | 100 | 111110 | 1011100 | 110101 |
Color Harmonies of #EEF519
Complementary color
Monochromatic Colors of #EEF519
Black with #EEF519
Text Example
Text Example
White with #EEF519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF519; }
p { color: rgb(238,245,25); }
H1.HeaderClassName
{
color: #EEF519;
}
.AnyTagClassName
{
color: #EEF519;
}
</style>
background-color css
<style>
a { background-color: #EEF519; }
a { background-color: rgb(238,245,25); }
div.DivClassName
{
background-color: #EEF519;
}
.BgClassName
{
background-color: #EEF519;
}
</style>
border-color css
<style>
span { border-color: #EEF519; }
span { border-color: rgb(238,245,25); }
td.TdClassName
{
border-color: #EEF519;
}
.TagClassName
{
border-color: #EEF519;
}
</style>