Shades of Lemon #E8F920
Tints of Lemon #E8F920
RGB
CMYK
RGB Variations
Color information
#E8F920 (or 0xE8F920) is known color: Lemon. HEX triplet: E8, F9 and 20. RGB value is (232,249,32). Sum of RGB (Red+Green+Blue) = 232+249+32=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 32 (12.89% from 255 or 6.24% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #E8F920 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F920 is #1706DF. Grayscale: #DCDCDC. Windows color (decimal): -1509088 or 2161128. OLE color: 2161128.
HSL color Cylindrical-coordinate representation of color #E8F920: hue angle of 64.7º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8F920 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 249 | 32 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.02 |
| HSL | 64.7º | 0.95% | 0.55% | - |
| HSV(B) | 64.7º | 0.87% | 0.98% | - |
| XYZ | 67.42 | 85.01 | 14.22 | - |
| YUV | 219.18 | 22.37 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 249 | 32 | 0.07 | 0 | 0.87 | 0.02 | 64.7 | 0.95 | 0.55 |
| Hex | E8 | F9 | 20 | 7 | 0 | 57 | 2 | 41 | 5F | 37 |
| Octal | 350 | 371 | 40 | 7 | 0 | 127 | 2 | 101 | 137 | 67 |
| Binary | 11101000 | 11111001 | 100000 | 111 | 0 | 1010111 | 10 | 1000001 | 1011111 | 110111 |
Color Harmonies of #E8F920
Complementary color
Monochromatic Colors of #E8F920
Black with #E8F920
Text Example
Text Example
White with #E8F920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F920; }
p { color: rgb(232,249,32); }
H1.HeaderClassName
{
color: #E8F920;
}
.AnyTagClassName
{
color: #E8F920;
}
</style>
background-color css
<style>
a { background-color: #E8F920; }
a { background-color: rgb(232,249,32); }
div.DivClassName
{
background-color: #E8F920;
}
.BgClassName
{
background-color: #E8F920;
}
</style>
border-color css
<style>
span { border-color: #E8F920; }
span { border-color: rgb(232,249,32); }
td.TdClassName
{
border-color: #E8F920;
}
.TagClassName
{
border-color: #E8F920;
}
</style>