#E8EA0D

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

Shades of Lemon #E8EA0D

Tints of Lemon #E8EA0D

Color information

#E8EA0D (or 0xE8EA0D) is unknown color: approx Lemon. HEX triplet: E8, EA and 0D. RGB value is (232,234,13). Sum of RGB (Red+Green+Blue) = 232+234+13=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 13 (5.47% from 255 or 2.71% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #E8EA0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E8EA0D is #1715F2. Grayscale: #D1D1D1. Windows color (decimal): -1512947 or 912104. OLE color: 912104.

HSL color Cylindrical-coordinate representation of color #E8EA0D: hue angle of 60.54º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8EA0D is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB23223413-
CMYK0.0100.940.08
HSL60.54º89.47%48.43%-
HSV(B)60.54º94.44%91.76%-
XYZ62.7776.0311.75-
YUV208.2117.84144.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.43%
GREEN value IS 234 (91.80% from 255) = 48.85%
BLUE value IS 13 (5.47% from 255) = 2.71%
R=48.43%
G=48.85%
B=2.71%

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
Decimal232234130.0100.940.0860.5489.4748.43
HexE8EAD105E83d5930
Octal3503521510136107513160
Binary1110100011101010110110101111010001111011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EA0D; }

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

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

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

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

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

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

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

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