Shades of Lemon #EEF206
Tints of Lemon #EEF206
RGB
CMYK
RGB Variations
Color information
#EEF206 (or 0xEEF206) is known color: Lemon. HEX triplet: EE, F2 and 06. RGB value is (238,242,6). Sum of RGB (Red+Green+Blue) = 238+242+6=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 6 (2.73% from 255 or 1.23% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF206 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF206 is #110DF9. Grayscale: #D6D6D6. Windows color (decimal): -1117690 or 455406. OLE color: 455406.
HSL color Cylindrical-coordinate representation of color #EEF206: hue angle of 61.02º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEF206 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 6 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.05 |
| HSL | 61.02º | 0.95% | 0.49% | - |
| HSV(B) | 61.02º | 0.98% | 0.95% | - |
| XYZ | 67.04 | 81.69 | 12.41 | - |
| YUV | 213.9 | 10.67 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 6 | 0.02 | 0 | 0.98 | 0.05 | 61.02 | 0.95 | 0.49 |
| Hex | EE | F2 | 6 | 2 | 0 | 62 | 5 | 3D | 5F | 31 |
| Octal | 356 | 362 | 6 | 2 | 0 | 142 | 5 | 75 | 137 | 61 |
| Binary | 11101110 | 11110010 | 110 | 10 | 0 | 1100010 | 101 | 111101 | 1011111 | 110001 |
Color Harmonies of #EEF206
Complementary color
Monochromatic Colors of #EEF206
Black with #EEF206
Text Example
Text Example
White with #EEF206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF206; }
p { color: rgb(238,242,6); }
H1.HeaderClassName
{
color: #EEF206;
}
.AnyTagClassName
{
color: #EEF206;
}
</style>
background-color css
<style>
a { background-color: #EEF206; }
a { background-color: rgb(238,242,6); }
div.DivClassName
{
background-color: #EEF206;
}
.BgClassName
{
background-color: #EEF206;
}
</style>
border-color css
<style>
span { border-color: #EEF206; }
span { border-color: rgb(238,242,6); }
td.TdClassName
{
border-color: #EEF206;
}
.TagClassName
{
border-color: #EEF206;
}
</style>