Shades of Lemon #EEF311
Tints of Lemon #EEF311
RGB
CMYK
RGB Variations
Color information
#EEF311 (or 0xEEF311) is known color: Lemon. HEX triplet: EE, F3 and 11. RGB value is (238,243,17). Sum of RGB (Red+Green+Blue) = 238+243+17=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 17 (7.03% from 255 or 3.41% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF311 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF311 is #110CEE. Grayscale: #D8D8D8. Windows color (decimal): -1117423 or 1176558. OLE color: 1176558.
HSL color Cylindrical-coordinate representation of color #EEF311: hue angle of 61.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEF311 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 17 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.05 |
| HSL | 61.33º | 0.9% | 0.51% | - |
| HSV(B) | 61.33º | 0.93% | 0.95% | - |
| XYZ | 67.41 | 82.32 | 12.87 | - |
| YUV | 215.74 | 15.84 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 17 | 0.02 | 0 | 0.93 | 0.05 | 61.33 | 0.9 | 0.51 |
| Hex | EE | F3 | 11 | 2 | 0 | 5D | 5 | 3D | 5A | 33 |
| Octal | 356 | 363 | 21 | 2 | 0 | 135 | 5 | 75 | 132 | 63 |
| Binary | 11101110 | 11110011 | 10001 | 10 | 0 | 1011101 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #EEF311
Complementary color
Monochromatic Colors of #EEF311
Black with #EEF311
Text Example
Text Example
White with #EEF311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF311; }
p { color: rgb(238,243,17); }
H1.HeaderClassName
{
color: #EEF311;
}
.AnyTagClassName
{
color: #EEF311;
}
</style>
background-color css
<style>
a { background-color: #EEF311; }
a { background-color: rgb(238,243,17); }
div.DivClassName
{
background-color: #EEF311;
}
.BgClassName
{
background-color: #EEF311;
}
</style>
border-color css
<style>
span { border-color: #EEF311; }
span { border-color: rgb(238,243,17); }
td.TdClassName
{
border-color: #EEF311;
}
.TagClassName
{
border-color: #EEF311;
}
</style>