Shades of Lemon #EEF20F
Tints of Lemon #EEF20F
RGB
CMYK
RGB Variations
Color information
#EEF20F (or 0xEEF20F) is known color: Lemon. HEX triplet: EE, F2 and 0F. RGB value is (238,242,15). Sum of RGB (Red+Green+Blue) = 238+242+15=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 15 (6.25% from 255 or 3.03% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF20F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF20F is #110DF0. Grayscale: #D7D7D7. Windows color (decimal): -1117681 or 1045230. OLE color: 1045230.
HSL color Cylindrical-coordinate representation of color #EEF20F: hue angle of 61.06º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEF20F is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 15 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.05 |
| HSL | 61.06º | 0.9% | 0.5% | - |
| HSV(B) | 61.06º | 0.94% | 0.95% | - |
| XYZ | 67.1 | 81.72 | 12.69 | - |
| YUV | 214.93 | 15.17 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 15 | 0.02 | 0 | 0.94 | 0.05 | 61.06 | 0.9 | 0.5 |
| Hex | EE | F2 | F | 2 | 0 | 5E | 5 | 3D | 5A | 32 |
| Octal | 356 | 362 | 17 | 2 | 0 | 136 | 5 | 75 | 132 | 62 |
| Binary | 11101110 | 11110010 | 1111 | 10 | 0 | 1011110 | 101 | 111101 | 1011010 | 110010 |
Color Harmonies of #EEF20F
Complementary color
Monochromatic Colors of #EEF20F
Black with #EEF20F
Text Example
Text Example
White with #EEF20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF20F; }
p { color: rgb(238,242,15); }
H1.HeaderClassName
{
color: #EEF20F;
}
.AnyTagClassName
{
color: #EEF20F;
}
</style>
background-color css
<style>
a { background-color: #EEF20F; }
a { background-color: rgb(238,242,15); }
div.DivClassName
{
background-color: #EEF20F;
}
.BgClassName
{
background-color: #EEF20F;
}
</style>
border-color css
<style>
span { border-color: #EEF20F; }
span { border-color: rgb(238,242,15); }
td.TdClassName
{
border-color: #EEF20F;
}
.TagClassName
{
border-color: #EEF20F;
}
</style>