Shades of Lemon #E7EA0F
Tints of Lemon #E7EA0F
RGB
CMYK
RGB Variations
Color information
#E7EA0F (or 0xE7EA0F) is known color: Lemon. HEX triplet: E7, EA and 0F. RGB value is (231,234,15). Sum of RGB (Red+Green+Blue) = 231+234+15=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 15 (6.25% from 255 or 3.12% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #E7EA0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E7EA0F is #1815F0. Grayscale: #D1D1D1. Windows color (decimal): -1578481 or 1043175. OLE color: 1043175.
HSL color Cylindrical-coordinate representation of color #E7EA0F: hue angle of 60.82º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7EA0F is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 234 | 15 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.08 |
| HSL | 60.82º | 0.88% | 0.49% | - |
| HSV(B) | 60.82º | 0.94% | 0.92% | - |
| XYZ | 62.46 | 75.87 | 11.8 | - |
| YUV | 208.14 | 19.01 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 234 | 15 | 0.01 | 0 | 0.94 | 0.08 | 60.82 | 0.88 | 0.49 |
| Hex | E7 | EA | F | 1 | 0 | 5E | 8 | 3D | 58 | 31 |
| Octal | 347 | 352 | 17 | 1 | 0 | 136 | 10 | 75 | 130 | 61 |
| Binary | 11100111 | 11101010 | 1111 | 1 | 0 | 1011110 | 1000 | 111101 | 1011000 | 110001 |
Color Harmonies of #E7EA0F
Complementary color
Monochromatic Colors of #E7EA0F
Black with #E7EA0F
Text Example
Text Example
White with #E7EA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EA0F; }
p { color: rgb(231,234,15); }
H1.HeaderClassName
{
color: #E7EA0F;
}
.AnyTagClassName
{
color: #E7EA0F;
}
</style>
background-color css
<style>
a { background-color: #E7EA0F; }
a { background-color: rgb(231,234,15); }
div.DivClassName
{
background-color: #E7EA0F;
}
.BgClassName
{
background-color: #E7EA0F;
}
</style>
border-color css
<style>
span { border-color: #E7EA0F; }
span { border-color: rgb(231,234,15); }
td.TdClassName
{
border-color: #E7EA0F;
}
.TagClassName
{
border-color: #E7EA0F;
}
</style>