COLOR #E4B48A

HEX: #E4B48A
RGB: (228,180,138)

Color info

#E4B48A contains mainly red and green colors. Web safe color of #E4B48A is #CCCC99 (or #CC9).

RGB color model

#E4B48A color RGB value is (228,180,138).

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

RGB channels and saturation

R 228 of 255 = 89%
G 180 of 255 = 71%
B 138 of 255 = 54%

228
180
138

R + G + B ~ 71%. #E4B48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 180 + 138 = 546 (100%)
R 228 of 546 ~ 41.76%
G 180 of 546 ~ 32.97%
B 138 of 546 ~ 25.27%

%41.76
%32.97
%25.27

CMYK color model

#E4B48A color CMYK value is (0,21,39,11).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 39.47%
  • key color value is 10.59%
CMYK:
(0,21,39,11)
C0M21Y39K11 
(0%,21%,39%,11%)
(0.00/0.21/0.39/0.11)	

CMYK percentages

%0
%21.05
%39.47
%10.59

Codes

Color #E4B48A in popluar color models

E4B48A
RGB228180138
HSL28°62.50%71.76%
HSB/HSV28°39.47%89.41%
CMYK0.00%21.05%39.47%
10.59%

Color #E4B48A in popluar number systems.

HEXE4B48A
Decimal228180138
Binary111001001011010010001010
Octal344264212

Shades and tints

Shades of #E4B48A

#E4B48A
(228,180,138)
#D0A47E
(208,164,126)
#BC9472
(188,148,114)
#A88466
(168,132,102)
#94745A
(148,116,90)
#80644E
(128,100,78)
#6C5442
(108,84,66)
#584436
(88,68,54)
#44342A
(68,52,42)
#30241E
(48,36,30)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #E4B48A

#E4B48A
(228,180,138)
#E6BA94
(230,186,148)
#E8C09E
(232,192,158)
#EAC6A8
(234,198,168)
#ECCCB2
(236,204,178)
#EED2BC
(238,210,188)
#F0D8C6
(240,216,198)
#F2DED0
(242,222,208)
#F4E4DA
(244,228,218)
#F6EAE4
(246,234,228)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B48A; }

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

This text font color is #E4B48A.


Background Color

.myBgColor { background-color: #E4B48A; }

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

This div background color is #E4B48A.


Border color

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

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

This div border color is #E4B48A.


Opacity

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

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

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

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

This text has shadow with #E4B48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B48A on black background.


Color preview on white background

This text has color #E4B48A on white background.



Black color preview on #E4B48A background

This text has black color on #E4B48A background.


White color preview on #E4B48A background

This text has white color on #E4B48A background.