Shades of Lemon #EEF20D
Tints of Lemon #EEF20D
RGB
CMYK
RGB Variations
Color information
#EEF20D (or 0xEEF20D) is known color: Lemon. HEX triplet: EE, F2 and 0D. RGB value is (238,242,13). Sum of RGB (Red+Green+Blue) = 238+242+13=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 13 (5.47% from 255 or 2.64% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF20D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF20D is #110DF2. Grayscale: #D7D7D7. Windows color (decimal): -1117683 or 914158. OLE color: 914158.
HSL color Cylindrical-coordinate representation of color #EEF20D: hue angle of 61.05º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEF20D is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 13 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.05 |
| HSL | 61.05º | 0.9% | 0.5% | - |
| HSV(B) | 61.05º | 0.95% | 0.95% | - |
| XYZ | 67.08 | 81.71 | 12.62 | - |
| YUV | 214.7 | 14.17 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 13 | 0.02 | 0 | 0.95 | 0.05 | 61.05 | 0.9 | 0.5 |
| Hex | EE | F2 | D | 2 | 0 | 5F | 5 | 3D | 5A | 32 |
| Octal | 356 | 362 | 15 | 2 | 0 | 137 | 5 | 75 | 132 | 62 |
| Binary | 11101110 | 11110010 | 1101 | 10 | 0 | 1011111 | 101 | 111101 | 1011010 | 110010 |
Color Harmonies of #EEF20D
Complementary color
Monochromatic Colors of #EEF20D
Black with #EEF20D
Text Example
Text Example
White with #EEF20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF20D; }
p { color: rgb(238,242,13); }
H1.HeaderClassName
{
color: #EEF20D;
}
.AnyTagClassName
{
color: #EEF20D;
}
</style>
background-color css
<style>
a { background-color: #EEF20D; }
a { background-color: rgb(238,242,13); }
div.DivClassName
{
background-color: #EEF20D;
}
.BgClassName
{
background-color: #EEF20D;
}
</style>
border-color css
<style>
span { border-color: #EEF20D; }
span { border-color: rgb(238,242,13); }
td.TdClassName
{
border-color: #EEF20D;
}
.TagClassName
{
border-color: #EEF20D;
}
</style>