COLOR #E4AE80

HEX: #E4AE80
RGB: (228,174,128)

Color info

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

RGB color model

#E4AE80 color RGB value is (228,174,128).

  • red value is 228;
  • green value is 174;
  • blue value is 128.
RGB:
(228,174,128)
(89%,68%,50%)

RGB channels and saturation

R 228 of 255 = 89%
G 174 of 255 = 68%
B 128 of 255 = 50%

228
174
128

R + G + B ~ 69%. #E4AE80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 174 + 128 = 530 (100%)
R 228 of 530 ~ 43.02%
G 174 of 530 ~ 32.83%
B 128 of 530 ~ 24.15%

%43.02
%32.83
%24.15

CMYK color model

#E4AE80 color CMYK value is (0,24,44,11).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 43.86%
  • key color value is 10.59%
CMYK:
(0,24,44,11)
C0M24Y44K11 
(0%,24%,44%,11%)
(0.00/0.24/0.44/0.11)	

CMYK percentages

%0
%23.68
%43.86
%10.59

Codes

Color #E4AE80 in popluar color models

E4AE80
RGB228174128
HSL28°64.94%69.80%
HSB/HSV28°43.86%89.41%
CMYK0.00%23.68%43.86%
10.59%

Color #E4AE80 in popluar number systems.

HEXE4AE80
Decimal228174128
Binary111001001010111010000000
Octal344256200

Shades and tints

Shades of #E4AE80

#E4AE80
(228,174,128)
#D09F75
(208,159,117)
#BC906A
(188,144,106)
#A8815F
(168,129,95)
#947254
(148,114,84)
#806349
(128,99,73)
#6C543E
(108,84,62)
#584533
(88,69,51)
#443628
(68,54,40)
#30271D
(48,39,29)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #E4AE80

#E4AE80
(228,174,128)
#E6B58B
(230,181,139)
#E8BC96
(232,188,150)
#EAC3A1
(234,195,161)
#ECCAAC
(236,202,172)
#EED1B7
(238,209,183)
#F0D8C2
(240,216,194)
#F2DFCD
(242,223,205)
#F4E6D8
(244,230,216)
#F6EDE3
(246,237,227)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AE80 color. Also use rgb(228,174,128) instead hex code.

Text Font Color

.myTextColor { color: #E4AE80; }

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

This text font color is #E4AE80.


Background Color

.myBgColor { background-color: #E4AE80; }

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

This div background color is #E4AE80.


Border color

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

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

This div border color is #E4AE80.


Opacity

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

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

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

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

This text has shadow with #E4AE80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4AE80 on black background.


Color preview on white background

This text has color #E4AE80 on white background.



Black color preview on #E4AE80 background

This text has black color on #E4AE80 background.


White color preview on #E4AE80 background

This text has white color on #E4AE80 background.