COLOR #E3C160

HEX: #E3C160
RGB: (227,193,96)

Color info

#E3C160 contains mainly red and green colors. Web safe color of #E3C160 is #CCCC66 (or #CC6).

RGB color model

#E3C160 color RGB value is (227,193,96).

  • red value is 227;
  • green value is 193;
  • blue value is 96.
RGB:
(227,193,96)
(89%,76%,38%)

RGB channels and saturation

R 227 of 255 = 89%
G 193 of 255 = 76%
B 96 of 255 = 38%

227
193
96

R + G + B ~ 68%. #E3C160 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 193 + 96 = 516 (100%)
R 227 of 516 ~ 43.99%
G 193 of 516 ~ 37.4%
B 96 of 516 ~ 18.6%

%43.99
%37.4
%18.6

CMYK color model

#E3C160 color CMYK value is (0,15,58,11).

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 57.71%
  • key color value is 10.98%
CMYK:
(0,15,58,11)
C0M15Y58K11 
(0%,15%,58%,11%)
(0.00/0.15/0.58/0.11)	

CMYK percentages

%0
%14.98
%57.71
%10.98

Codes

Color #E3C160 in popluar color models

E3C160
RGB22719396
HSL44°70.05%63.33%
HSB/HSV44°57.71%89.02%
CMYK0.00%14.98%57.71%
10.98%

Color #E3C160 in popluar number systems.

HEXE3C160
Decimal22719396
Binary11100011110000011100000
Octal343301140

Shades and tints

Shades of #E3C160

#E3C160
(227,193,96)
#CFB058
(207,176,88)
#BB9F50
(187,159,80)
#A78E48
(167,142,72)
#937D40
(147,125,64)
#7F6C38
(127,108,56)
#6B5B30
(107,91,48)
#574A28
(87,74,40)
#433920
(67,57,32)
#2F2818
(47,40,24)
#1B1710
(27,23,16)
#000000
(0,0,0)

Tints of #E3C160

#E3C160
(227,193,96)
#E5C66E
(229,198,110)
#E7CB7C
(231,203,124)
#E9D08A
(233,208,138)
#EBD598
(235,213,152)
#EDDAA6
(237,218,166)
#EFDFB4
(239,223,180)
#F1E4C2
(241,228,194)
#F3E9D0
(243,233,208)
#F5EEDE
(245,238,222)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C160; }

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

This text font color is #E3C160.


Background Color

.myBgColor { background-color: #E3C160; }

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

This div background color is #E3C160.


Border color

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

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

This div border color is #E3C160.


Opacity

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

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

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

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

This text has shadow with #E3C160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C160 on black background.


Color preview on white background

This text has color #E3C160 on white background.



Black color preview on #E3C160 background

This text has black color on #E3C160 background.


White color preview on #E3C160 background

This text has white color on #E3C160 background.