Shades of Lemon #E7EA14
Tints of Lemon #E7EA14
RGB
CMYK
RGB Variations
Color information
#E7EA14 (or 0xE7EA14) is known color: Lemon. HEX triplet: E7, EA and 14. RGB value is (231,234,20). Sum of RGB (Red+Green+Blue) = 231+234+20=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 20 (8.20% from 255 or 4.12% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #E7EA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E7EA14 is #1815EB. Grayscale: #D1D1D1. Windows color (decimal): -1578476 or 1370855. OLE color: 1370855.
HSL color Cylindrical-coordinate representation of color #E7EA14: hue angle of 60.84º 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 #E7EA14 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 234 | 20 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.08 |
| HSL | 60.84º | 0.84% | 0.5% | - |
| HSV(B) | 60.84º | 0.91% | 0.92% | - |
| XYZ | 62.5 | 75.89 | 12.01 | - |
| YUV | 208.71 | 21.51 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 234 | 20 | 0.01 | 0 | 0.91 | 0.08 | 60.84 | 0.84 | 0.5 |
| Hex | E7 | EA | 14 | 1 | 0 | 5B | 8 | 3D | 54 | 32 |
| Octal | 347 | 352 | 24 | 1 | 0 | 133 | 10 | 75 | 124 | 62 |
| Binary | 11100111 | 11101010 | 10100 | 1 | 0 | 1011011 | 1000 | 111101 | 1010100 | 110010 |
Color Harmonies of #E7EA14
Complementary color
Monochromatic Colors of #E7EA14
Black with #E7EA14
Text Example
Text Example
White with #E7EA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EA14; }
p { color: rgb(231,234,20); }
H1.HeaderClassName
{
color: #E7EA14;
}
.AnyTagClassName
{
color: #E7EA14;
}
</style>
background-color css
<style>
a { background-color: #E7EA14; }
a { background-color: rgb(231,234,20); }
div.DivClassName
{
background-color: #E7EA14;
}
.BgClassName
{
background-color: #E7EA14;
}
</style>
border-color css
<style>
span { border-color: #E7EA14; }
span { border-color: rgb(231,234,20); }
td.TdClassName
{
border-color: #E7EA14;
}
.TagClassName
{
border-color: #E7EA14;
}
</style>