Shades of Lemon #EEF321
Tints of Lemon #EEF321
RGB
CMYK
RGB Variations
Color information
#EEF321 (or 0xEEF321) is known color: Lemon. HEX triplet: EE, F3 and 21. RGB value is (238,243,33). Sum of RGB (Red+Green+Blue) = 238+243+33=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 33 (13.28% from 255 or 6.42% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF321 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF321 is #110CDE. Grayscale: #DADADA. Windows color (decimal): -1117407 or 2225134. OLE color: 2225134.
HSL color Cylindrical-coordinate representation of color #EEF321: hue angle of 61.43º 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 #EEF321 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 33 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.05 |
| HSL | 61.43º | 0.9% | 0.54% | - |
| HSV(B) | 61.43º | 0.86% | 0.95% | - |
| XYZ | 67.59 | 82.39 | 13.78 | - |
| YUV | 217.57 | 23.84 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 33 | 0.02 | 0 | 0.86 | 0.05 | 61.43 | 0.9 | 0.54 |
| Hex | EE | F3 | 21 | 2 | 0 | 56 | 5 | 3D | 5A | 36 |
| Octal | 356 | 363 | 41 | 2 | 0 | 126 | 5 | 75 | 132 | 66 |
| Binary | 11101110 | 11110011 | 100001 | 10 | 0 | 1010110 | 101 | 111101 | 1011010 | 110110 |
Color Harmonies of #EEF321
Complementary color
Monochromatic Colors of #EEF321
Black with #EEF321
Text Example
Text Example
White with #EEF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF321; }
p { color: rgb(238,243,33); }
H1.HeaderClassName
{
color: #EEF321;
}
.AnyTagClassName
{
color: #EEF321;
}
</style>
background-color css
<style>
a { background-color: #EEF321; }
a { background-color: rgb(238,243,33); }
div.DivClassName
{
background-color: #EEF321;
}
.BgClassName
{
background-color: #EEF321;
}
</style>
border-color css
<style>
span { border-color: #EEF321; }
span { border-color: rgb(238,243,33); }
td.TdClassName
{
border-color: #EEF321;
}
.TagClassName
{
border-color: #EEF321;
}
</style>