COLOR #E4A28D

HEX: #E4A28D
RGB: (228,162,141)

Color info

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

RGB color model

#E4A28D color RGB value is (228,162,141).

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

RGB channels and saturation

R 228 of 255 = 89%
G 162 of 255 = 64%
B 141 of 255 = 55%

228
162
141

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

Portions of RGB colors in percentages

R + G + B =
228 + 162 + 141 = 531 (100%)
R 228 of 531 ~ 42.94%
G 162 of 531 ~ 30.51%
B 141 of 531 ~ 26.55%

%42.94
%30.51
%26.55

CMYK color model

#E4A28D color CMYK value is (0,29,38,11).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 38.16%
  • key color value is 10.59%
CMYK:
(0,29,38,11)
C0M29Y38K11 
(0%,29%,38%,11%)
(0.00/0.29/0.38/0.11)	

CMYK percentages

%0
%28.95
%38.16
%10.59

Codes

Color #E4A28D in popluar color models

E4A28D
RGB228162141
HSL14°61.70%72.35%
HSB/HSV14°38.16%89.41%
CMYK0.00%28.95%38.16%
10.59%

Color #E4A28D in popluar number systems.

HEXE4A28D
Decimal228162141
Binary111001001010001010001101
Octal344242215

Shades and tints

Shades of #E4A28D

#E4A28D
(228,162,141)
#D09481
(208,148,129)
#BC8675
(188,134,117)
#A87869
(168,120,105)
#946A5D
(148,106,93)
#805C51
(128,92,81)
#6C4E45
(108,78,69)
#584039
(88,64,57)
#44322D
(68,50,45)
#302421
(48,36,33)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #E4A28D

#E4A28D
(228,162,141)
#E6AA97
(230,170,151)
#E8B2A1
(232,178,161)
#EABAAB
(234,186,171)
#ECC2B5
(236,194,181)
#EECABF
(238,202,191)
#F0D2C9
(240,210,201)
#F2DAD3
(242,218,211)
#F4E2DD
(244,226,221)
#F6EAE7
(246,234,231)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4A28D; }

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

This text font color is #E4A28D.


Background Color

.myBgColor { background-color: #E4A28D; }

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

This div background color is #E4A28D.


Border color

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

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

This div border color is #E4A28D.


Opacity

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

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

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

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

This text has shadow with #E4A28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A28D on black background.


Color preview on white background

This text has color #E4A28D on white background.



Black color preview on #E4A28D background

This text has black color on #E4A28D background.


White color preview on #E4A28D background

This text has white color on #E4A28D background.