Shades of Lemon #E2E204
Tints of Lemon #E2E204
RGB
CMYK
RGB Variations
Color information
#E2E204 (or 0xE2E204) is known color: Lemon. HEX triplet: E2, E2 and 04. RGB value is (226,226,4). Sum of RGB (Red+Green+Blue) = 226+226+4=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E204 is #1D1DFB. Grayscale: #C9C9C9. Windows color (decimal): -1908220 or 320226. OLE color: 320226.
HSL color Cylindrical-coordinate representation of color #E2E204: hue angle of 60º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2E204 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 226 | 4 | - |
| CMYK | 0 | 0 | 0.98 | 0.11 |
| HSL | 60º | 0.97% | 0.45% | - |
| HSV(B) | 60º | 0.98% | 0.89% | - |
| XYZ | 58.58 | 70.57 | 10.65 | - |
| YUV | 200.69 | 17 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 226 | 4 | 0 | 0 | 0.98 | 0.11 | 60 | 0.97 | 0.45 |
| Hex | E2 | E2 | 4 | 0 | 0 | 62 | B | 3C | 61 | 2D |
| Octal | 342 | 342 | 4 | 0 | 0 | 142 | 13 | 74 | 141 | 55 |
| Binary | 11100010 | 11100010 | 100 | 0 | 0 | 1100010 | 1011 | 111100 | 1100001 | 101101 |
Color Harmonies of #E2E204
Complementary color
Monochromatic Colors of #E2E204
Black with #E2E204
Text Example
Text Example
White with #E2E204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E204; }
p { color: rgb(226,226,4); }
H1.HeaderClassName
{
color: #E2E204;
}
.AnyTagClassName
{
color: #E2E204;
}
</style>
background-color css
<style>
a { background-color: #E2E204; }
a { background-color: rgb(226,226,4); }
div.DivClassName
{
background-color: #E2E204;
}
.BgClassName
{
background-color: #E2E204;
}
</style>
border-color css
<style>
span { border-color: #E2E204; }
span { border-color: rgb(226,226,4); }
td.TdClassName
{
border-color: #E2E204;
}
.TagClassName
{
border-color: #E2E204;
}
</style>