COLOR #E3A260

HEX: #E3A260 RGB: (227,162,96)

Color info

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

RGB color model

#E3A260 color RGB value is (227,162,96).

RGB: (227,162,96) (89%, 64%, 38%)

RGB channels and saturation

R 227 of 255 = 89%
G 162 of 255 = 64%
B 96 of 255 = 38%

227
162
96

R + G + B ~ 64%. #E3A260 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 162 + 96 = 485 (100%)
R 227 of 485 ~ 46.8%
G 162 of 485 ~ 33.4%
B 96 of 485 ~ 19.79'%

%46.8
%33.4
%19.79

CMYK color model

#E3A260 color CMYK value is (0,29,58,11).

  • cyan value is 0.00%
  • magenta value is 28.63%
  • yellow value is 57.71%
  • key color value is 10.98%

CMYK: (0,29,58,11)
C0M29Y58K11 (0%, 29%, 58%, 11%)
(0.00 / 0.29 / 0.58 / 0.11)

CMYK percentages

%0
%28.63
%57.71
%10.98

Codes

Color #E3A260 in popluar color models

E3 A2 60
RGB 227 162 96
HSL 30° 70.05% 63.33%
HSB/HSV 30° 57.71% 89.02%
CMYK 0.00% 28.63% 57.71%
10.98%

Color #E3A260 in popluar number systems.

HEX E3 A2 60
Decimal 227 162 96
Binary 11100011 10100010 1100000
Octal 343 242 140

Shades and tints

Shades of #E3A260

#E3A260
(227,162,96)
#CF9458
(207,148,88)
#BB8650
(187,134,80)
#A77848
(167,120,72)
#936A40
(147,106,64)
#7F5C38
(127,92,56)
#6B4E30
(107,78,48)
#574028
(87,64,40)
#433220
(67,50,32)
#2F2418
(47,36,24)
#1B1610
(27,22,16)
#000000
(0,0,0)

Tints of #E3A260

#E3A260
(227,162,96)
#E5AA6E
(229,170,110)
#E7B27C
(231,178,124)
#E9BA8A
(233,186,138)
#EBC298
(235,194,152)
#EDCAA6
(237,202,166)
#EFD2B4
(239,210,180)
#F1DAC2
(241,218,194)
#F3E2D0
(243,226,208)
#F5EADE
(245,234,222)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A260 color. Also use rgb(227,162,96) instead hex code.

Text Font Color

.myTextColor { color: #E3A260; }

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

This text font color is #E3A260.

Background Color

.myBgColor { background-color: #E3A260; }

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

This div background color is #E3A260.

Border color

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

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

This div border color is #E3A260.

Opacity

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

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

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

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

This text has shadow with #E3A260 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3A260.

Preview

Color preview on black background

This text has color #E3A260 on black background.


Color preview on white background

This text has color #E3A260 on white background.


Black color preview on #E3A260 background

This text has black color on #E3A260 background.


White color preview on #E3A260 background

This text has white color on #E3A260 background.


Related colors

Complementary color

Complementary color for #hex is #1C5D9F.


I love getcolorcode.com

Triadic colors

1 #60E3A2 and #A260E3 with #E3A260 are triadic colors.

2 #60A2E3 and #A2E360 with #E3A260 are triadic colors.