COLOR #E2A655

HEX: #E2A655 RGB: (226,166,85)

Color info

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

RGB color model

#E2A655 color RGB value is (226,166,85).

RGB: (226,166,85) (89%, 65%, 33%)

RGB channels and saturation

R 226 of 255 = 89%
G 166 of 255 = 65%
B 85 of 255 = 33%

226
166
85

R + G + B ~ 62%. #E2A655 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 166 + 85 = 477 (100%)
R 226 of 477 ~ 47.38%
G 166 of 477 ~ 34.8%
B 85 of 477 ~ 17.82'%

%47.38
%34.8
%17.82

CMYK color model

#E2A655 color CMYK value is (0,27,62,11).

  • cyan value is 0.00%
  • magenta value is 26.55%
  • yellow value is 62.39%
  • key color value is 11.37%
CMYK: (0,27,62,11) C0M27Y62K11 (0%,27%,62%,11%) (0.00/0.27/0.62/0.11) 

CMYK percentages

%0
%26.55
%62.39
%11.37

Codes

Color #E2A655 in popluar color models

E2 A6 55
RGB 226 166 85
HSL 34° 70.85% 60.98%
HSB/HSV 34° 62.39% 88.63%
CMYK 0.00% 26.55% 62.39%
11.37%

Color #E2A655 in popluar number systems.

HEX E2 A6 55
Decimal 226 166 85
Binary 11100010 10100110 1010101
Octal 342 246 125

Shades and tints

Shades of #E2A655

#E2A655
(226,166,85)
#CE974E
(206,151,78)
#BA8847
(186,136,71)
#A67940
(166,121,64)
#926A39
(146,106,57)
#7E5B32
(126,91,50)
#6A4C2B
(106,76,43)
#563D24
(86,61,36)
#422E1D
(66,46,29)
#2E1F16
(46,31,22)
#1A100F
(26,16,15)
#000000
(0,0,0)

Tints of #E2A655

#E2A655
(226,166,85)
#E4AE64
(228,174,100)
#E6B673
(230,182,115)
#E8BE82
(232,190,130)
#EAC691
(234,198,145)
#ECCEA0
(236,206,160)
#EED6AF
(238,214,175)
#F0DEBE
(240,222,190)
#F2E6CD
(242,230,205)
#F4EEDC
(244,238,220)
#F6F6EB
(246,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A655; }

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

This text font color is #E2A655.

Background Color

.myBgColor { background-color: #E2A655; }

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

This div background color is #E2A655.

Border color

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

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

This div border color is #E2A655.

Opacity

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

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

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

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

This text has shadow with #E2A655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2A655.

Preview

Color preview on black background

This text has color #E2A655 on black background.


Color preview on white background

This text has color #E2A655 on white background.


Black color preview on #E2A655 background

This text has black color on #E2A655 background.


White color preview on #E2A655 background

This text has white color on #E2A655 background.


Related colors

Complementary color

Complementary color for #hex is #1D59AA.


I love getcolorcode.com

Triadic colors

1 #55E2A6 and #A655E2 with #E2A655 are triadic colors.

2 #55A6E2 and #A6E255 with #E2A655 are triadic colors.