Shades of Lemon #EEF417
Tints of Lemon #EEF417
RGB
CMYK
RGB Variations
Color information
#EEF417 (or 0xEEF417) is known color: Lemon. HEX triplet: EE, F4 and 17. RGB value is (238,244,23). Sum of RGB (Red+Green+Blue) = 238+244+23=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 23 (9.38% from 255 or 4.55% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF417 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF417 is #110BE8. Grayscale: #D9D9D9. Windows color (decimal): -1117161 or 1570030. OLE color: 1570030.
HSL color Cylindrical-coordinate representation of color #EEF417: hue angle of 61.63º degrees, saturation: 0.91, 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 #EEF417 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 23 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.04 |
| HSL | 61.63º | 0.91% | 0.52% | - |
| HSV(B) | 61.63º | 0.91% | 0.96% | - |
| XYZ | 67.77 | 82.94 | 13.25 | - |
| YUV | 217.01 | 18.51 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 23 | 0.02 | 0 | 0.91 | 0.04 | 61.63 | 0.91 | 0.52 |
| Hex | EE | F4 | 17 | 2 | 0 | 5B | 4 | 3E | 5B | 34 |
| Octal | 356 | 364 | 27 | 2 | 0 | 133 | 4 | 76 | 133 | 64 |
| Binary | 11101110 | 11110100 | 10111 | 10 | 0 | 1011011 | 100 | 111110 | 1011011 | 110100 |
Color Harmonies of #EEF417
Complementary color
Monochromatic Colors of #EEF417
Black with #EEF417
Text Example
Text Example
White with #EEF417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF417; }
p { color: rgb(238,244,23); }
H1.HeaderClassName
{
color: #EEF417;
}
.AnyTagClassName
{
color: #EEF417;
}
</style>
background-color css
<style>
a { background-color: #EEF417; }
a { background-color: rgb(238,244,23); }
div.DivClassName
{
background-color: #EEF417;
}
.BgClassName
{
background-color: #EEF417;
}
</style>
border-color css
<style>
span { border-color: #EEF417; }
span { border-color: rgb(238,244,23); }
td.TdClassName
{
border-color: #EEF417;
}
.TagClassName
{
border-color: #EEF417;
}
</style>