Shades of Lemon #E2EA14
Tints of Lemon #E2EA14
RGB
CMYK
RGB Variations
Color information
#E2EA14 (or 0xE2EA14) is known color: Lemon. HEX triplet: E2, EA and 14. RGB value is (226,234,20). Sum of RGB (Red+Green+Blue) = 226+234+20=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2EA14 is #1D15EB. Grayscale: #D0D0D0. Windows color (decimal): -1906156 or 1370850. OLE color: 1370850.
HSL color Cylindrical-coordinate representation of color #E2EA14: hue angle of 62.24º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2EA14 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 20 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.08 |
| HSL | 62.24º | 0.84% | 0.5% | - |
| HSV(B) | 62.24º | 0.91% | 0.92% | - |
| XYZ | 60.91 | 75.06 | 11.94 | - |
| YUV | 207.21 | 22.35 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 20 | 0.03 | 0 | 0.91 | 0.08 | 62.24 | 0.84 | 0.5 |
| Hex | E2 | EA | 14 | 3 | 0 | 5B | 8 | 3E | 54 | 32 |
| Octal | 342 | 352 | 24 | 3 | 0 | 133 | 10 | 76 | 124 | 62 |
| Binary | 11100010 | 11101010 | 10100 | 11 | 0 | 1011011 | 1000 | 111110 | 1010100 | 110010 |
Color Harmonies of #E2EA14
Complementary color
Monochromatic Colors of #E2EA14
Black with #E2EA14
Text Example
Text Example
White with #E2EA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA14; }
p { color: rgb(226,234,20); }
H1.HeaderClassName
{
color: #E2EA14;
}
.AnyTagClassName
{
color: #E2EA14;
}
</style>
background-color css
<style>
a { background-color: #E2EA14; }
a { background-color: rgb(226,234,20); }
div.DivClassName
{
background-color: #E2EA14;
}
.BgClassName
{
background-color: #E2EA14;
}
</style>
border-color css
<style>
span { border-color: #E2EA14; }
span { border-color: rgb(226,234,20); }
td.TdClassName
{
border-color: #E2EA14;
}
.TagClassName
{
border-color: #E2EA14;
}
</style>