COLOR #E5A28C

HEX: #E5A28C
RGB: (229,162,140)

Color info

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

RGB color model

#E5A28C color RGB value is (229,162,140).

  • red value is 229;
  • green value is 162;
  • blue value is 140.
RGB:
(229,162,140)
(90%,64%,55%)

RGB channels and saturation

R 229 of 255 = 90%
G 162 of 255 = 64%
B 140 of 255 = 55%

229
162
140

R + G + B ~ 70%. #E5A28C is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 162 + 140 = 531 (100%)
R 229 of 531 ~ 43.13%
G 162 of 531 ~ 30.51%
B 140 of 531 ~ 26.37%

%43.13
%30.51
%26.37

CMYK color model

#E5A28C color CMYK value is (0,29,39,10).

  • cyan value is 0.00%
  • magenta value is 29.26%
  • yellow value is 38.86%
  • key color value is 10.20%
CMYK:
(0,29,39,10)
C0M29Y39K10 
(0%,29%,39%,10%)
(0.00/0.29/0.39/0.10)	

CMYK percentages

%0
%29.26
%38.86
%10.2

Codes

Color #E5A28C in popluar color models

E5A28C
RGB229162140
HSL15°63.12%72.35%
HSB/HSV15°38.86%89.80%
CMYK0.00%29.26%38.86%
10.20%

Color #E5A28C in popluar number systems.

HEXE5A28C
Decimal229162140
Binary111001011010001010001100
Octal345242214

Shades and tints

Shades of #E5A28C

#E5A28C
(229,162,140)
#D19480
(209,148,128)
#BD8674
(189,134,116)
#A97868
(169,120,104)
#956A5C
(149,106,92)
#815C50
(129,92,80)
#6D4E44
(109,78,68)
#594038
(89,64,56)
#45322C
(69,50,44)
#312420
(49,36,32)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #E5A28C

#E5A28C
(229,162,140)
#E7AA96
(231,170,150)
#E9B2A0
(233,178,160)
#EBBAAA
(235,186,170)
#EDC2B4
(237,194,180)
#EFCABE
(239,202,190)
#F1D2C8
(241,210,200)
#F3DAD2
(243,218,210)
#F5E2DC
(245,226,220)
#F7EAE6
(247,234,230)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A28C color. Also use rgb(229,162,140) instead hex code.

Text Font Color

.myTextColor { color: #E5A28C; }

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

This text font color is #E5A28C.


Background Color

.myBgColor { background-color: #E5A28C; }

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

This div background color is #E5A28C.


Border color

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

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

This div border color is #E5A28C.


Opacity

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

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

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

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

This text has shadow with #E5A28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A28C on black background.


Color preview on white background

This text has color #E5A28C on white background.



Black color preview on #E5A28C background

This text has black color on #E5A28C background.


White color preview on #E5A28C background

This text has white color on #E5A28C background.