COLOR #E49B85

HEX: #E49B85 RGB: (228,155,133)

Color info

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

RGB color model

#E49B85 color RGB value is (228,155,133).

RGB: (228,155,133) (89%, 61%, 52%)

RGB channels and saturation

R 228 of 255 = 89%
G 155 of 255 = 61%
B 133 of 255 = 52%

228
155
133

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

Portions of RGB colors in percentages

R + G + B = 228 + 155 + 133 = 516 (100%)
R 228 of 516 ~ 44.19%
G 155 of 516 ~ 30.04%
B 133 of 516 ~ 25.78'%

%44.19
%30.04
%25.78

CMYK color model

#E49B85 color CMYK value is (0,32,42,11).

  • cyan value is 0.00%
  • magenta value is 32.02%
  • yellow value is 41.67%
  • key color value is 10.59%

CMYK: (0,32,42,11)
C0M32Y42K11 (0%, 32%, 42%, 11%)
(0.00 / 0.32 / 0.42 / 0.11)

CMYK percentages

%0
%32.02
%41.67
%10.59

Codes

Color #E49B85 in popluar color models

E4 9B 85
RGB 228 155 133
HSL 14° 63.76% 70.78%
HSB/HSV 14° 41.67% 89.41%
CMYK 0.00% 32.02% 41.67%
10.59%

Color #E49B85 in popluar number systems.

HEX E4 9B 85
Decimal 228 155 133
Binary 11100100 10011011 10000101
Octal 344 233 205

Shades and tints

Shades of #E49B85

#E49B85
(228,155,133)
#D08D79
(208,141,121)
#BC7F6D
(188,127,109)
#A87161
(168,113,97)
#946355
(148,99,85)
#805549
(128,85,73)
#6C473D
(108,71,61)
#583931
(88,57,49)
#442B25
(68,43,37)
#301D19
(48,29,25)
#1C0F0D
(28,15,13)
#000000
(0,0,0)

Tints of #E49B85

#E49B85
(228,155,133)
#E6A490
(230,164,144)
#E8AD9B
(232,173,155)
#EAB6A6
(234,182,166)
#ECBFB1
(236,191,177)
#EEC8BC
(238,200,188)
#F0D1C7
(240,209,199)
#F2DAD2
(242,218,210)
#F4E3DD
(244,227,221)
#F6ECE8
(246,236,232)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49B85 color. Also use rgb(228,155,133) instead hex code.

Text Font Color

.myTextColor { color: #E49B85; }

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

This text font color is #E49B85.

Background Color

.myBgColor { background-color: #E49B85; }

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

This div background color is #E49B85.

Border color

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

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

This div border color is #E49B85.

Opacity

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

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

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

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

This text has shadow with #E49B85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E49B85.

Preview

Color preview on black background

This text has color #E49B85 on black background.


Color preview on white background

This text has color #E49B85 on white background.


Black color preview on #E49B85 background

This text has black color on #E49B85 background.


White color preview on #E49B85 background

This text has white color on #E49B85 background.


Related colors

Complementary color

Complementary color for #hex is #1B647A.


I love getcolorcode.com

Triadic colors

1 #85E49B and #9B85E4 with #E49B85 are triadic colors.

2 #859BE4 and #9BE485 with #E49B85 are triadic colors.