Shades of Lemon #EEF012
Tints of Lemon #EEF012
RGB
CMYK
RGB Variations
Color information
#EEF012 (or 0xEEF012) is known color: Lemon. HEX triplet: EE, F0 and 12. RGB value is (238,240,18). Sum of RGB (Red+Green+Blue) = 238+240+18=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 18 (7.42% from 255 or 3.63% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF012 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF012 is #110FED. Grayscale: #D6D6D6. Windows color (decimal): -1118190 or 1241326. OLE color: 1241326.
HSL color Cylindrical-coordinate representation of color #EEF012: hue angle of 60.54º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEF012 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 18 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.06 |
| HSL | 60.54º | 0.88% | 0.51% | - |
| HSV(B) | 60.54º | 0.93% | 0.94% | - |
| XYZ | 66.53 | 80.54 | 12.61 | - |
| YUV | 214.09 | 17.34 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 18 | 0.01 | 0 | 0.92 | 0.06 | 60.54 | 0.88 | 0.51 |
| Hex | EE | F0 | 12 | 1 | 0 | 5C | 6 | 3D | 58 | 33 |
| Octal | 356 | 360 | 22 | 1 | 0 | 134 | 6 | 75 | 130 | 63 |
| Binary | 11101110 | 11110000 | 10010 | 1 | 0 | 1011100 | 110 | 111101 | 1011000 | 110011 |
Color Harmonies of #EEF012
Complementary color
Monochromatic Colors of #EEF012
Black with #EEF012
Text Example
Text Example
White with #EEF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF012; }
p { color: rgb(238,240,18); }
H1.HeaderClassName
{
color: #EEF012;
}
.AnyTagClassName
{
color: #EEF012;
}
</style>
background-color css
<style>
a { background-color: #EEF012; }
a { background-color: rgb(238,240,18); }
div.DivClassName
{
background-color: #EEF012;
}
.BgClassName
{
background-color: #EEF012;
}
</style>
border-color css
<style>
span { border-color: #EEF012; }
span { border-color: rgb(238,240,18); }
td.TdClassName
{
border-color: #EEF012;
}
.TagClassName
{
border-color: #EEF012;
}
</style>