COLOR #E5A06B

HEX: #E5A06B
RGB: (229,160,107)

Color info

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

RGB color model

#E5A06B color RGB value is (229,160,107).

  • red value is 229;
  • green value is 160;
  • blue value is 107.
RGB:
(229,160,107)
(90%,63%,42%)

RGB channels and saturation

R 229 of 255 = 90%
G 160 of 255 = 63%
B 107 of 255 = 42%

229
160
107

R + G + B ~ 65%. #E5A06B is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 160 + 107 = 496 (100%)
R 229 of 496 ~ 46.17%
G 160 of 496 ~ 32.26%
B 107 of 496 ~ 21.57%

%46.17
%32.26
%21.57

CMYK color model

#E5A06B color CMYK value is (0,30,53,10).

  • cyan value is 0.00%
  • magenta value is 30.13%
  • yellow value is 53.28%
  • key color value is 10.20%
CMYK:
(0,30,53,10)
C0M30Y53K10 
(0%,30%,53%,10%)
(0.00/0.30/0.53/0.10)	

CMYK percentages

%0
%30.13
%53.28
%10.2

Codes

Color #E5A06B in popluar color models

E5A06B
RGB229160107
HSL26°70.11%65.88%
HSB/HSV26°53.28%89.80%
CMYK0.00%30.13%53.28%
10.20%

Color #E5A06B in popluar number systems.

HEXE5A06B
Decimal229160107
Binary11100101101000001101011
Octal345240153

Shades and tints

Shades of #E5A06B

#E5A06B
(229,160,107)
#D19262
(209,146,98)
#BD8459
(189,132,89)
#A97650
(169,118,80)
#956847
(149,104,71)
#815A3E
(129,90,62)
#6D4C35
(109,76,53)
#593E2C
(89,62,44)
#453023
(69,48,35)
#31221A
(49,34,26)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #E5A06B

#E5A06B
(229,160,107)
#E7A878
(231,168,120)
#E9B085
(233,176,133)
#EBB892
(235,184,146)
#EDC09F
(237,192,159)
#EFC8AC
(239,200,172)
#F1D0B9
(241,208,185)
#F3D8C6
(243,216,198)
#F5E0D3
(245,224,211)
#F7E8E0
(247,232,224)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A06B color. Also use rgb(229,160,107) instead hex code.

Text Font Color

.myTextColor { color: #E5A06B; }

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

This text font color is #E5A06B.


Background Color

.myBgColor { background-color: #E5A06B; }

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

This div background color is #E5A06B.


Border color

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

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

This div border color is #E5A06B.


Opacity

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

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

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

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

This text has shadow with #E5A06B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A06B on black background.


Color preview on white background

This text has color #E5A06B on white background.



Black color preview on #E5A06B background

This text has black color on #E5A06B background.


White color preview on #E5A06B background

This text has white color on #E5A06B background.