COLOR #E8A665

HEX: #E8A665
RGB: (232,166,101)

Color info

#E8A665 contains mainly red color. Web safe color of #E8A665 is #FF9966 (or #F96).

RGB color model

#E8A665 color RGB value is (232,166,101).

  • red value is 232;
  • green value is 166;
  • blue value is 101.
RGB:
(232,166,101)
(91%,65%,40%)

RGB channels and saturation

R 232 of 255 = 91%
G 166 of 255 = 65%
B 101 of 255 = 40%

232
166
101

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

Portions of RGB colors in percentages

R + G + B =
232 + 166 + 101 = 499 (100%)
R 232 of 499 ~ 46.49%
G 166 of 499 ~ 33.27%
B 101 of 499 ~ 20.24%

%46.49
%33.27
%20.24

CMYK color model

#E8A665 color CMYK value is (0,28,56,9).

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 56.47%
  • key color value is 9.02%
CMYK:
(0,28,56,9)
C0M28Y56K9 
(0%,28%,56%,9%)
(0.00/0.28/0.56/0.09)	

CMYK percentages

%0
%28.45
%56.47
%9.02

Codes

Color #E8A665 in popluar color models

E8A665
RGB232166101
HSL30°74.01%65.29%
HSB/HSV30°56.47%90.98%
CMYK0.00%28.45%56.47%
9.02%

Color #E8A665 in popluar number systems.

HEXE8A665
Decimal232166101
Binary11101000101001101100101
Octal350246145

Shades and tints

Shades of #E8A665

#E8A665
(232,166,101)
#D3975C
(211,151,92)
#BE8853
(190,136,83)
#A9794A
(169,121,74)
#946A41
(148,106,65)
#7F5B38
(127,91,56)
#6A4C2F
(106,76,47)
#553D26
(85,61,38)
#402E1D
(64,46,29)
#2B1F14
(43,31,20)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #E8A665

#E8A665
(232,166,101)
#EAAE73
(234,174,115)
#ECB681
(236,182,129)
#EEBE8F
(238,190,143)
#F0C69D
(240,198,157)
#F2CEAB
(242,206,171)
#F4D6B9
(244,214,185)
#F6DEC7
(246,222,199)
#F8E6D5
(248,230,213)
#FAEEE3
(250,238,227)
#FCF6F1
(252,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A665 color. Also use rgb(232,166,101) instead hex code.

Text Font Color

.myTextColor { color: #E8A665; }

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

This text font color is #E8A665.


Background Color

.myBgColor { background-color: #E8A665; }

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

This div background color is #E8A665.


Border color

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

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

This div border color is #E8A665.


Opacity

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

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

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

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

This text has shadow with #E8A665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A665 on black background.


Color preview on white background

This text has color #E8A665 on white background.



Black color preview on #E8A665 background

This text has black color on #E8A665 background.


White color preview on #E8A665 background

This text has white color on #E8A665 background.