Shades of Lemon #E5E914
Tints of Lemon #E5E914
RGB
CMYK
RGB Variations
Color information
#E5E914 (or 0xE5E914) is known color: Lemon. HEX triplet: E5, E9 and 14. RGB value is (229,233,20). Sum of RGB (Red+Green+Blue) = 229+233+20=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E5E914 is #1A16EB. Grayscale: #D0D0D0. Windows color (decimal): -1709804 or 1370597. OLE color: 1370597.
HSL color Cylindrical-coordinate representation of color #E5E914: hue angle of 61.13º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5E914 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 20 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.09 |
| HSL | 61.13º | 0.84% | 0.5% | - |
| HSV(B) | 61.13º | 0.91% | 0.91% | - |
| XYZ | 61.58 | 74.99 | 11.89 | - |
| YUV | 207.52 | 22.17 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 20 | 0.02 | 0 | 0.91 | 0.09 | 61.13 | 0.84 | 0.5 |
| Hex | E5 | E9 | 14 | 2 | 0 | 5B | 9 | 3D | 54 | 32 |
| Octal | 345 | 351 | 24 | 2 | 0 | 133 | 11 | 75 | 124 | 62 |
| Binary | 11100101 | 11101001 | 10100 | 10 | 0 | 1011011 | 1001 | 111101 | 1010100 | 110010 |
Color Harmonies of #E5E914
Complementary color
Monochromatic Colors of #E5E914
Black with #E5E914
Text Example
Text Example
White with #E5E914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E914; }
p { color: rgb(229,233,20); }
H1.HeaderClassName
{
color: #E5E914;
}
.AnyTagClassName
{
color: #E5E914;
}
</style>
background-color css
<style>
a { background-color: #E5E914; }
a { background-color: rgb(229,233,20); }
div.DivClassName
{
background-color: #E5E914;
}
.BgClassName
{
background-color: #E5E914;
}
</style>
border-color css
<style>
span { border-color: #E5E914; }
span { border-color: rgb(229,233,20); }
td.TdClassName
{
border-color: #E5E914;
}
.TagClassName
{
border-color: #E5E914;
}
</style>