COLOR #E4B180

HEX: #E4B180
RGB: (228,177,128)

Color info

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

RGB color model

#E4B180 color RGB value is (228,177,128).

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

RGB channels and saturation

R 228 of 255 = 89%
G 177 of 255 = 69%
B 128 of 255 = 50%

228
177
128

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

Portions of RGB colors in percentages

R + G + B =
228 + 177 + 128 = 533 (100%)
R 228 of 533 ~ 42.78%
G 177 of 533 ~ 33.21%
B 128 of 533 ~ 24.02%

%42.78
%33.21
%24.02

CMYK color model

#E4B180 color CMYK value is (0,22,44,11).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 43.86%
  • key color value is 10.59%
CMYK:
(0,22,44,11)
C0M22Y44K11 
(0%,22%,44%,11%)
(0.00/0.22/0.44/0.11)	

CMYK percentages

%0
%22.37
%43.86
%10.59

Codes

Color #E4B180 in popluar color models

E4B180
RGB228177128
HSL29°64.94%69.80%
HSB/HSV29°43.86%89.41%
CMYK0.00%22.37%43.86%
10.59%

Color #E4B180 in popluar number systems.

HEXE4B180
Decimal228177128
Binary111001001011000110000000
Octal344261200

Shades and tints

Shades of #E4B180

#E4B180
(228,177,128)
#D0A175
(208,161,117)
#BC916A
(188,145,106)
#A8815F
(168,129,95)
#947154
(148,113,84)
#806149
(128,97,73)
#6C513E
(108,81,62)
#584133
(88,65,51)
#443128
(68,49,40)
#30211D
(48,33,29)
#1C1112
(28,17,18)
#000000
(0,0,0)

Tints of #E4B180

#E4B180
(228,177,128)
#E6B88B
(230,184,139)
#E8BF96
(232,191,150)
#EAC6A1
(234,198,161)
#ECCDAC
(236,205,172)
#EED4B7
(238,212,183)
#F0DBC2
(240,219,194)
#F2E2CD
(242,226,205)
#F4E9D8
(244,233,216)
#F6F0E3
(246,240,227)
#F8F7EE
(248,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B180; }

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

This text font color is #E4B180.


Background Color

.myBgColor { background-color: #E4B180; }

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

This div background color is #E4B180.


Border color

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

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

This div border color is #E4B180.


Opacity

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

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

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

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

This text has shadow with #E4B180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B180 on black background.


Color preview on white background

This text has color #E4B180 on white background.



Black color preview on #E4B180 background

This text has black color on #E4B180 background.


White color preview on #E4B180 background

This text has white color on #E4B180 background.