Shades of Lemon #EEF81D
Tints of Lemon #EEF81D
RGB
CMYK
RGB Variations
Color information
#EEF81D (or 0xEEF81D) is known color: Lemon. HEX triplet: EE, F8 and 1D. RGB value is (238,248,29). Sum of RGB (Red+Green+Blue) = 238+248+29=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 29 (11.72% from 255 or 5.63% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF81D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF81D is #1107E2. Grayscale: #DCDCDC. Windows color (decimal): -1116131 or 1964270. OLE color: 1964270.
HSL color Cylindrical-coordinate representation of color #EEF81D: hue angle of 62.74º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEF81D is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 29 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.03 |
| HSL | 62.74º | 0.94% | 0.54% | - |
| HSV(B) | 62.74º | 0.88% | 0.97% | - |
| XYZ | 69.05 | 85.4 | 14.01 | - |
| YUV | 220.04 | 20.19 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 29 | 0.04 | 0 | 0.88 | 0.03 | 62.74 | 0.94 | 0.54 |
| Hex | EE | F8 | 1D | 4 | 0 | 58 | 3 | 3F | 5E | 36 |
| Octal | 356 | 370 | 35 | 4 | 0 | 130 | 3 | 77 | 136 | 66 |
| Binary | 11101110 | 11111000 | 11101 | 100 | 0 | 1011000 | 11 | 111111 | 1011110 | 110110 |
Color Harmonies of #EEF81D
Complementary color
Monochromatic Colors of #EEF81D
Black with #EEF81D
Text Example
Text Example
White with #EEF81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF81D; }
p { color: rgb(238,248,29); }
H1.HeaderClassName
{
color: #EEF81D;
}
.AnyTagClassName
{
color: #EEF81D;
}
</style>
background-color css
<style>
a { background-color: #EEF81D; }
a { background-color: rgb(238,248,29); }
div.DivClassName
{
background-color: #EEF81D;
}
.BgClassName
{
background-color: #EEF81D;
}
</style>
border-color css
<style>
span { border-color: #EEF81D; }
span { border-color: rgb(238,248,29); }
td.TdClassName
{
border-color: #EEF81D;
}
.TagClassName
{
border-color: #EEF81D;
}
</style>