COLOR #E3B355

HEX: #E3B355
RGB: (227,179,85)

Color info

#E3B355 contains mainly red and green colors. Web safe color of #E3B355 is #CC9966 (or #C96).

RGB color model

#E3B355 color RGB value is (227,179,85).

  • red value is 227;
  • green value is 179;
  • blue value is 85.
RGB:
(227,179,85)
(89%,70%,33%)

RGB channels and saturation

R 227 of 255 = 89%
G 179 of 255 = 70%
B 85 of 255 = 33%

227
179
85

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

Portions of RGB colors in percentages

R + G + B =
227 + 179 + 85 = 491 (100%)
R 227 of 491 ~ 46.23%
G 179 of 491 ~ 36.46%
B 85 of 491 ~ 17.31%

%46.23
%36.46
%17.31

CMYK color model

#E3B355 color CMYK value is (0,21,63,11).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 62.56%
  • key color value is 10.98%
CMYK:
(0,21,63,11)
C0M21Y63K11 
(0%,21%,63%,11%)
(0.00/0.21/0.63/0.11)	

CMYK percentages

%0
%21.15
%62.56
%10.98

Codes

Color #E3B355 in popluar color models

E3B355
RGB22717985
HSL40°71.72%61.18%
HSB/HSV40°62.56%89.02%
CMYK0.00%21.15%62.56%
10.98%

Color #E3B355 in popluar number systems.

HEXE3B355
Decimal22717985
Binary11100011101100111010101
Octal343263125

Shades and tints

Shades of #E3B355

#E3B355
(227,179,85)
#CFA34E
(207,163,78)
#BB9347
(187,147,71)
#A78340
(167,131,64)
#937339
(147,115,57)
#7F6332
(127,99,50)
#6B532B
(107,83,43)
#574324
(87,67,36)
#43331D
(67,51,29)
#2F2316
(47,35,22)
#1B130F
(27,19,15)
#000000
(0,0,0)

Tints of #E3B355

#E3B355
(227,179,85)
#E5B964
(229,185,100)
#E7BF73
(231,191,115)
#E9C582
(233,197,130)
#EBCB91
(235,203,145)
#EDD1A0
(237,209,160)
#EFD7AF
(239,215,175)
#F1DDBE
(241,221,190)
#F3E3CD
(243,227,205)
#F5E9DC
(245,233,220)
#F7EFEB
(247,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B355 color. Also use rgb(227,179,85) instead hex code.

Text Font Color

.myTextColor { color: #E3B355; }

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

This text font color is #E3B355.


Background Color

.myBgColor { background-color: #E3B355; }

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

This div background color is #E3B355.


Border color

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

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

This div border color is #E3B355.


Opacity

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

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

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

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

This text has shadow with #E3B355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B355 on black background.


Color preview on white background

This text has color #E3B355 on white background.



Black color preview on #E3B355 background

This text has black color on #E3B355 background.


White color preview on #E3B355 background

This text has white color on #E3B355 background.