Shades of Lemon #E2E914
Tints of Lemon #E2E914
RGB
CMYK
RGB Variations
Color information
#E2E914 (or 0xE2E914) is known color: Lemon. HEX triplet: E2, E9 and 14. RGB value is (226,233,20). Sum of RGB (Red+Green+Blue) = 226+233+20=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 20 (8.20% from 255 or 4.18% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2E914 is #1D16EB. Grayscale: #CFCFCF. Windows color (decimal): -1906412 or 1370594. OLE color: 1370594.
HSL color Cylindrical-coordinate representation of color #E2E914: hue angle of 61.97º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2E914 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 233 | 20 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.09 |
| HSL | 61.97º | 0.84% | 0.5% | - |
| HSV(B) | 61.97º | 0.91% | 0.91% | - |
| XYZ | 60.63 | 74.5 | 11.85 | - |
| YUV | 206.63 | 22.68 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 20 | 0.03 | 0 | 0.91 | 0.09 | 61.97 | 0.84 | 0.5 |
| Hex | E2 | E9 | 14 | 3 | 0 | 5B | 9 | 3E | 54 | 32 |
| Octal | 342 | 351 | 24 | 3 | 0 | 133 | 11 | 76 | 124 | 62 |
| Binary | 11100010 | 11101001 | 10100 | 11 | 0 | 1011011 | 1001 | 111110 | 1010100 | 110010 |
Color Harmonies of #E2E914
Complementary color
Monochromatic Colors of #E2E914
Black with #E2E914
Text Example
Text Example
White with #E2E914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E914; }
p { color: rgb(226,233,20); }
H1.HeaderClassName
{
color: #E2E914;
}
.AnyTagClassName
{
color: #E2E914;
}
</style>
background-color css
<style>
a { background-color: #E2E914; }
a { background-color: rgb(226,233,20); }
div.DivClassName
{
background-color: #E2E914;
}
.BgClassName
{
background-color: #E2E914;
}
</style>
border-color css
<style>
span { border-color: #E2E914; }
span { border-color: rgb(226,233,20); }
td.TdClassName
{
border-color: #E2E914;
}
.TagClassName
{
border-color: #E2E914;
}
</style>