COLOR #E4A18A

HEX: #E4A18A
RGB: (228,161,138)

Color info

#E4A18A contains mainly red color. Web safe color of #E4A18A is #CC9999 (or #C99).

RGB color model

#E4A18A color RGB value is (228,161,138).

  • red value is 228;
  • green value is 161;
  • blue value is 138.
RGB:
(228,161,138)
(89%,63%,54%)

RGB channels and saturation

R 228 of 255 = 89%
G 161 of 255 = 63%
B 138 of 255 = 54%

228
161
138

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

Portions of RGB colors in percentages

R + G + B =
228 + 161 + 138 = 527 (100%)
R 228 of 527 ~ 43.26%
G 161 of 527 ~ 30.55%
B 138 of 527 ~ 26.19%

%43.26
%30.55
%26.19

CMYK color model

#E4A18A color CMYK value is (0,29,39,11).

  • cyan value is 0.00%
  • magenta value is 29.39%
  • yellow value is 39.47%
  • key color value is 10.59%
CMYK:
(0,29,39,11)
C0M29Y39K11 
(0%,29%,39%,11%)
(0.00/0.29/0.39/0.11)	

CMYK percentages

%0
%29.39
%39.47
%10.59

Codes

Color #E4A18A in popluar color models

E4A18A
RGB228161138
HSL15°62.50%71.76%
HSB/HSV15°39.47%89.41%
CMYK0.00%29.39%39.47%
10.59%

Color #E4A18A in popluar number systems.

HEXE4A18A
Decimal228161138
Binary111001001010000110001010
Octal344241212

Shades and tints

Shades of #E4A18A

#E4A18A
(228,161,138)
#D0937E
(208,147,126)
#BC8572
(188,133,114)
#A87766
(168,119,102)
#94695A
(148,105,90)
#805B4E
(128,91,78)
#6C4D42
(108,77,66)
#583F36
(88,63,54)
#44312A
(68,49,42)
#30231E
(48,35,30)
#1C1512
(28,21,18)
#000000
(0,0,0)

Tints of #E4A18A

#E4A18A
(228,161,138)
#E6A994
(230,169,148)
#E8B19E
(232,177,158)
#EAB9A8
(234,185,168)
#ECC1B2
(236,193,178)
#EEC9BC
(238,201,188)
#F0D1C6
(240,209,198)
#F2D9D0
(242,217,208)
#F4E1DA
(244,225,218)
#F6E9E4
(246,233,228)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A18A color. Also use rgb(228,161,138) instead hex code.

Text Font Color

.myTextColor { color: #E4A18A; }

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

This text font color is #E4A18A.


Background Color

.myBgColor { background-color: #E4A18A; }

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

This div background color is #E4A18A.


Border color

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

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

This div border color is #E4A18A.


Opacity

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

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

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

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

This text has shadow with #E4A18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A18A on black background.


Color preview on white background

This text has color #E4A18A on white background.



Black color preview on #E4A18A background

This text has black color on #E4A18A background.


White color preview on #E4A18A background

This text has white color on #E4A18A background.