Shades of Lemon #E3EB14
Tints of Lemon #E3EB14
RGB
CMYK
RGB Variations
Color information
#E3EB14 (or 0xE3EB14) is known color: Lemon. HEX triplet: E3, EB and 14. RGB value is (227,235,20). Sum of RGB (Red+Green+Blue) = 227+235+20=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #E3EB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E3EB14 is #1C14EB. Grayscale: #D0D0D0. Windows color (decimal): -1840364 or 1371107. OLE color: 1371107.
HSL color Cylindrical-coordinate representation of color #E3EB14: hue angle of 62.23º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3EB14 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 235 | 20 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.08 |
| HSL | 62.23º | 0.84% | 0.5% | - |
| HSV(B) | 62.23º | 0.91% | 0.92% | - |
| XYZ | 61.51 | 75.8 | 12.05 | - |
| YUV | 208.1 | 21.85 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 235 | 20 | 0.03 | 0 | 0.91 | 0.08 | 62.23 | 0.84 | 0.5 |
| Hex | E3 | EB | 14 | 3 | 0 | 5B | 8 | 3E | 54 | 32 |
| Octal | 343 | 353 | 24 | 3 | 0 | 133 | 10 | 76 | 124 | 62 |
| Binary | 11100011 | 11101011 | 10100 | 11 | 0 | 1011011 | 1000 | 111110 | 1010100 | 110010 |
Color Harmonies of #E3EB14
Complementary color
Monochromatic Colors of #E3EB14
Black with #E3EB14
Text Example
Text Example
White with #E3EB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EB14; }
p { color: rgb(227,235,20); }
H1.HeaderClassName
{
color: #E3EB14;
}
.AnyTagClassName
{
color: #E3EB14;
}
</style>
background-color css
<style>
a { background-color: #E3EB14; }
a { background-color: rgb(227,235,20); }
div.DivClassName
{
background-color: #E3EB14;
}
.BgClassName
{
background-color: #E3EB14;
}
</style>
border-color css
<style>
span { border-color: #E3EB14; }
span { border-color: rgb(227,235,20); }
td.TdClassName
{
border-color: #E3EB14;
}
.TagClassName
{
border-color: #E3EB14;
}
</style>