Shades of Lemon #E2DE12
Tints of Lemon #E2DE12
RGB
CMYK
RGB Variations
Color information
#E2DE12 (or 0xE2DE12) is known color: Lemon. HEX triplet: E2, DE and 12. RGB value is (226,222,18). Sum of RGB (Red+Green+Blue) = 226+222+18=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DE12 is #1D21ED. Grayscale: #C8C8C8. Windows color (decimal): -1909230 or 1236706. OLE color: 1236706.
HSL color Cylindrical-coordinate representation of color #E2DE12: hue angle of 58.85º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2DE12 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 18 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.11 |
| HSL | 58.85º | 0.85% | 0.48% | - |
| HSV(B) | 58.85º | 0.92% | 0.89% | - |
| XYZ | 57.59 | 68.45 | 10.75 | - |
| YUV | 199.94 | 25.33 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 18 | 0 | 0.02 | 0.92 | 0.11 | 58.85 | 0.85 | 0.48 |
| Hex | E2 | DE | 12 | 0 | 2 | 5C | B | 3B | 55 | 30 |
| Octal | 342 | 336 | 22 | 0 | 2 | 134 | 13 | 73 | 125 | 60 |
| Binary | 11100010 | 11011110 | 10010 | 0 | 10 | 1011100 | 1011 | 111011 | 1010101 | 110000 |
Color Harmonies of #E2DE12
Complementary color
Monochromatic Colors of #E2DE12
Black with #E2DE12
Text Example
Text Example
White with #E2DE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DE12; }
p { color: rgb(226,222,18); }
H1.HeaderClassName
{
color: #E2DE12;
}
.AnyTagClassName
{
color: #E2DE12;
}
</style>
background-color css
<style>
a { background-color: #E2DE12; }
a { background-color: rgb(226,222,18); }
div.DivClassName
{
background-color: #E2DE12;
}
.BgClassName
{
background-color: #E2DE12;
}
</style>
border-color css
<style>
span { border-color: #E2DE12; }
span { border-color: rgb(226,222,18); }
td.TdClassName
{
border-color: #E2DE12;
}
.TagClassName
{
border-color: #E2DE12;
}
</style>