COLOR #E2A17D

HEX: #E2A17D RGB: (226,161,125)

Color info

#E2A17D contains mainly red color. Web safe color of #E2A17D is #CC9966 (or #C96).

RGB color model

#E2A17D color RGB value is (226,161,125).

RGB: (226,161,125) (89%, 63%, 49%)

RGB channels and saturation

R 226 of 255 = 89%
G 161 of 255 = 63%
B 125 of 255 = 49%

226
161
125

R + G + B ~ 67%. #E2A17D is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 161 + 125 = 512 (100%)
R 226 of 512 ~ 44.14%
G 161 of 512 ~ 31.45%
B 125 of 512 ~ 24.41'%

%44.14
%31.45
%24.41

CMYK color model

#E2A17D color CMYK value is (0,29,45,11).

  • cyan value is 0.00%
  • magenta value is 28.76%
  • yellow value is 44.69%
  • key color value is 11.37%

CMYK: (0,29,45,11)
C0M29Y45K11 (0%, 29%, 45%, 11%)
(0.00 / 0.29 / 0.45 / 0.11)

CMYK percentages

%0
%28.76
%44.69
%11.37

Codes

Color #E2A17D in popluar color models

E2 A1 7D
RGB 226 161 125
HSL 21° 63.52% 68.82%
HSB/HSV 21° 44.69% 88.63%
CMYK 0.00% 28.76% 44.69%
11.37%

Color #E2A17D in popluar number systems.

HEX E2 A1 7D
Decimal 226 161 125
Binary 11100010 10100001 1111101
Octal 342 241 175

Shades and tints

Shades of #E2A17D

#E2A17D
(226,161,125)
#CE9372
(206,147,114)
#BA8567
(186,133,103)
#A6775C
(166,119,92)
#926951
(146,105,81)
#7E5B46
(126,91,70)
#6A4D3B
(106,77,59)
#563F30
(86,63,48)
#423125
(66,49,37)
#2E231A
(46,35,26)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #E2A17D

#E2A17D
(226,161,125)
#E4A988
(228,169,136)
#E6B193
(230,177,147)
#E8B99E
(232,185,158)
#EAC1A9
(234,193,169)
#ECC9B4
(236,201,180)
#EED1BF
(238,209,191)
#F0D9CA
(240,217,202)
#F2E1D5
(242,225,213)
#F4E9E0
(244,233,224)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A17D color. Also use rgb(226,161,125) instead hex code.

Text Font Color

.myTextColor { color: #E2A17D; }

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

This text font color is #E2A17D.

Background Color

.myBgColor { background-color: #E2A17D; }

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

This div background color is #E2A17D.

Border color

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

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

This div border color is #E2A17D.

Opacity

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

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

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

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

This text has shadow with #E2A17D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2A17D.

Preview

Color preview on black background

This text has color #E2A17D on black background.


Color preview on white background

This text has color #E2A17D on white background.


Black color preview on #E2A17D background

This text has black color on #E2A17D background.


White color preview on #E2A17D background

This text has white color on #E2A17D background.


Related colors

Complementary color

Complementary color for #hex is #1D5E82.


I love getcolorcode.com

Triadic colors

1 #7DE2A1 and #A17DE2 with #E2A17D are triadic colors.

2 #7DA1E2 and #A1E27D with #E2A17D are triadic colors.