Shades of Lemon #EEF006
Tints of Lemon #EEF006
RGB
CMYK
RGB Variations
Color information
#EEF006 (or 0xEEF006) is known color: Lemon. HEX triplet: EE, F0 and 06. RGB value is (238,240,6). Sum of RGB (Red+Green+Blue) = 238+240+6=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 6 (2.73% from 255 or 1.24% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF006 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF006 is #110FF9. Grayscale: #D5D5D5. Windows color (decimal): -1118202 or 454894. OLE color: 454894.
HSL color Cylindrical-coordinate representation of color #EEF006: hue angle of 60.51º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEF006 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 6 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.06 |
| HSL | 60.51º | 0.95% | 0.48% | - |
| HSV(B) | 60.51º | 0.98% | 0.94% | - |
| XYZ | 66.45 | 80.51 | 12.21 | - |
| YUV | 212.73 | 11.34 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 6 | 0.01 | 0 | 0.98 | 0.06 | 60.51 | 0.95 | 0.48 |
| Hex | EE | F0 | 6 | 1 | 0 | 62 | 6 | 3D | 5F | 30 |
| Octal | 356 | 360 | 6 | 1 | 0 | 142 | 6 | 75 | 137 | 60 |
| Binary | 11101110 | 11110000 | 110 | 1 | 0 | 1100010 | 110 | 111101 | 1011111 | 110000 |
Color Harmonies of #EEF006
Complementary color
Monochromatic Colors of #EEF006
Black with #EEF006
Text Example
Text Example
White with #EEF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF006; }
p { color: rgb(238,240,6); }
H1.HeaderClassName
{
color: #EEF006;
}
.AnyTagClassName
{
color: #EEF006;
}
</style>
background-color css
<style>
a { background-color: #EEF006; }
a { background-color: rgb(238,240,6); }
div.DivClassName
{
background-color: #EEF006;
}
.BgClassName
{
background-color: #EEF006;
}
</style>
border-color css
<style>
span { border-color: #EEF006; }
span { border-color: rgb(238,240,6); }
td.TdClassName
{
border-color: #EEF006;
}
.TagClassName
{
border-color: #EEF006;
}
</style>