Shades of Lemon #EEF320
Tints of Lemon #EEF320
RGB
CMYK
RGB Variations
Color information
#EEF320 (or 0xEEF320) is known color: Lemon. HEX triplet: EE, F3 and 20. RGB value is (238,243,32). Sum of RGB (Red+Green+Blue) = 238+243+32=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 32 (12.89% from 255 or 6.24% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF320 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF320 is #110CDF. Grayscale: #DADADA. Windows color (decimal): -1117408 or 2159598. OLE color: 2159598.
HSL color Cylindrical-coordinate representation of color #EEF320: hue angle of 61.42º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEF320 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 32 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.05 |
| HSL | 61.42º | 0.9% | 0.54% | - |
| HSV(B) | 61.42º | 0.87% | 0.95% | - |
| XYZ | 67.57 | 82.38 | 13.71 | - |
| YUV | 217.45 | 23.34 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 32 | 0.02 | 0 | 0.87 | 0.05 | 61.42 | 0.9 | 0.54 |
| Hex | EE | F3 | 20 | 2 | 0 | 57 | 5 | 3D | 5A | 36 |
| Octal | 356 | 363 | 40 | 2 | 0 | 127 | 5 | 75 | 132 | 66 |
| Binary | 11101110 | 11110011 | 100000 | 10 | 0 | 1010111 | 101 | 111101 | 1011010 | 110110 |
Color Harmonies of #EEF320
Complementary color
Monochromatic Colors of #EEF320
Black with #EEF320
Text Example
Text Example
White with #EEF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF320; }
p { color: rgb(238,243,32); }
H1.HeaderClassName
{
color: #EEF320;
}
.AnyTagClassName
{
color: #EEF320;
}
</style>
background-color css
<style>
a { background-color: #EEF320; }
a { background-color: rgb(238,243,32); }
div.DivClassName
{
background-color: #EEF320;
}
.BgClassName
{
background-color: #EEF320;
}
</style>
border-color css
<style>
span { border-color: #EEF320; }
span { border-color: rgb(238,243,32); }
td.TdClassName
{
border-color: #EEF320;
}
.TagClassName
{
border-color: #EEF320;
}
</style>