Shades of Lemon #E2E209
Tints of Lemon #E2E209
RGB
CMYK
RGB Variations
Color information
#E2E209 (or 0xE2E209) is known color: Lemon. HEX triplet: E2, E2 and 09. RGB value is (226,226,9). Sum of RGB (Red+Green+Blue) = 226+226+9=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 9 (3.91% from 255 or 1.95% from 461); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E209 is #1D1DF6. Grayscale: #CACACA. Windows color (decimal): -1908215 or 647906. OLE color: 647906.
HSL color Cylindrical-coordinate representation of color #E2E209: hue angle of 60º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2E209 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 226 | 9 | - |
| CMYK | 0 | 0 | 0.96 | 0.11 |
| HSL | 60º | 0.92% | 0.46% | - |
| HSV(B) | 60º | 0.96% | 0.89% | - |
| XYZ | 58.61 | 70.58 | 10.79 | - |
| YUV | 201.26 | 19.5 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 226 | 9 | 0 | 0 | 0.96 | 0.11 | 60 | 0.92 | 0.46 |
| Hex | E2 | E2 | 9 | 0 | 0 | 60 | B | 3C | 5C | 2E |
| Octal | 342 | 342 | 11 | 0 | 0 | 140 | 13 | 74 | 134 | 56 |
| Binary | 11100010 | 11100010 | 1001 | 0 | 0 | 1100000 | 1011 | 111100 | 1011100 | 101110 |
Color Harmonies of #E2E209
Complementary color
Monochromatic Colors of #E2E209
Black with #E2E209
Text Example
Text Example
White with #E2E209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E209; }
p { color: rgb(226,226,9); }
H1.HeaderClassName
{
color: #E2E209;
}
.AnyTagClassName
{
color: #E2E209;
}
</style>
background-color css
<style>
a { background-color: #E2E209; }
a { background-color: rgb(226,226,9); }
div.DivClassName
{
background-color: #E2E209;
}
.BgClassName
{
background-color: #E2E209;
}
</style>
border-color css
<style>
span { border-color: #E2E209; }
span { border-color: rgb(226,226,9); }
td.TdClassName
{
border-color: #E2E209;
}
.TagClassName
{
border-color: #E2E209;
}
</style>