Shades of Lemon #EEF01E
Tints of Lemon #EEF01E
RGB
CMYK
RGB Variations
Color information
#EEF01E (or 0xEEF01E) is known color: Lemon. HEX triplet: EE, F0 and 1E. RGB value is (238,240,30). Sum of RGB (Red+Green+Blue) = 238+240+30=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 30 (12.11% from 255 or 5.91% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF01E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF01E is #110FE1. Grayscale: #D8D8D8. Windows color (decimal): -1118178 or 2027758. OLE color: 2027758.
HSL color Cylindrical-coordinate representation of color #EEF01E: hue angle of 60.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEF01E is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 30 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.06 |
| HSL | 60.57º | 0.88% | 0.53% | - |
| HSV(B) | 60.57º | 0.88% | 0.94% | - |
| XYZ | 66.65 | 80.59 | 13.27 | - |
| YUV | 215.46 | 23.34 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 30 | 0.01 | 0 | 0.87 | 0.06 | 60.57 | 0.88 | 0.53 |
| Hex | EE | F0 | 1E | 1 | 0 | 57 | 6 | 3D | 58 | 35 |
| Octal | 356 | 360 | 36 | 1 | 0 | 127 | 6 | 75 | 130 | 65 |
| Binary | 11101110 | 11110000 | 11110 | 1 | 0 | 1010111 | 110 | 111101 | 1011000 | 110101 |
Color Harmonies of #EEF01E
Complementary color
Monochromatic Colors of #EEF01E
Black with #EEF01E
Text Example
Text Example
White with #EEF01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF01E; }
p { color: rgb(238,240,30); }
H1.HeaderClassName
{
color: #EEF01E;
}
.AnyTagClassName
{
color: #EEF01E;
}
</style>
background-color css
<style>
a { background-color: #EEF01E; }
a { background-color: rgb(238,240,30); }
div.DivClassName
{
background-color: #EEF01E;
}
.BgClassName
{
background-color: #EEF01E;
}
</style>
border-color css
<style>
span { border-color: #EEF01E; }
span { border-color: rgb(238,240,30); }
td.TdClassName
{
border-color: #EEF01E;
}
.TagClassName
{
border-color: #EEF01E;
}
</style>