COLOR #E3A16F

HEX: #E3A16F
RGB: (227,161,111)

Color info

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

RGB color model

#E3A16F color RGB value is (227,161,111).

  • red value is 227;
  • green value is 161;
  • blue value is 111.
RGB:
(227,161,111)
(89%,63%,44%)

RGB channels and saturation

R 227 of 255 = 89%
G 161 of 255 = 63%
B 111 of 255 = 44%

227
161
111

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

Portions of RGB colors in percentages

R + G + B =
227 + 161 + 111 = 499 (100%)
R 227 of 499 ~ 45.49%
G 161 of 499 ~ 32.26%
B 111 of 499 ~ 22.24%

%45.49
%32.26
%22.24

CMYK color model

#E3A16F color CMYK value is (0,29,51,11).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 51.10%
  • key color value is 10.98%
CMYK:
(0,29,51,11)
C0M29Y51K11 
(0%,29%,51%,11%)
(0.00/0.29/0.51/0.11)	

CMYK percentages

%0
%29.07
%51.1
%10.98

Codes

Color #E3A16F in popluar color models

E3A16F
RGB227161111
HSL26°67.44%66.27%
HSB/HSV26°51.10%89.02%
CMYK0.00%29.07%51.10%
10.98%

Color #E3A16F in popluar number systems.

HEXE3A16F
Decimal227161111
Binary11100011101000011101111
Octal343241157

Shades and tints

Shades of #E3A16F

#E3A16F
(227,161,111)
#CF9365
(207,147,101)
#BB855B
(187,133,91)
#A77751
(167,119,81)
#936947
(147,105,71)
#7F5B3D
(127,91,61)
#6B4D33
(107,77,51)
#573F29
(87,63,41)
#43311F
(67,49,31)
#2F2315
(47,35,21)
#1B150B
(27,21,11)
#000000
(0,0,0)

Tints of #E3A16F

#E3A16F
(227,161,111)
#E5A97C
(229,169,124)
#E7B189
(231,177,137)
#E9B996
(233,185,150)
#EBC1A3
(235,193,163)
#EDC9B0
(237,201,176)
#EFD1BD
(239,209,189)
#F1D9CA
(241,217,202)
#F3E1D7
(243,225,215)
#F5E9E4
(245,233,228)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A16F color. Also use rgb(227,161,111) instead hex code.

Text Font Color

.myTextColor { color: #E3A16F; }

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

This text font color is #E3A16F.


Background Color

.myBgColor { background-color: #E3A16F; }

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

This div background color is #E3A16F.


Border color

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

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

This div border color is #E3A16F.


Opacity

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

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

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

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

This text has shadow with #E3A16F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A16F on black background.


Color preview on white background

This text has color #E3A16F on white background.



Black color preview on #E3A16F background

This text has black color on #E3A16F background.


White color preview on #E3A16F background

This text has white color on #E3A16F background.