COLOR #E1B981

HEX: #E1B981 RGB: (225,185,129)

Color info

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

RGB color model

#E1B981 color RGB value is (225,185,129).

RGB: (225,185,129) (88%, 73%, 51%)

RGB channels and saturation

R 225 of 255 = 88%
G 185 of 255 = 73%
B 129 of 255 = 51%

225
185
129

R + G + B ~ 71%. #E1B981 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 185 + 129 = 539 (100%)
R 225 of 539 ~ 41.74%
G 185 of 539 ~ 34.32%
B 129 of 539 ~ 23.93'%

%41.74
%34.32
%23.93

CMYK color model

#E1B981 color CMYK value is (0,18,43,12).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 42.67%
  • key color value is 11.76%

CMYK: (0,18,43,12)
C0M18Y43K12 (0%, 18%, 43%, 12%)
(0.00 / 0.18 / 0.43 / 0.12)

CMYK percentages

%0
%17.78
%42.67
%11.76

Codes

Color #E1B981 in popluar color models

E1 B9 81
RGB 225 185 129
HSL 35° 61.54% 69.41%
HSB/HSV 35° 42.67% 88.24%
CMYK 0.00% 17.78% 42.67%
11.76%

Color #E1B981 in popluar number systems.

HEX E1 B9 81
Decimal 225 185 129
Binary 11100001 10111001 10000001
Octal 341 271 201

Shades and tints

Shades of #E1B981

#E1B981
(225,185,129)
#CDA976
(205,169,118)
#B9996B
(185,153,107)
#A58960
(165,137,96)
#917955
(145,121,85)
#7D694A
(125,105,74)
#69593F
(105,89,63)
#554934
(85,73,52)
#413929
(65,57,41)
#2D291E
(45,41,30)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #E1B981

#E1B981
(225,185,129)
#E3BF8C
(227,191,140)
#E5C597
(229,197,151)
#E7CBA2
(231,203,162)
#E9D1AD
(233,209,173)
#EBD7B8
(235,215,184)
#EDDDC3
(237,221,195)
#EFE3CE
(239,227,206)
#F1E9D9
(241,233,217)
#F3EFE4
(243,239,228)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B981; }

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

This text font color is #E1B981.

Background Color

.myBgColor { background-color: #E1B981; }

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

This div background color is #E1B981.

Border color

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

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

This div border color is #E1B981.

Opacity

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

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

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

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

This text has shadow with #E1B981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B981.

Preview

Color preview on black background

This text has color #E1B981 on black background.


Color preview on white background

This text has color #E1B981 on white background.


Black color preview on #E1B981 background

This text has black color on #E1B981 background.


White color preview on #E1B981 background

This text has white color on #E1B981 background.


Related colors

Complementary color

Complementary color for #hex is #1E467E.


I love getcolorcode.com

Triadic colors

1 #81E1B9 and #B981E1 with #E1B981 are triadic colors.

2 #81B9E1 and #B9E181 with #E1B981 are triadic colors.