Shades of Lemon #E8ED19
Tints of Lemon #E8ED19
RGB
CMYK
RGB Variations
Color information
#E8ED19 (or 0xE8ED19) is known color: Lemon. HEX triplet: E8, ED and 19. RGB value is (232,237,25). Sum of RGB (Red+Green+Blue) = 232+237+25=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 25 (10.16% from 255 or 5.06% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #E8ED19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8ED19 is #1712E6. Grayscale: #D4D4D4. Windows color (decimal): -1512167 or 1699304. OLE color: 1699304.
HSL color Cylindrical-coordinate representation of color #E8ED19: hue angle of 61.42º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8ED19 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 25 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.07 |
| HSL | 61.42º | 0.85% | 0.51% | - |
| HSV(B) | 61.42º | 0.89% | 0.93% | - |
| XYZ | 63.74 | 77.79 | 12.58 | - |
| YUV | 211.34 | 22.84 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 25 | 0.02 | 0 | 0.89 | 0.07 | 61.42 | 0.85 | 0.51 |
| Hex | E8 | ED | 19 | 2 | 0 | 59 | 7 | 3D | 55 | 33 |
| Octal | 350 | 355 | 31 | 2 | 0 | 131 | 7 | 75 | 125 | 63 |
| Binary | 11101000 | 11101101 | 11001 | 10 | 0 | 1011001 | 111 | 111101 | 1010101 | 110011 |
Color Harmonies of #E8ED19
Complementary color
Monochromatic Colors of #E8ED19
Black with #E8ED19
Text Example
Text Example
White with #E8ED19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ED19; }
p { color: rgb(232,237,25); }
H1.HeaderClassName
{
color: #E8ED19;
}
.AnyTagClassName
{
color: #E8ED19;
}
</style>
background-color css
<style>
a { background-color: #E8ED19; }
a { background-color: rgb(232,237,25); }
div.DivClassName
{
background-color: #E8ED19;
}
.BgClassName
{
background-color: #E8ED19;
}
</style>
border-color css
<style>
span { border-color: #E8ED19; }
span { border-color: rgb(232,237,25); }
td.TdClassName
{
border-color: #E8ED19;
}
.TagClassName
{
border-color: #E8ED19;
}
</style>