Shades of Lemon #EEF322
Tints of Lemon #EEF322
RGB
CMYK
RGB Variations
Color information
#EEF322 (or 0xEEF322) is known color: Lemon. HEX triplet: EE, F3 and 22. RGB value is (238,243,34). Sum of RGB (Red+Green+Blue) = 238+243+34=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 34 (13.67% from 255 or 6.60% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF322 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF322 is #110CDD. Grayscale: #DADADA. Windows color (decimal): -1117406 or 2290670. OLE color: 2290670.
HSL color Cylindrical-coordinate representation of color #EEF322: hue angle of 61.44º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EEF322 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 34 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.05 |
| HSL | 61.44º | 0.9% | 0.54% | - |
| HSV(B) | 61.44º | 0.86% | 0.95% | - |
| XYZ | 67.6 | 82.39 | 13.85 | - |
| YUV | 217.68 | 24.34 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 34 | 0.02 | 0 | 0.86 | 0.05 | 61.44 | 0.9 | 0.54 |
| Hex | EE | F3 | 22 | 2 | 0 | 56 | 5 | 3D | 5A | 36 |
| Octal | 356 | 363 | 42 | 2 | 0 | 126 | 5 | 75 | 132 | 66 |
| Binary | 11101110 | 11110011 | 100010 | 10 | 0 | 1010110 | 101 | 111101 | 1011010 | 110110 |
Color Harmonies of #EEF322
Complementary color
Monochromatic Colors of #EEF322
Black with #EEF322
Text Example
Text Example
White with #EEF322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF322; }
p { color: rgb(238,243,34); }
H1.HeaderClassName
{
color: #EEF322;
}
.AnyTagClassName
{
color: #EEF322;
}
</style>
background-color css
<style>
a { background-color: #EEF322; }
a { background-color: rgb(238,243,34); }
div.DivClassName
{
background-color: #EEF322;
}
.BgClassName
{
background-color: #EEF322;
}
</style>
border-color css
<style>
span { border-color: #EEF322; }
span { border-color: rgb(238,243,34); }
td.TdClassName
{
border-color: #EEF322;
}
.TagClassName
{
border-color: #EEF322;
}
</style>