COLOR #E2A66A

HEX: #E2A66A
RGB: (226,166,106)

Color info

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

RGB color model

#E2A66A color RGB value is (226,166,106).

  • red value is 226;
  • green value is 166;
  • blue value is 106.
RGB:
(226,166,106)
(89%,65%,42%)

RGB channels and saturation

R 226 of 255 = 89%
G 166 of 255 = 65%
B 106 of 255 = 42%

226
166
106

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

Portions of RGB colors in percentages

R + G + B =
226 + 166 + 106 = 498 (100%)
R 226 of 498 ~ 45.38%
G 166 of 498 ~ 33.33%
B 106 of 498 ~ 21.29%

%45.38
%33.33
%21.29

CMYK color model

#E2A66A color CMYK value is (0,27,53,11).

  • cyan value is 0.00%
  • magenta value is 26.55%
  • yellow value is 53.10%
  • key color value is 11.37%
CMYK:
(0,27,53,11)
C0M27Y53K11 
(0%,27%,53%,11%)
(0.00/0.27/0.53/0.11)	

CMYK percentages

%0
%26.55
%53.1
%11.37

Codes

Color #E2A66A in popluar color models

E2A66A
RGB226166106
HSL30°67.42%65.10%
HSB/HSV30°53.10%88.63%
CMYK0.00%26.55%53.10%
11.37%

Color #E2A66A in popluar number systems.

HEXE2A66A
Decimal226166106
Binary11100010101001101101010
Octal342246152

Shades and tints

Shades of #E2A66A

#E2A66A
(226,166,106)
#CE9761
(206,151,97)
#BA8858
(186,136,88)
#A6794F
(166,121,79)
#926A46
(146,106,70)
#7E5B3D
(126,91,61)
#6A4C34
(106,76,52)
#563D2B
(86,61,43)
#422E22
(66,46,34)
#2E1F19
(46,31,25)
#1A1010
(26,16,16)
#000000
(0,0,0)

Tints of #E2A66A

#E2A66A
(226,166,106)
#E4AE77
(228,174,119)
#E6B684
(230,182,132)
#E8BE91
(232,190,145)
#EAC69E
(234,198,158)
#ECCEAB
(236,206,171)
#EED6B8
(238,214,184)
#F0DEC5
(240,222,197)
#F2E6D2
(242,230,210)
#F4EEDF
(244,238,223)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A66A color. Also use rgb(226,166,106) instead hex code.

Text Font Color

.myTextColor { color: #E2A66A; }

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

This text font color is #E2A66A.


Background Color

.myBgColor { background-color: #E2A66A; }

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

This div background color is #E2A66A.


Border color

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

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

This div border color is #E2A66A.


Opacity

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

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

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

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

This text has shadow with #E2A66A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A66A on black background.


Color preview on white background

This text has color #E2A66A on white background.



Black color preview on #E2A66A background

This text has black color on #E2A66A background.


White color preview on #E2A66A background

This text has white color on #E2A66A background.