#E8EA0F

Color #E8EA0F Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #E8EA0F

Tints of Lemon #E8EA0F

Color information

#E8EA0F (or 0xE8EA0F) is unknown color: approx Lemon. HEX triplet: E8, EA and 0F. RGB value is (232,234,15). Sum of RGB (Red+Green+Blue) = 232+234+15=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 15 (6.25% from 255 or 3.12% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #E8EA0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8EA0F is #1715F0. Grayscale: #D1D1D1. Windows color (decimal): -1512945 or 1043176. OLE color: 1043176.

HSL color Cylindrical-coordinate representation of color #E8EA0F: hue angle of 60.55º 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 #E8EA0F is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB23223415-
CMYK0.0100.940.08
HSL60.55º87.95%48.82%-
HSV(B)60.55º93.59%91.76%-
XYZ62.7976.0411.82-
YUV208.4418.84144.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 48.23%
GREEN value IS 234 (91.80% from 255) = 48.65%
BLUE value IS 15 (6.25% from 255) = 3.12%
R=48.23%
G=48.65%
B=3.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal232234150.0100.940.0860.5587.9548.82
HexE8EAF105E83d5831
Octal3503521710136107513061
Binary1110100011101010111110101111010001111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EA0F; }

 p { color: rgb(232,234,15); }

 H1.HeaderClassName
 {
   color: #E8EA0F;
 }
 .AnyTagClassName
 {
   color: #E8EA0F;
 }
</style>
background-color css

<style>
 a { background-color: #E8EA0F; }

 a { background-color: rgb(232,234,15); }

 div.DivClassName
 {
   background-color: #E8EA0F;
 }
 .BgClassName
 {
   background-color: #E8EA0F;
 }
</style>
border-color css

<style>
 span { border-color: #E8EA0F; }

 span { border-color: rgb(232,234,15); }

 td.TdClassName
 {
   border-color: #E8EA0F;
 }
 .TagClassName
 {
   border-color: #E8EA0F;
 }
</style>