Shades of Lemon #EEF015
Tints of Lemon #EEF015
RGB
CMYK
RGB Variations
Color information
#EEF015 (or 0xEEF015) is known color: Lemon. HEX triplet: EE, F0 and 15. RGB value is (238,240,21). Sum of RGB (Red+Green+Blue) = 238+240+21=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 21 (8.59% from 255 or 4.21% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF015 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF015 is #110FEA. Grayscale: #D7D7D7. Windows color (decimal): -1118187 or 1437934. OLE color: 1437934.
HSL color Cylindrical-coordinate representation of color #EEF015: hue angle of 60.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEF015 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 21 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.06 |
| HSL | 60.55º | 0.88% | 0.51% | - |
| HSV(B) | 60.55º | 0.91% | 0.94% | - |
| XYZ | 66.56 | 80.55 | 12.75 | - |
| YUV | 214.44 | 18.84 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 21 | 0.01 | 0 | 0.91 | 0.06 | 60.55 | 0.88 | 0.51 |
| Hex | EE | F0 | 15 | 1 | 0 | 5B | 6 | 3D | 58 | 33 |
| Octal | 356 | 360 | 25 | 1 | 0 | 133 | 6 | 75 | 130 | 63 |
| Binary | 11101110 | 11110000 | 10101 | 1 | 0 | 1011011 | 110 | 111101 | 1011000 | 110011 |
Color Harmonies of #EEF015
Complementary color
Monochromatic Colors of #EEF015
Black with #EEF015
Text Example
Text Example
White with #EEF015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF015; }
p { color: rgb(238,240,21); }
H1.HeaderClassName
{
color: #EEF015;
}
.AnyTagClassName
{
color: #EEF015;
}
</style>
background-color css
<style>
a { background-color: #EEF015; }
a { background-color: rgb(238,240,21); }
div.DivClassName
{
background-color: #EEF015;
}
.BgClassName
{
background-color: #EEF015;
}
</style>
border-color css
<style>
span { border-color: #EEF015; }
span { border-color: rgb(238,240,21); }
td.TdClassName
{
border-color: #EEF015;
}
.TagClassName
{
border-color: #EEF015;
}
</style>