Shades of Lemon #EEF820
Tints of Lemon #EEF820
RGB
CMYK
RGB Variations
Color information
#EEF820 (or 0xEEF820) is known color: Lemon. HEX triplet: EE, F8 and 20. RGB value is (238,248,32). Sum of RGB (Red+Green+Blue) = 238+248+32=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 32 (12.89% from 255 or 6.18% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF820 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF820 is #1107DF. Grayscale: #DDDDDD. Windows color (decimal): -1116128 or 2160878. OLE color: 2160878.
HSL color Cylindrical-coordinate representation of color #EEF820: hue angle of 62.78º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEF820 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 32 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.03 |
| HSL | 62.78º | 0.94% | 0.55% | - |
| HSV(B) | 62.78º | 0.87% | 0.97% | - |
| XYZ | 69.09 | 85.42 | 14.21 | - |
| YUV | 220.39 | 21.69 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 32 | 0.04 | 0 | 0.87 | 0.03 | 62.78 | 0.94 | 0.55 |
| Hex | EE | F8 | 20 | 4 | 0 | 57 | 3 | 3F | 5E | 37 |
| Octal | 356 | 370 | 40 | 4 | 0 | 127 | 3 | 77 | 136 | 67 |
| Binary | 11101110 | 11111000 | 100000 | 100 | 0 | 1010111 | 11 | 111111 | 1011110 | 110111 |
Color Harmonies of #EEF820
Complementary color
Monochromatic Colors of #EEF820
Black with #EEF820
Text Example
Text Example
White with #EEF820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF820; }
p { color: rgb(238,248,32); }
H1.HeaderClassName
{
color: #EEF820;
}
.AnyTagClassName
{
color: #EEF820;
}
</style>
background-color css
<style>
a { background-color: #EEF820; }
a { background-color: rgb(238,248,32); }
div.DivClassName
{
background-color: #EEF820;
}
.BgClassName
{
background-color: #EEF820;
}
</style>
border-color css
<style>
span { border-color: #EEF820; }
span { border-color: rgb(238,248,32); }
td.TdClassName
{
border-color: #EEF820;
}
.TagClassName
{
border-color: #EEF820;
}
</style>