Shades of Lemon #E3E014
Tints of Lemon #E3E014
RGB
CMYK
RGB Variations
Color information
#E3E014 (or 0xE3E014) is known color: Lemon. HEX triplet: E3, E0 and 14. RGB value is (227,224,20). Sum of RGB (Red+Green+Blue) = 227+224+20=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3E014 is #1C1FEB. Grayscale: #CACACA. Windows color (decimal): -1843180 or 1368291. OLE color: 1368291.
HSL color Cylindrical-coordinate representation of color #E3E014: hue angle of 59.13º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3E014 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 224 | 20 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.11 |
| HSL | 59.13º | 0.84% | 0.48% | - |
| HSV(B) | 59.13º | 0.91% | 0.89% | - |
| XYZ | 58.46 | 69.69 | 11.03 | - |
| YUV | 201.64 | 25.49 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 224 | 20 | 0 | 0.01 | 0.91 | 0.11 | 59.13 | 0.84 | 0.48 |
| Hex | E3 | E0 | 14 | 0 | 1 | 5B | B | 3B | 54 | 30 |
| Octal | 343 | 340 | 24 | 0 | 1 | 133 | 13 | 73 | 124 | 60 |
| Binary | 11100011 | 11100000 | 10100 | 0 | 1 | 1011011 | 1011 | 111011 | 1010100 | 110000 |
Color Harmonies of #E3E014
Complementary color
Monochromatic Colors of #E3E014
Black with #E3E014
Text Example
Text Example
White with #E3E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E014; }
p { color: rgb(227,224,20); }
H1.HeaderClassName
{
color: #E3E014;
}
.AnyTagClassName
{
color: #E3E014;
}
</style>
background-color css
<style>
a { background-color: #E3E014; }
a { background-color: rgb(227,224,20); }
div.DivClassName
{
background-color: #E3E014;
}
.BgClassName
{
background-color: #E3E014;
}
</style>
border-color css
<style>
span { border-color: #E3E014; }
span { border-color: rgb(227,224,20); }
td.TdClassName
{
border-color: #E3E014;
}
.TagClassName
{
border-color: #E3E014;
}
</style>