Shades of Lemon #EEF41D
Tints of Lemon #EEF41D
RGB
CMYK
RGB Variations
Color information
#EEF41D (or 0xEEF41D) is known color: Lemon. HEX triplet: EE, F4 and 1D. RGB value is (238,244,29). Sum of RGB (Red+Green+Blue) = 238+244+29=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 29 (11.72% from 255 or 5.68% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF41D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF41D is #110BE2. Grayscale: #DADADA. Windows color (decimal): -1117155 or 1963246. OLE color: 1963246.
HSL color Cylindrical-coordinate representation of color #EEF41D: hue angle of 61.67º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEF41D is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 29 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.04 |
| HSL | 61.67º | 0.91% | 0.54% | - |
| HSV(B) | 61.67º | 0.88% | 0.96% | - |
| XYZ | 67.83 | 82.97 | 13.6 | - |
| YUV | 217.7 | 21.51 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 29 | 0.02 | 0 | 0.88 | 0.04 | 61.67 | 0.91 | 0.54 |
| Hex | EE | F4 | 1D | 2 | 0 | 58 | 4 | 3E | 5B | 36 |
| Octal | 356 | 364 | 35 | 2 | 0 | 130 | 4 | 76 | 133 | 66 |
| Binary | 11101110 | 11110100 | 11101 | 10 | 0 | 1011000 | 100 | 111110 | 1011011 | 110110 |
Color Harmonies of #EEF41D
Complementary color
Monochromatic Colors of #EEF41D
Black with #EEF41D
Text Example
Text Example
White with #EEF41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF41D; }
p { color: rgb(238,244,29); }
H1.HeaderClassName
{
color: #EEF41D;
}
.AnyTagClassName
{
color: #EEF41D;
}
</style>
background-color css
<style>
a { background-color: #EEF41D; }
a { background-color: rgb(238,244,29); }
div.DivClassName
{
background-color: #EEF41D;
}
.BgClassName
{
background-color: #EEF41D;
}
</style>
border-color css
<style>
span { border-color: #EEF41D; }
span { border-color: rgb(238,244,29); }
td.TdClassName
{
border-color: #EEF41D;
}
.TagClassName
{
border-color: #EEF41D;
}
</style>