COLOR #E5E48E

HEX: #E5E48E
RGB: (229,228,142)

Color info

#E5E48E contains mainly red and green colors. Web safe color of #E5E48E is #CCCC99 (or #CC9).

RGB color model

#E5E48E color RGB value is (229,228,142).

  • red value is 229;
  • green value is 228;
  • blue value is 142.
RGB:
(229,228,142)
(90%,89%,56%)

RGB channels and saturation

R 229 of 255 = 90%
G 228 of 255 = 89%
B 142 of 255 = 56%

229
228
142

R + G + B ~ 78%. #E5E48E is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 228 + 142 = 599 (100%)
R 229 of 599 ~ 38.23%
G 228 of 599 ~ 38.06%
B 142 of 599 ~ 23.71%

%38.23
%38.06
%23.71

CMYK color model

#E5E48E color CMYK value is (0,0,38,10).

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 37.99%
  • key color value is 10.20%
CMYK:
(0,0,38,10)
C0M0Y38K10 
(0%,0%,38%,10%)
(0.00/0.00/0.38/0.10)	

CMYK percentages

%0
%0.44
%37.99
%10.2

Codes

Color #E5E48E in popluar color models

E5E48E
RGB229228142
HSL59°62.59%72.75%
HSB/HSV59°37.99%89.80%
CMYK0.00%0.44%37.99%
10.20%

Color #E5E48E in popluar number systems.

HEXE5E48E
Decimal229228142
Binary111001011110010010001110
Octal345344216

Shades and tints

Shades of #E5E48E

#E5E48E
(229,228,142)
#D1D082
(209,208,130)
#BDBC76
(189,188,118)
#A9A86A
(169,168,106)
#95945E
(149,148,94)
#818052
(129,128,82)
#6D6C46
(109,108,70)
#59583A
(89,88,58)
#45442E
(69,68,46)
#313022
(49,48,34)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #E5E48E

#E5E48E
(229,228,142)
#E7E698
(231,230,152)
#E9E8A2
(233,232,162)
#EBEAAC
(235,234,172)
#EDECB6
(237,236,182)
#EFEEC0
(239,238,192)
#F1F0CA
(241,240,202)
#F3F2D4
(243,242,212)
#F5F4DE
(245,244,222)
#F7F6E8
(247,246,232)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E48E color. Also use rgb(229,228,142) instead hex code.

Text Font Color

.myTextColor { color: #E5E48E; }

<p style="color:#E5E48E">This sample text font color is #E5E48E.</p>

This text font color is #E5E48E.


Background Color

.myBgColor { background-color: #E5E48E; }

<div style="background-color:#E5E48E">Inner text</div>

This div background color is #E5E48E.


Border color

.myBorderColor { border: 1px solid #E5E48E; }

<div style="border:3px solid #E5E48E">Div</div>

This div border color is #E5E48E.


Opacity

.myOpacity80 { color: #E5E48E; opacity: 0.8; }

<p style="color:#E5E48E;opacity:0.8;">80%</p>

Text with #E5E48E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E5E48E;}

<p style="text-shadow: 3px 3px 1px #E5E48E">Text here.</p>

This text has shadow with #E5E48E color.

.textShadow {text-shadow: 3px 3px 1px #E5E48E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E5E48E, 5px 5px 20px red">Text here.</p>

This text has shadow with #E5E48E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5E48E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E5E48E, Direction=45, Strength=4)">Text</p>

This text has shadow with #E5E48E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E5E48E;
  -webkit-box-shadow:	1px 1px 3px 2px #E5E48E;
  box-shadow:		1px 1px 3px 2px #E5E48E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5E48E;
-webkit-box-shadow: 1px 1px 3px 2px #E5E48E;
box-shadow:1px 1px 3px 2px #E5E48E;">
Div content here</div>
This div box has shadow with color #E5E48E.

Preview

Color preview on black background

This text has color #E5E48E on black background.


Color preview on white background

This text has color #E5E48E on white background.



Black color preview on #E5E48E background

This text has black color on #E5E48E background.


White color preview on #E5E48E background

This text has white color on #E5E48E background.