COLOR #E4B495

HEX: #E4B495
RGB: (228,180,149)

Color info

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

RGB color model

#E4B495 color RGB value is (228,180,149).

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

RGB channels and saturation

R 228 of 255 = 89%
G 180 of 255 = 71%
B 149 of 255 = 58%

228
180
149

R + G + B ~ 73%. #E4B495 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 180 + 149 = 557 (100%)
R 228 of 557 ~ 40.93%
G 180 of 557 ~ 32.32%
B 149 of 557 ~ 26.75%

%40.93
%32.32
%26.75

CMYK color model

#E4B495 color CMYK value is (0,21,35,11).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 34.65%
  • key color value is 10.59%
CMYK:
(0,21,35,11)
C0M21Y35K11 
(0%,21%,35%,11%)
(0.00/0.21/0.35/0.11)	

CMYK percentages

%0
%21.05
%34.65
%10.59

Codes

Color #E4B495 in popluar color models

E4B495
RGB228180149
HSL24°59.40%73.92%
HSB/HSV24°34.65%89.41%
CMYK0.00%21.05%34.65%
10.59%

Color #E4B495 in popluar number systems.

HEXE4B495
Decimal228180149
Binary111001001011010010010101
Octal344264225

Shades and tints

Shades of #E4B495

#E4B495
(228,180,149)
#D0A488
(208,164,136)
#BC947B
(188,148,123)
#A8846E
(168,132,110)
#947461
(148,116,97)
#806454
(128,100,84)
#6C5447
(108,84,71)
#58443A
(88,68,58)
#44342D
(68,52,45)
#302420
(48,36,32)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #E4B495

#E4B495
(228,180,149)
#E6BA9E
(230,186,158)
#E8C0A7
(232,192,167)
#EAC6B0
(234,198,176)
#ECCCB9
(236,204,185)
#EED2C2
(238,210,194)
#F0D8CB
(240,216,203)
#F2DED4
(242,222,212)
#F4E4DD
(244,228,221)
#F6EAE6
(246,234,230)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B495; }

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

This text font color is #E4B495.


Background Color

.myBgColor { background-color: #E4B495; }

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

This div background color is #E4B495.


Border color

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

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

This div border color is #E4B495.


Opacity

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

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

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

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

This text has shadow with #E4B495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B495 on black background.


Color preview on white background

This text has color #E4B495 on white background.



Black color preview on #E4B495 background

This text has black color on #E4B495 background.


White color preview on #E4B495 background

This text has white color on #E4B495 background.