Shades of Lemon #E8EE0F
Tints of Lemon #E8EE0F
RGB
CMYK
RGB Variations
Color information
#E8EE0F (or 0xE8EE0F) is known color: Lemon. HEX triplet: E8, EE and 0F. RGB value is (232,238,15). Sum of RGB (Red+Green+Blue) = 232+238+15=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 15 (6.25% from 255 or 3.09% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #E8EE0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8EE0F is #1711F0. Grayscale: #D3D3D3. Windows color (decimal): -1511921 or 1044200. OLE color: 1044200.
HSL color Cylindrical-coordinate representation of color #E8EE0F: hue angle of 61.61º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8EE0F is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 238 | 15 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.07 |
| HSL | 61.61º | 0.88% | 0.5% | - |
| HSV(B) | 61.61º | 0.94% | 0.93% | - |
| XYZ | 63.94 | 78.34 | 12.2 | - |
| YUV | 210.78 | 17.51 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 238 | 15 | 0.03 | 0 | 0.94 | 0.07 | 61.61 | 0.88 | 0.5 |
| Hex | E8 | EE | F | 3 | 0 | 5E | 7 | 3E | 58 | 32 |
| Octal | 350 | 356 | 17 | 3 | 0 | 136 | 7 | 76 | 130 | 62 |
| Binary | 11101000 | 11101110 | 1111 | 11 | 0 | 1011110 | 111 | 111110 | 1011000 | 110010 |
Color Harmonies of #E8EE0F
Complementary color
Monochromatic Colors of #E8EE0F
Black with #E8EE0F
Text Example
Text Example
White with #E8EE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EE0F; }
p { color: rgb(232,238,15); }
H1.HeaderClassName
{
color: #E8EE0F;
}
.AnyTagClassName
{
color: #E8EE0F;
}
</style>
background-color css
<style>
a { background-color: #E8EE0F; }
a { background-color: rgb(232,238,15); }
div.DivClassName
{
background-color: #E8EE0F;
}
.BgClassName
{
background-color: #E8EE0F;
}
</style>
border-color css
<style>
span { border-color: #E8EE0F; }
span { border-color: rgb(232,238,15); }
td.TdClassName
{
border-color: #E8EE0F;
}
.TagClassName
{
border-color: #E8EE0F;
}
</style>