Shades of Lemon #EEF511
Tints of Lemon #EEF511
RGB
CMYK
RGB Variations
Color information
#EEF511 (or 0xEEF511) is known color: Lemon. HEX triplet: EE, F5 and 11. RGB value is (238,245,17). Sum of RGB (Red+Green+Blue) = 238+245+17=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 17 (7.03% from 255 or 3.4% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF511 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF511 is #110AEE. Grayscale: #D9D9D9. Windows color (decimal): -1116911 or 1177070. OLE color: 1177070.
HSL color Cylindrical-coordinate representation of color #EEF511: hue angle of 61.84º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEF511 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 17 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.04 |
| HSL | 61.84º | 0.92% | 0.51% | - |
| HSV(B) | 61.84º | 0.93% | 0.96% | - |
| XYZ | 68.01 | 83.52 | 13.07 | - |
| YUV | 216.92 | 15.18 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 17 | 0.03 | 0 | 0.93 | 0.04 | 61.84 | 0.92 | 0.51 |
| Hex | EE | F5 | 11 | 3 | 0 | 5D | 4 | 3E | 5C | 33 |
| Octal | 356 | 365 | 21 | 3 | 0 | 135 | 4 | 76 | 134 | 63 |
| Binary | 11101110 | 11110101 | 10001 | 11 | 0 | 1011101 | 100 | 111110 | 1011100 | 110011 |
Color Harmonies of #EEF511
Complementary color
Monochromatic Colors of #EEF511
Black with #EEF511
Text Example
Text Example
White with #EEF511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF511; }
p { color: rgb(238,245,17); }
H1.HeaderClassName
{
color: #EEF511;
}
.AnyTagClassName
{
color: #EEF511;
}
</style>
background-color css
<style>
a { background-color: #EEF511; }
a { background-color: rgb(238,245,17); }
div.DivClassName
{
background-color: #EEF511;
}
.BgClassName
{
background-color: #EEF511;
}
</style>
border-color css
<style>
span { border-color: #EEF511; }
span { border-color: rgb(238,245,17); }
td.TdClassName
{
border-color: #EEF511;
}
.TagClassName
{
border-color: #EEF511;
}
</style>