COLOR #E4A28A

HEX: #E4A28A
RGB: (228,162,138)

Color info

#E4A28A contains mainly red color. Web safe color of #E4A28A is #CC9999 (or #C99).

RGB color model

#E4A28A color RGB value is (228,162,138).

  • red value is 228;
  • green value is 162;
  • blue value is 138.
RGB:
(228,162,138)
(89%,64%,54%)

RGB channels and saturation

R 228 of 255 = 89%
G 162 of 255 = 64%
B 138 of 255 = 54%

228
162
138

R + G + B ~ 69%. #E4A28A is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 162 + 138 = 528 (100%)
R 228 of 528 ~ 43.18%
G 162 of 528 ~ 30.68%
B 138 of 528 ~ 26.14%

%43.18
%30.68
%26.14

CMYK color model

#E4A28A color CMYK value is (0,29,39,11).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 39.47%
  • key color value is 10.59%
CMYK:
(0,29,39,11)
C0M29Y39K11 
(0%,29%,39%,11%)
(0.00/0.29/0.39/0.11)	

CMYK percentages

%0
%28.95
%39.47
%10.59

Codes

Color #E4A28A in popluar color models

E4A28A
RGB228162138
HSL16°62.50%71.76%
HSB/HSV16°39.47%89.41%
CMYK0.00%28.95%39.47%
10.59%

Color #E4A28A in popluar number systems.

HEXE4A28A
Decimal228162138
Binary111001001010001010001010
Octal344242212

Shades and tints

Shades of #E4A28A

#E4A28A
(228,162,138)
#D0947E
(208,148,126)
#BC8672
(188,134,114)
#A87866
(168,120,102)
#946A5A
(148,106,90)
#805C4E
(128,92,78)
#6C4E42
(108,78,66)
#584036
(88,64,54)
#44322A
(68,50,42)
#30241E
(48,36,30)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #E4A28A

#E4A28A
(228,162,138)
#E6AA94
(230,170,148)
#E8B29E
(232,178,158)
#EABAA8
(234,186,168)
#ECC2B2
(236,194,178)
#EECABC
(238,202,188)
#F0D2C6
(240,210,198)
#F2DAD0
(242,218,208)
#F4E2DA
(244,226,218)
#F6EAE4
(246,234,228)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A28A color. Also use rgb(228,162,138) instead hex code.

Text Font Color

.myTextColor { color: #E4A28A; }

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

This text font color is #E4A28A.


Background Color

.myBgColor { background-color: #E4A28A; }

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

This div background color is #E4A28A.


Border color

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

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

This div border color is #E4A28A.


Opacity

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

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

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

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

This text has shadow with #E4A28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A28A on black background.


Color preview on white background

This text has color #E4A28A on white background.



Black color preview on #E4A28A background

This text has black color on #E4A28A background.


White color preview on #E4A28A background

This text has white color on #E4A28A background.