Shades of Lemon #E8F013
Tints of Lemon #E8F013
RGB
CMYK
RGB Variations
Color information
#E8F013 (or 0xE8F013) is known color: Lemon. HEX triplet: E8, F0 and 13. RGB value is (232,240,19). Sum of RGB (Red+Green+Blue) = 232+240+19=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 19 (7.81% from 255 or 3.87% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F013 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8F013 is #170FEC. Grayscale: #D5D5D5. Windows color (decimal): -1511405 or 1306856. OLE color: 1306856.
HSL color Cylindrical-coordinate representation of color #E8F013: hue angle of 62.17º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8F013 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 240 | 19 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.06 |
| HSL | 62.17º | 0.88% | 0.51% | - |
| HSV(B) | 62.17º | 0.92% | 0.94% | - |
| XYZ | 64.56 | 79.52 | 12.56 | - |
| YUV | 212.41 | 18.85 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 240 | 19 | 0.03 | 0 | 0.92 | 0.06 | 62.17 | 0.88 | 0.51 |
| Hex | E8 | F0 | 13 | 3 | 0 | 5C | 6 | 3E | 58 | 33 |
| Octal | 350 | 360 | 23 | 3 | 0 | 134 | 6 | 76 | 130 | 63 |
| Binary | 11101000 | 11110000 | 10011 | 11 | 0 | 1011100 | 110 | 111110 | 1011000 | 110011 |
Color Harmonies of #E8F013
Complementary color
Monochromatic Colors of #E8F013
Black with #E8F013
Text Example
Text Example
White with #E8F013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F013; }
p { color: rgb(232,240,19); }
H1.HeaderClassName
{
color: #E8F013;
}
.AnyTagClassName
{
color: #E8F013;
}
</style>
background-color css
<style>
a { background-color: #E8F013; }
a { background-color: rgb(232,240,19); }
div.DivClassName
{
background-color: #E8F013;
}
.BgClassName
{
background-color: #E8F013;
}
</style>
border-color css
<style>
span { border-color: #E8F013; }
span { border-color: rgb(232,240,19); }
td.TdClassName
{
border-color: #E8F013;
}
.TagClassName
{
border-color: #E8F013;
}
</style>