Shades of Lemon #EEF612
Tints of Lemon #EEF612
RGB
CMYK
RGB Variations
Color information
#EEF612 (or 0xEEF612) is known color: Lemon. HEX triplet: EE, F6 and 12. RGB value is (238,246,18). Sum of RGB (Red+Green+Blue) = 238+246+18=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 18 (7.42% from 255 or 3.59% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF612 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF612 is #1109ED. Grayscale: #DADADA. Windows color (decimal): -1116654 or 1242862. OLE color: 1242862.
HSL color Cylindrical-coordinate representation of color #EEF612: hue angle of 62.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEF612 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 18 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.04 |
| HSL | 62.11º | 0.93% | 0.52% | - |
| HSV(B) | 62.11º | 0.93% | 0.96% | - |
| XYZ | 68.32 | 84.13 | 13.21 | - |
| YUV | 217.62 | 15.35 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 18 | 0.03 | 0 | 0.93 | 0.04 | 62.11 | 0.93 | 0.52 |
| Hex | EE | F6 | 12 | 3 | 0 | 5D | 4 | 3E | 5D | 34 |
| Octal | 356 | 366 | 22 | 3 | 0 | 135 | 4 | 76 | 135 | 64 |
| Binary | 11101110 | 11110110 | 10010 | 11 | 0 | 1011101 | 100 | 111110 | 1011101 | 110100 |
Color Harmonies of #EEF612
Complementary color
Monochromatic Colors of #EEF612
Black with #EEF612
Text Example
Text Example
White with #EEF612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF612; }
p { color: rgb(238,246,18); }
H1.HeaderClassName
{
color: #EEF612;
}
.AnyTagClassName
{
color: #EEF612;
}
</style>
background-color css
<style>
a { background-color: #EEF612; }
a { background-color: rgb(238,246,18); }
div.DivClassName
{
background-color: #EEF612;
}
.BgClassName
{
background-color: #EEF612;
}
</style>
border-color css
<style>
span { border-color: #EEF612; }
span { border-color: rgb(238,246,18); }
td.TdClassName
{
border-color: #EEF612;
}
.TagClassName
{
border-color: #EEF612;
}
</style>