COLOR #E4A978

HEX: #E4A978
RGB: (228,169,120)

Color info

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

RGB color model

#E4A978 color RGB value is (228,169,120).

  • red value is 228;
  • green value is 169;
  • blue value is 120.
RGB:
(228,169,120)
(89%,66%,47%)

RGB channels and saturation

R 228 of 255 = 89%
G 169 of 255 = 66%
B 120 of 255 = 47%

228
169
120

R + G + B ~ 67%. #E4A978 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 169 + 120 = 517 (100%)
R 228 of 517 ~ 44.1%
G 169 of 517 ~ 32.69%
B 120 of 517 ~ 23.21%

%44.1
%32.69
%23.21

CMYK color model

#E4A978 color CMYK value is (0,26,47,11).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 47.37%
  • key color value is 10.59%
CMYK:
(0,26,47,11)
C0M26Y47K11 
(0%,26%,47%,11%)
(0.00/0.26/0.47/0.11)	

CMYK percentages

%0
%25.88
%47.37
%10.59

Codes

Color #E4A978 in popluar color models

E4A978
RGB228169120
HSL27°66.67%68.24%
HSB/HSV27°47.37%89.41%
CMYK0.00%25.88%47.37%
10.59%

Color #E4A978 in popluar number systems.

HEXE4A978
Decimal228169120
Binary11100100101010011111000
Octal344251170

Shades and tints

Shades of #E4A978

#E4A978
(228,169,120)
#D09A6E
(208,154,110)
#BC8B64
(188,139,100)
#A87C5A
(168,124,90)
#946D50
(148,109,80)
#805E46
(128,94,70)
#6C4F3C
(108,79,60)
#584032
(88,64,50)
#443128
(68,49,40)
#30221E
(48,34,30)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #E4A978

#E4A978
(228,169,120)
#E6B084
(230,176,132)
#E8B790
(232,183,144)
#EABE9C
(234,190,156)
#ECC5A8
(236,197,168)
#EECCB4
(238,204,180)
#F0D3C0
(240,211,192)
#F2DACC
(242,218,204)
#F4E1D8
(244,225,216)
#F6E8E4
(246,232,228)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4A978; }

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

This text font color is #E4A978.


Background Color

.myBgColor { background-color: #E4A978; }

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

This div background color is #E4A978.


Border color

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

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

This div border color is #E4A978.


Opacity

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

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

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

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

This text has shadow with #E4A978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A978 on black background.


Color preview on white background

This text has color #E4A978 on white background.



Black color preview on #E4A978 background

This text has black color on #E4A978 background.


White color preview on #E4A978 background

This text has white color on #E4A978 background.