Shades of Lemon #E3E416
Tints of Lemon #E3E416
RGB
CMYK
RGB Variations
Color information
#E3E416 (or 0xE3E416) is known color: Lemon. HEX triplet: E3, E4 and 16. RGB value is (227,228,22). Sum of RGB (Red+Green+Blue) = 227+228+22=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 228 (89.45% from 255 or 47.80% from 477); Blue value is 22 (8.98% from 255 or 4.61% from 477); Max value from RGB is 228 - color contains mainly: green. Hex color #E3E416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3E416 is #1C1BE9. Grayscale: #CDCDCD. Windows color (decimal): -1842154 or 1500387. OLE color: 1500387.
HSL color Cylindrical-coordinate representation of color #E3E416: hue angle of 60.29º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3E416 is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 228 | 22 | - |
| CMYK | 0.00 | 0 | 0.90 | 0.11 |
| HSL | 60.29º | 0.82% | 0.49% | - |
| HSV(B) | 60.29º | 0.9% | 0.89% | - |
| XYZ | 59.57 | 71.88 | 11.49 | - |
| YUV | 204.22 | 25.17 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 228 | 22 | 0.00 | 0 | 0.90 | 0.11 | 60.29 | 0.82 | 0.49 |
| Hex | E3 | E4 | 16 | 0 | 0 | 5A | B | 3C | 52 | 31 |
| Octal | 343 | 344 | 26 | 0 | 0 | 132 | 13 | 74 | 122 | 61 |
| Binary | 11100011 | 11100100 | 10110 | 0 | 0 | 1011010 | 1011 | 111100 | 1010010 | 110001 |
Color Harmonies of #E3E416
Complementary color
Monochromatic Colors of #E3E416
Black with #E3E416
Text Example
Text Example
White with #E3E416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E416; }
p { color: rgb(227,228,22); }
H1.HeaderClassName
{
color: #E3E416;
}
.AnyTagClassName
{
color: #E3E416;
}
</style>
background-color css
<style>
a { background-color: #E3E416; }
a { background-color: rgb(227,228,22); }
div.DivClassName
{
background-color: #E3E416;
}
.BgClassName
{
background-color: #E3E416;
}
</style>
border-color css
<style>
span { border-color: #E3E416; }
span { border-color: rgb(227,228,22); }
td.TdClassName
{
border-color: #E3E416;
}
.TagClassName
{
border-color: #E3E416;
}
</style>