COLOR #E4AA78

HEX: #E4AA78 RGB: (228,170,120)

Color info

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

RGB color model

#E4AA78 color RGB value is (228,170,120).

RGB: (228,170,120) (89%, 67%, 47%)

RGB channels and saturation

R 228 of 255 = 89%
G 170 of 255 = 67%
B 120 of 255 = 47%

228
170
120

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

Portions of RGB colors in percentages

R + G + B = 228 + 170 + 120 = 518 (100%)
R 228 of 518 ~ 44.02%
G 170 of 518 ~ 32.82%
B 120 of 518 ~ 23.17'%

%44.02
%32.82
%23.17

CMYK color model

#E4AA78 color CMYK value is (0,25,47,11).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 47.37%
  • key color value is 10.59%

CMYK: (0,25,47,11)
C0M25Y47K11 (0%, 25%, 47%, 11%)
(0.00 / 0.25 / 0.47 / 0.11)

CMYK percentages

%0
%25.44
%47.37
%10.59

Codes

Color #E4AA78 in popluar color models

E4 AA 78
RGB 228 170 120
HSL 28° 66.67% 68.24%
HSB/HSV 28° 47.37% 89.41%
CMYK 0.00% 25.44% 47.37%
10.59%

Color #E4AA78 in popluar number systems.

HEX E4 AA 78
Decimal 228 170 120
Binary 11100100 10101010 1111000
Octal 344 252 170

Shades and tints

Shades of #E4AA78

#E4AA78
(228,170,120)
#D09B6E
(208,155,110)
#BC8C64
(188,140,100)
#A87D5A
(168,125,90)
#946E50
(148,110,80)
#805F46
(128,95,70)
#6C503C
(108,80,60)
#584132
(88,65,50)
#443228
(68,50,40)
#30231E
(48,35,30)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #E4AA78

#E4AA78
(228,170,120)
#E6B184
(230,177,132)
#E8B890
(232,184,144)
#EABF9C
(234,191,156)
#ECC6A8
(236,198,168)
#EECDB4
(238,205,180)
#F0D4C0
(240,212,192)
#F2DBCC
(242,219,204)
#F4E2D8
(244,226,216)
#F6E9E4
(246,233,228)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AA78 color. Also use rgb(228,170,120) instead hex code.

Text Font Color

.myTextColor { color: #E4AA78; }

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

This text font color is #E4AA78.

Background Color

.myBgColor { background-color: #E4AA78; }

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

This div background color is #E4AA78.

Border color

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

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

This div border color is #E4AA78.

Opacity

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

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

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

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

This text has shadow with #E4AA78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4AA78.

Preview

Color preview on black background

This text has color #E4AA78 on black background.


Color preview on white background

This text has color #E4AA78 on white background.


Black color preview on #E4AA78 background

This text has black color on #E4AA78 background.


White color preview on #E4AA78 background

This text has white color on #E4AA78 background.


Related colors

Complementary color

Complementary color for #hex is #1B5587.


I love getcolorcode.com

Triadic colors

1 #78E4AA and #AA78E4 with #E4AA78 are triadic colors.

2 #78AAE4 and #AAE478 with #E4AA78 are triadic colors.