Shades of Lemon #EEF41A
Tints of Lemon #EEF41A
RGB
CMYK
RGB Variations
Color information
#EEF41A (or 0xEEF41A) is known color: Lemon. HEX triplet: EE, F4 and 1A. RGB value is (238,244,26). Sum of RGB (Red+Green+Blue) = 238+244+26=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 26 (10.55% from 255 or 5.12% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF41A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF41A is #110BE5. Grayscale: #DADADA. Windows color (decimal): -1117158 or 1766638. OLE color: 1766638.
HSL color Cylindrical-coordinate representation of color #EEF41A: hue angle of 61.65º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEF41A is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 26 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.04 |
| HSL | 61.65º | 0.91% | 0.53% | - |
| HSV(B) | 61.65º | 0.89% | 0.96% | - |
| XYZ | 67.8 | 82.95 | 13.42 | - |
| YUV | 217.35 | 20.01 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 26 | 0.02 | 0 | 0.89 | 0.04 | 61.65 | 0.91 | 0.53 |
| Hex | EE | F4 | 1A | 2 | 0 | 59 | 4 | 3E | 5B | 35 |
| Octal | 356 | 364 | 32 | 2 | 0 | 131 | 4 | 76 | 133 | 65 |
| Binary | 11101110 | 11110100 | 11010 | 10 | 0 | 1011001 | 100 | 111110 | 1011011 | 110101 |
Color Harmonies of #EEF41A
Complementary color
Monochromatic Colors of #EEF41A
Black with #EEF41A
Text Example
Text Example
White with #EEF41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF41A; }
p { color: rgb(238,244,26); }
H1.HeaderClassName
{
color: #EEF41A;
}
.AnyTagClassName
{
color: #EEF41A;
}
</style>
background-color css
<style>
a { background-color: #EEF41A; }
a { background-color: rgb(238,244,26); }
div.DivClassName
{
background-color: #EEF41A;
}
.BgClassName
{
background-color: #EEF41A;
}
</style>
border-color css
<style>
span { border-color: #EEF41A; }
span { border-color: rgb(238,244,26); }
td.TdClassName
{
border-color: #EEF41A;
}
.TagClassName
{
border-color: #EEF41A;
}
</style>