Shades of Lemon #E2E00C
Tints of Lemon #E2E00C
RGB
CMYK
RGB Variations
Color information
#E2E00C (or 0xE2E00C) is known color: Lemon. HEX triplet: E2, E0 and 0C. RGB value is (226,224,12). Sum of RGB (Red+Green+Blue) = 226+224+12=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 12 (5.08% from 255 or 2.60% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E00C is #1D1FF3. Grayscale: #C9C9C9. Windows color (decimal): -1908724 or 844002. OLE color: 844002.
HSL color Cylindrical-coordinate representation of color #E2E00C: hue angle of 59.44º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2E00C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 12 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.11 |
| HSL | 59.44º | 0.9% | 0.47% | - |
| HSV(B) | 59.44º | 0.95% | 0.89% | - |
| XYZ | 58.09 | 69.51 | 10.7 | - |
| YUV | 200.43 | 21.66 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 12 | 0 | 0.01 | 0.95 | 0.11 | 59.44 | 0.9 | 0.47 |
| Hex | E2 | E0 | C | 0 | 1 | 5F | B | 3B | 5A | 2F |
| Octal | 342 | 340 | 14 | 0 | 1 | 137 | 13 | 73 | 132 | 57 |
| Binary | 11100010 | 11100000 | 1100 | 0 | 1 | 1011111 | 1011 | 111011 | 1011010 | 101111 |
Color Harmonies of #E2E00C
Complementary color
Monochromatic Colors of #E2E00C
Black with #E2E00C
Text Example
Text Example
White with #E2E00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E00C; }
p { color: rgb(226,224,12); }
H1.HeaderClassName
{
color: #E2E00C;
}
.AnyTagClassName
{
color: #E2E00C;
}
</style>
background-color css
<style>
a { background-color: #E2E00C; }
a { background-color: rgb(226,224,12); }
div.DivClassName
{
background-color: #E2E00C;
}
.BgClassName
{
background-color: #E2E00C;
}
</style>
border-color css
<style>
span { border-color: #E2E00C; }
span { border-color: rgb(226,224,12); }
td.TdClassName
{
border-color: #E2E00C;
}
.TagClassName
{
border-color: #E2E00C;
}
</style>