Shades of Lemon #EEF422
Tints of Lemon #EEF422
RGB
CMYK
RGB Variations
Color information
#EEF422 (or 0xEEF422) is known color: Lemon. HEX triplet: EE, F4 and 22. RGB value is (238,244,34). Sum of RGB (Red+Green+Blue) = 238+244+34=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 34 (13.67% from 255 or 6.59% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF422 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF422 is #110BDD. Grayscale: #DBDBDB. Windows color (decimal): -1117150 or 2290926. OLE color: 2290926.
HSL color Cylindrical-coordinate representation of color #EEF422: hue angle of 61.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EEF422 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 34 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.04 |
| HSL | 61.71º | 0.91% | 0.55% | - |
| HSV(B) | 61.71º | 0.86% | 0.96% | - |
| XYZ | 67.9 | 82.99 | 13.95 | - |
| YUV | 218.27 | 24.01 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 34 | 0.02 | 0 | 0.86 | 0.04 | 61.71 | 0.91 | 0.55 |
| Hex | EE | F4 | 22 | 2 | 0 | 56 | 4 | 3E | 5B | 37 |
| Octal | 356 | 364 | 42 | 2 | 0 | 126 | 4 | 76 | 133 | 67 |
| Binary | 11101110 | 11110100 | 100010 | 10 | 0 | 1010110 | 100 | 111110 | 1011011 | 110111 |
Color Harmonies of #EEF422
Complementary color
Monochromatic Colors of #EEF422
Black with #EEF422
Text Example
Text Example
White with #EEF422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF422; }
p { color: rgb(238,244,34); }
H1.HeaderClassName
{
color: #EEF422;
}
.AnyTagClassName
{
color: #EEF422;
}
</style>
background-color css
<style>
a { background-color: #EEF422; }
a { background-color: rgb(238,244,34); }
div.DivClassName
{
background-color: #EEF422;
}
.BgClassName
{
background-color: #EEF422;
}
</style>
border-color css
<style>
span { border-color: #EEF422; }
span { border-color: rgb(238,244,34); }
td.TdClassName
{
border-color: #EEF422;
}
.TagClassName
{
border-color: #EEF422;
}
</style>