Shades of Lemon #E2E812
Tints of Lemon #E2E812
RGB
CMYK
RGB Variations
Color information
#E2E812 (or 0xE2E812) is known color: Lemon. HEX triplet: E2, E8 and 12. RGB value is (226,232,18). Sum of RGB (Red+Green+Blue) = 226+232+18=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 232 (91.02% from 255 or 48.74% from 476); Blue value is 18 (7.42% from 255 or 3.78% from 476); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2E812 is #1D17ED. Grayscale: #CECECE. Windows color (decimal): -1906670 or 1239266. OLE color: 1239266.
HSL color Cylindrical-coordinate representation of color #E2E812: hue angle of 61.68º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2E812 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 232 | 18 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.09 |
| HSL | 61.68º | 0.86% | 0.49% | - |
| HSV(B) | 61.68º | 0.92% | 0.91% | - |
| XYZ | 60.33 | 73.93 | 11.66 | - |
| YUV | 205.81 | 22.01 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 232 | 18 | 0.03 | 0 | 0.92 | 0.09 | 61.68 | 0.86 | 0.49 |
| Hex | E2 | E8 | 12 | 3 | 0 | 5C | 9 | 3E | 56 | 31 |
| Octal | 342 | 350 | 22 | 3 | 0 | 134 | 11 | 76 | 126 | 61 |
| Binary | 11100010 | 11101000 | 10010 | 11 | 0 | 1011100 | 1001 | 111110 | 1010110 | 110001 |
Color Harmonies of #E2E812
Complementary color
Monochromatic Colors of #E2E812
Black with #E2E812
Text Example
Text Example
White with #E2E812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E812; }
p { color: rgb(226,232,18); }
H1.HeaderClassName
{
color: #E2E812;
}
.AnyTagClassName
{
color: #E2E812;
}
</style>
background-color css
<style>
a { background-color: #E2E812; }
a { background-color: rgb(226,232,18); }
div.DivClassName
{
background-color: #E2E812;
}
.BgClassName
{
background-color: #E2E812;
}
</style>
border-color css
<style>
span { border-color: #E2E812; }
span { border-color: rgb(226,232,18); }
td.TdClassName
{
border-color: #E2E812;
}
.TagClassName
{
border-color: #E2E812;
}
</style>