COLOR #E1B581

HEX: #E1B581 RGB: (225,181,129)

Color info

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

RGB color model

#E1B581 color RGB value is (225,181,129).

RGB: (225,181,129) (88%, 71%, 51%)

RGB channels and saturation

R 225 of 255 = 88%
G 181 of 255 = 71%
B 129 of 255 = 51%

225
181
129

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

Portions of RGB colors in percentages

R + G + B = 225 + 181 + 129 = 535 (100%)
R 225 of 535 ~ 42.06%
G 181 of 535 ~ 33.83%
B 129 of 535 ~ 24.11'%

%42.06
%33.83
%24.11

CMYK color model

#E1B581 color CMYK value is (0,20,43,12).

  • cyan value is 0.00%
  • magenta value is 19.56%
  • yellow value is 42.67%
  • key color value is 11.76%
CMYK: (0,20,43,12) C0M20Y43K12 (0%,20%,43%,12%) (0.00/0.20/0.43/0.12) 

CMYK percentages

%0
%19.56
%42.67
%11.76

Codes

Color #E1B581 in popluar color models

E1 B5 81
RGB 225 181 129
HSL 33° 61.54% 69.41%
HSB/HSV 33° 42.67% 88.24%
CMYK 0.00% 19.56% 42.67%
11.76%

Color #E1B581 in popluar number systems.

HEX E1 B5 81
Decimal 225 181 129
Binary 11100001 10110101 10000001
Octal 341 265 201

Shades and tints

Shades of #E1B581

#E1B581
(225,181,129)
#CDA576
(205,165,118)
#B9956B
(185,149,107)
#A58560
(165,133,96)
#917555
(145,117,85)
#7D654A
(125,101,74)
#69553F
(105,85,63)
#554534
(85,69,52)
#413529
(65,53,41)
#2D251E
(45,37,30)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #E1B581

#E1B581
(225,181,129)
#E3BB8C
(227,187,140)
#E5C197
(229,193,151)
#E7C7A2
(231,199,162)
#E9CDAD
(233,205,173)
#EBD3B8
(235,211,184)
#EDD9C3
(237,217,195)
#EFDFCE
(239,223,206)
#F1E5D9
(241,229,217)
#F3EBE4
(243,235,228)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B581 color. Also use rgb(225,181,129) instead hex code.

Text Font Color

.myTextColor { color: #E1B581; }

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

This text font color is #E1B581.

Background Color

.myBgColor { background-color: #E1B581; }

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

This div background color is #E1B581.

Border color

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

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

This div border color is #E1B581.

Opacity

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

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

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

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

This text has shadow with #E1B581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B581.

Preview

Color preview on black background

This text has color #E1B581 on black background.


Color preview on white background

This text has color #E1B581 on white background.


Black color preview on #E1B581 background

This text has black color on #E1B581 background.


White color preview on #E1B581 background

This text has white color on #E1B581 background.


Related colors

Complementary color

Complementary color for #hex is #1E4A7E.


I love getcolorcode.com

Triadic colors

1 #81E1B5 and #B581E1 with #E1B581 are triadic colors.

2 #81B5E1 and #B5E181 with #E1B581 are triadic colors.