COLOR #E5B192

HEX: #E5B192 RGB: (229,177,146)

Color info

#E5B192 contains mainly red and green colors. Web safe color of #E5B192 is #CC9999 (or #C99).

RGB color model

#E5B192 color RGB value is (229,177,146).

RGB: (229,177,146) (90%, 69%, 57%)

RGB channels and saturation

R 229 of 255 = 90%
G 177 of 255 = 69%
B 146 of 255 = 57%

229
177
146

R + G + B ~ 72%. #E5B192 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 177 + 146 = 552 (100%)
R 229 of 552 ~ 41.49%
G 177 of 552 ~ 32.07%
B 146 of 552 ~ 26.45'%

%41.49
%32.07
%26.45

CMYK color model

#E5B192 color CMYK value is (0,23,36,10).

  • cyan value is 0.00%
  • magenta value is 22.71%
  • yellow value is 36.24%
  • key color value is 10.20%

CMYK: (0,23,36,10)
C0M23Y36K10 (0%, 23%, 36%, 10%)
(0.00 / 0.23 / 0.36 / 0.10)

CMYK percentages

%0
%22.71
%36.24
%10.2

Codes

Color #E5B192 in popluar color models

E5 B1 92
RGB 229 177 146
HSL 22° 61.48% 73.53%
HSB/HSV 22° 36.24% 89.80%
CMYK 0.00% 22.71% 36.24%
10.20%

Color #E5B192 in popluar number systems.

HEX E5 B1 92
Decimal 229 177 146
Binary 11100101 10110001 10010010
Octal 345 261 222

Shades and tints

Shades of #E5B192

#E5B192
(229,177,146)
#D1A185
(209,161,133)
#BD9178
(189,145,120)
#A9816B
(169,129,107)
#95715E
(149,113,94)
#816151
(129,97,81)
#6D5144
(109,81,68)
#594137
(89,65,55)
#45312A
(69,49,42)
#31211D
(49,33,29)
#1D1110
(29,17,16)
#000000
(0,0,0)

Tints of #E5B192

#E5B192
(229,177,146)
#E7B89B
(231,184,155)
#E9BFA4
(233,191,164)
#EBC6AD
(235,198,173)
#EDCDB6
(237,205,182)
#EFD4BF
(239,212,191)
#F1DBC8
(241,219,200)
#F3E2D1
(243,226,209)
#F5E9DA
(245,233,218)
#F7F0E3
(247,240,227)
#F9F7EC
(249,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B192 color. Also use rgb(229,177,146) instead hex code.

Text Font Color

.myTextColor { color: #E5B192; }

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

This text font color is #E5B192.

Background Color

.myBgColor { background-color: #E5B192; }

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

This div background color is #E5B192.

Border color

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

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

This div border color is #E5B192.

Opacity

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

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

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

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

This text has shadow with #E5B192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5B192.

Preview

Color preview on black background

This text has color #E5B192 on black background.


Color preview on white background

This text has color #E5B192 on white background.


Black color preview on #E5B192 background

This text has black color on #E5B192 background.


White color preview on #E5B192 background

This text has white color on #E5B192 background.


Related colors

Complementary color

Complementary color for #hex is #1A4E6D.


I love getcolorcode.com

Triadic colors

1 #92E5B1 and #B192E5 with #E5B192 are triadic colors.

2 #92B1E5 and #B1E592 with #E5B192 are triadic colors.