COLOR #E0B384

HEX: #E0B384 RGB: (224,179,132)

Color info

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

RGB color model

#E0B384 color RGB value is (224,179,132).

RGB: (224,179,132) (88%, 70%, 52%)

RGB channels and saturation

R 224 of 255 = 88%
G 179 of 255 = 70%
B 132 of 255 = 52%

224
179
132

R + G + B ~ 70%. #E0B384 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 179 + 132 = 535 (100%)
R 224 of 535 ~ 41.87%
G 179 of 535 ~ 33.46%
B 132 of 535 ~ 24.67'%

%41.87
%33.46
%24.67

CMYK color model

#E0B384 color CMYK value is (0,20,41,12).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 41.07%
  • key color value is 12.16%

CMYK: (0,20,41,12)
C0M20Y41K12 (0%, 20%, 41%, 12%)
(0.00 / 0.20 / 0.41 / 0.12)

CMYK percentages

%0
%20.09
%41.07
%12.16

Codes

Color #E0B384 in popluar color models

E0 B3 84
RGB 224 179 132
HSL 31° 59.74% 69.80%
HSB/HSV 31° 41.07% 87.84%
CMYK 0.00% 20.09% 41.07%
12.16%

Color #E0B384 in popluar number systems.

HEX E0 B3 84
Decimal 224 179 132
Binary 11100000 10110011 10000100
Octal 340 263 204

Shades and tints

Shades of #E0B384

#E0B384
(224,179,132)
#CCA378
(204,163,120)
#B8936C
(184,147,108)
#A48360
(164,131,96)
#907354
(144,115,84)
#7C6348
(124,99,72)
#68533C
(104,83,60)
#544330
(84,67,48)
#403324
(64,51,36)
#2C2318
(44,35,24)
#18130C
(24,19,12)
#000000
(0,0,0)

Tints of #E0B384

#E0B384
(224,179,132)
#E2B98F
(226,185,143)
#E4BF9A
(228,191,154)
#E6C5A5
(230,197,165)
#E8CBB0
(232,203,176)
#EAD1BB
(234,209,187)
#ECD7C6
(236,215,198)
#EEDDD1
(238,221,209)
#F0E3DC
(240,227,220)
#F2E9E7
(242,233,231)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B384 color. Also use rgb(224,179,132) instead hex code.

Text Font Color

.myTextColor { color: #E0B384; }

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

This text font color is #E0B384.

Background Color

.myBgColor { background-color: #E0B384; }

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

This div background color is #E0B384.

Border color

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

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

This div border color is #E0B384.

Opacity

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

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

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

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

This text has shadow with #E0B384 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B384.

Preview

Color preview on black background

This text has color #E0B384 on black background.


Color preview on white background

This text has color #E0B384 on white background.


Black color preview on #E0B384 background

This text has black color on #E0B384 background.


White color preview on #E0B384 background

This text has white color on #E0B384 background.


Related colors

Complementary color

Complementary color for #hex is #1F4C7B.


I love getcolorcode.com

Triadic colors

1 #84E0B3 and #B384E0 with #E0B384 are triadic colors.

2 #84B3E0 and #B3E084 with #E0B384 are triadic colors.