COLOR #E4E5A6

HEX: #E4E5A6
RGB: (228,229,166)

Color info

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

RGB color model

#E4E5A6 color RGB value is (228,229,166).

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

RGB channels and saturation

R 228 of 255 = 89%
G 229 of 255 = 90%
B 166 of 255 = 65%

228
229
166

R + G + B ~ 81%. #E4E5A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 229 + 166 = 623 (100%)
R 228 of 623 ~ 36.6%
G 229 of 623 ~ 36.76%
B 166 of 623 ~ 26.65%

%36.6
%36.76
%26.65

CMYK color model

#E4E5A6 color CMYK value is (0,0,28,10).

  • cyan value is 0.44%
  • magenta value is 0.00%
  • yellow value is 27.51%
  • key color value is 10.20%
CMYK:
(0,0,28,10)
C0M0Y28K10 
(0%,0%,28%,10%)
(0.00/0.00/0.28/0.10)	

CMYK percentages

%0.44
%0
%27.51
%10.2

Codes

Color #E4E5A6 in popluar color models

E4E5A6
RGB228229166
HSL61°54.78%77.45%
HSB/HSV61°27.51%89.80%
CMYK0.44%0.00%27.51%
10.20%

Color #E4E5A6 in popluar number systems.

HEXE4E5A6
Decimal228229166
Binary111001001110010110100110
Octal344345246

Shades and tints

Shades of #E4E5A6

#E4E5A6
(228,229,166)
#D0D197
(208,209,151)
#BCBD88
(188,189,136)
#A8A979
(168,169,121)
#94956A
(148,149,106)
#80815B
(128,129,91)
#6C6D4C
(108,109,76)
#58593D
(88,89,61)
#44452E
(68,69,46)
#30311F
(48,49,31)
#1C1D10
(28,29,16)
#000000
(0,0,0)

Tints of #E4E5A6

#E4E5A6
(228,229,166)
#E6E7AE
(230,231,174)
#E8E9B6
(232,233,182)
#EAEBBE
(234,235,190)
#ECEDC6
(236,237,198)
#EEEFCE
(238,239,206)
#F0F1D6
(240,241,214)
#F2F3DE
(242,243,222)
#F4F5E6
(244,245,230)
#F6F7EE
(246,247,238)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E5A6; }

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

This text font color is #E4E5A6.


Background Color

.myBgColor { background-color: #E4E5A6; }

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

This div background color is #E4E5A6.


Border color

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

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

This div border color is #E4E5A6.


Opacity

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

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

Text with #E4E5A6 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 #E4E5A6;}

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

This text has shadow with #E4E5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E5A6 on black background.


Color preview on white background

This text has color #E4E5A6 on white background.



Black color preview on #E4E5A6 background

This text has black color on #E4E5A6 background.


White color preview on #E4E5A6 background

This text has white color on #E4E5A6 background.