COLOR #E3A456

HEX: #E3A456 RGB: (227,164,86)

Color info

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

RGB color model

#E3A456 color RGB value is (227,164,86).

RGB: (227,164,86) (89%, 64%, 34%)

RGB channels and saturation

R 227 of 255 = 89%
G 164 of 255 = 64%
B 86 of 255 = 34%

227
164
86

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

Portions of RGB colors in percentages

R + G + B = 227 + 164 + 86 = 477 (100%)
R 227 of 477 ~ 47.59%
G 164 of 477 ~ 34.38%
B 86 of 477 ~ 18.03'%

%47.59
%34.38
%18.03

CMYK color model

#E3A456 color CMYK value is (0,28,62,11).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 62.11%
  • key color value is 10.98%

CMYK: (0,28,62,11)
C0M28Y62K11 (0%, 28%, 62%, 11%)
(0.00 / 0.28 / 0.62 / 0.11)

CMYK percentages

%0
%27.75
%62.11
%10.98

Codes

Color #E3A456 in popluar color models

E3 A4 56
RGB 227 164 86
HSL 33° 71.57% 61.37%
HSB/HSV 33° 62.11% 89.02%
CMYK 0.00% 27.75% 62.11%
10.98%

Color #E3A456 in popluar number systems.

HEX E3 A4 56
Decimal 227 164 86
Binary 11100011 10100100 1010110
Octal 343 244 126

Shades and tints

Shades of #E3A456

#E3A456
(227,164,86)
#CF964F
(207,150,79)
#BB8848
(187,136,72)
#A77A41
(167,122,65)
#936C3A
(147,108,58)
#7F5E33
(127,94,51)
#6B502C
(107,80,44)
#574225
(87,66,37)
#43341E
(67,52,30)
#2F2617
(47,38,23)
#1B1810
(27,24,16)
#000000
(0,0,0)

Tints of #E3A456

#E3A456
(227,164,86)
#E5AC65
(229,172,101)
#E7B474
(231,180,116)
#E9BC83
(233,188,131)
#EBC492
(235,196,146)
#EDCCA1
(237,204,161)
#EFD4B0
(239,212,176)
#F1DCBF
(241,220,191)
#F3E4CE
(243,228,206)
#F5ECDD
(245,236,221)
#F7F4EC
(247,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A456 color. Also use rgb(227,164,86) instead hex code.

Text Font Color

.myTextColor { color: #E3A456; }

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

This text font color is #E3A456.

Background Color

.myBgColor { background-color: #E3A456; }

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

This div background color is #E3A456.

Border color

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

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

This div border color is #E3A456.

Opacity

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

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

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

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

This text has shadow with #E3A456 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3A456.

Preview

Color preview on black background

This text has color #E3A456 on black background.


Color preview on white background

This text has color #E3A456 on white background.


Black color preview on #E3A456 background

This text has black color on #E3A456 background.


White color preview on #E3A456 background

This text has white color on #E3A456 background.


Related colors

Complementary color

Complementary color for #hex is #1C5BA9.


I love getcolorcode.com

Triadic colors

1 #56E3A4 and #A456E3 with #E3A456 are triadic colors.

2 #56A4E3 and #A4E356 with #E3A456 are triadic colors.