COLOR #E4AD76

HEX: #E4AD76
RGB: (228,173,118)

Color info

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

RGB color model

#E4AD76 color RGB value is (228,173,118).

  • red value is 228;
  • green value is 173;
  • blue value is 118.
RGB:
(228,173,118)
(89%,68%,46%)

RGB channels and saturation

R 228 of 255 = 89%
G 173 of 255 = 68%
B 118 of 255 = 46%

228
173
118

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

Portions of RGB colors in percentages

R + G + B =
228 + 173 + 118 = 519 (100%)
R 228 of 519 ~ 43.93%
G 173 of 519 ~ 33.33%
B 118 of 519 ~ 22.74%

%43.93
%33.33
%22.74

CMYK color model

#E4AD76 color CMYK value is (0,24,48,11).

  • cyan value is 0.00%
  • magenta value is 24.12%
  • yellow value is 48.25%
  • key color value is 10.59%
CMYK:
(0,24,48,11)
C0M24Y48K11 
(0%,24%,48%,11%)
(0.00/0.24/0.48/0.11)	

CMYK percentages

%0
%24.12
%48.25
%10.59

Codes

Color #E4AD76 in popluar color models

E4AD76
RGB228173118
HSL30°67.07%67.84%
HSB/HSV30°48.25%89.41%
CMYK0.00%24.12%48.25%
10.59%

Color #E4AD76 in popluar number systems.

HEXE4AD76
Decimal228173118
Binary11100100101011011110110
Octal344255166

Shades and tints

Shades of #E4AD76

#E4AD76
(228,173,118)
#D09E6C
(208,158,108)
#BC8F62
(188,143,98)
#A88058
(168,128,88)
#94714E
(148,113,78)
#806244
(128,98,68)
#6C533A
(108,83,58)
#584430
(88,68,48)
#443526
(68,53,38)
#30261C
(48,38,28)
#1C1712
(28,23,18)
#000000
(0,0,0)

Tints of #E4AD76

#E4AD76
(228,173,118)
#E6B482
(230,180,130)
#E8BB8E
(232,187,142)
#EAC29A
(234,194,154)
#ECC9A6
(236,201,166)
#EED0B2
(238,208,178)
#F0D7BE
(240,215,190)
#F2DECA
(242,222,202)
#F4E5D6
(244,229,214)
#F6ECE2
(246,236,226)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AD76 color. Also use rgb(228,173,118) instead hex code.

Text Font Color

.myTextColor { color: #E4AD76; }

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

This text font color is #E4AD76.


Background Color

.myBgColor { background-color: #E4AD76; }

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

This div background color is #E4AD76.


Border color

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

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

This div border color is #E4AD76.


Opacity

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

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

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

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

This text has shadow with #E4AD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4AD76 on black background.


Color preview on white background

This text has color #E4AD76 on white background.



Black color preview on #E4AD76 background

This text has black color on #E4AD76 background.


White color preview on #E4AD76 background

This text has white color on #E4AD76 background.