COLOR #E2A16B

HEX: #E2A16B
RGB: (226,161,107)

Color info

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

RGB color model

#E2A16B color RGB value is (226,161,107).

  • red value is 226;
  • green value is 161;
  • blue value is 107.
RGB:
(226,161,107)
(89%,63%,42%)

RGB channels and saturation

R 226 of 255 = 89%
G 161 of 255 = 63%
B 107 of 255 = 42%

226
161
107

R + G + B ~ 65%. #E2A16B is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 161 + 107 = 494 (100%)
R 226 of 494 ~ 45.75%
G 161 of 494 ~ 32.59%
B 107 of 494 ~ 21.66%

%45.75
%32.59
%21.66

CMYK color model

#E2A16B color CMYK value is (0,29,53,11).

  • cyan value is 0.00%
  • magenta value is 28.76%
  • yellow value is 52.65%
  • key color value is 11.37%
CMYK:
(0,29,53,11)
C0M29Y53K11 
(0%,29%,53%,11%)
(0.00/0.29/0.53/0.11)	

CMYK percentages

%0
%28.76
%52.65
%11.37

Codes

Color #E2A16B in popluar color models

E2A16B
RGB226161107
HSL27°67.23%65.29%
HSB/HSV27°52.65%88.63%
CMYK0.00%28.76%52.65%
11.37%

Color #E2A16B in popluar number systems.

HEXE2A16B
Decimal226161107
Binary11100010101000011101011
Octal342241153

Shades and tints

Shades of #E2A16B

#E2A16B
(226,161,107)
#CE9362
(206,147,98)
#BA8559
(186,133,89)
#A67750
(166,119,80)
#926947
(146,105,71)
#7E5B3E
(126,91,62)
#6A4D35
(106,77,53)
#563F2C
(86,63,44)
#423123
(66,49,35)
#2E231A
(46,35,26)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #E2A16B

#E2A16B
(226,161,107)
#E4A978
(228,169,120)
#E6B185
(230,177,133)
#E8B992
(232,185,146)
#EAC19F
(234,193,159)
#ECC9AC
(236,201,172)
#EED1B9
(238,209,185)
#F0D9C6
(240,217,198)
#F2E1D3
(242,225,211)
#F4E9E0
(244,233,224)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A16B; }

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

This text font color is #E2A16B.


Background Color

.myBgColor { background-color: #E2A16B; }

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

This div background color is #E2A16B.


Border color

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

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

This div border color is #E2A16B.


Opacity

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

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

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

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

This text has shadow with #E2A16B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A16B on black background.


Color preview on white background

This text has color #E2A16B on white background.



Black color preview on #E2A16B background

This text has black color on #E2A16B background.


White color preview on #E2A16B background

This text has white color on #E2A16B background.