COLOR #E3A290

HEX: #E3A290
RGB: (227,162,144)

Color info

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

RGB color model

#E3A290 color RGB value is (227,162,144).

  • red value is 227;
  • green value is 162;
  • blue value is 144.
RGB:
(227,162,144)
(89%,64%,56%)

RGB channels and saturation

R 227 of 255 = 89%
G 162 of 255 = 64%
B 144 of 255 = 56%

227
162
144

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

Portions of RGB colors in percentages

R + G + B =
227 + 162 + 144 = 533 (100%)
R 227 of 533 ~ 42.59%
G 162 of 533 ~ 30.39%
B 144 of 533 ~ 27.02%

%42.59
%30.39
%27.02

CMYK color model

#E3A290 color CMYK value is (0,29,37,11).

  • cyan value is 0.00%
  • magenta value is 28.63%
  • yellow value is 36.56%
  • key color value is 10.98%
CMYK:
(0,29,37,11)
C0M29Y37K11 
(0%,29%,37%,11%)
(0.00/0.29/0.37/0.11)	

CMYK percentages

%0
%28.63
%36.56
%10.98

Codes

Color #E3A290 in popluar color models

E3A290
RGB227162144
HSL13°59.71%72.75%
HSB/HSV13°36.56%89.02%
CMYK0.00%28.63%36.56%
10.98%

Color #E3A290 in popluar number systems.

HEXE3A290
Decimal227162144
Binary111000111010001010010000
Octal343242220

Shades and tints

Shades of #E3A290

#E3A290
(227,162,144)
#CF9483
(207,148,131)
#BB8676
(187,134,118)
#A77869
(167,120,105)
#936A5C
(147,106,92)
#7F5C4F
(127,92,79)
#6B4E42
(107,78,66)
#574035
(87,64,53)
#433228
(67,50,40)
#2F241B
(47,36,27)
#1B160E
(27,22,14)
#000000
(0,0,0)

Tints of #E3A290

#E3A290
(227,162,144)
#E5AA9A
(229,170,154)
#E7B2A4
(231,178,164)
#E9BAAE
(233,186,174)
#EBC2B8
(235,194,184)
#EDCAC2
(237,202,194)
#EFD2CC
(239,210,204)
#F1DAD6
(241,218,214)
#F3E2E0
(243,226,224)
#F5EAEA
(245,234,234)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A290 color. Also use rgb(227,162,144) instead hex code.

Text Font Color

.myTextColor { color: #E3A290; }

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

This text font color is #E3A290.


Background Color

.myBgColor { background-color: #E3A290; }

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

This div background color is #E3A290.


Border color

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

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

This div border color is #E3A290.


Opacity

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

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

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

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

This text has shadow with #E3A290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A290 on black background.


Color preview on white background

This text has color #E3A290 on white background.



Black color preview on #E3A290 background

This text has black color on #E3A290 background.


White color preview on #E3A290 background

This text has white color on #E3A290 background.