Shades of Lemon #EEF50F
Tints of Lemon #EEF50F
RGB
CMYK
RGB Variations
Color information
#EEF50F (or 0xEEF50F) is known color: Lemon. HEX triplet: EE, F5 and 0F. RGB value is (238,245,15). Sum of RGB (Red+Green+Blue) = 238+245+15=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 15 (6.25% from 255 or 3.01% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF50F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF50F is #110AF0. Grayscale: #D9D9D9. Windows color (decimal): -1116913 or 1045998. OLE color: 1045998.
HSL color Cylindrical-coordinate representation of color #EEF50F: hue angle of 61.83º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEF50F is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 15 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.04 |
| HSL | 61.83º | 0.92% | 0.51% | - |
| HSV(B) | 61.83º | 0.94% | 0.96% | - |
| XYZ | 68 | 83.52 | 12.99 | - |
| YUV | 216.69 | 14.18 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 15 | 0.03 | 0 | 0.94 | 0.04 | 61.83 | 0.92 | 0.51 |
| Hex | EE | F5 | F | 3 | 0 | 5E | 4 | 3E | 5C | 33 |
| Octal | 356 | 365 | 17 | 3 | 0 | 136 | 4 | 76 | 134 | 63 |
| Binary | 11101110 | 11110101 | 1111 | 11 | 0 | 1011110 | 100 | 111110 | 1011100 | 110011 |
Color Harmonies of #EEF50F
Complementary color
Monochromatic Colors of #EEF50F
Black with #EEF50F
Text Example
Text Example
White with #EEF50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF50F; }
p { color: rgb(238,245,15); }
H1.HeaderClassName
{
color: #EEF50F;
}
.AnyTagClassName
{
color: #EEF50F;
}
</style>
background-color css
<style>
a { background-color: #EEF50F; }
a { background-color: rgb(238,245,15); }
div.DivClassName
{
background-color: #EEF50F;
}
.BgClassName
{
background-color: #EEF50F;
}
</style>
border-color css
<style>
span { border-color: #EEF50F; }
span { border-color: rgb(238,245,15); }
td.TdClassName
{
border-color: #EEF50F;
}
.TagClassName
{
border-color: #EEF50F;
}
</style>