COLOR #E1B880

HEX: #E1B880 RGB: (225,184,128)

Color info

#E1B880 contains mainly red and green colors. Web safe color of #E1B880 is #CCCC66 (or #CC6).

RGB color model

#E1B880 color RGB value is (225,184,128).

RGB: (225,184,128) (88%, 72%, 50%)

RGB channels and saturation

R 225 of 255 = 88%
G 184 of 255 = 72%
B 128 of 255 = 50%

225
184
128

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

Portions of RGB colors in percentages

R + G + B = 225 + 184 + 128 = 537 (100%)
R 225 of 537 ~ 41.9%
G 184 of 537 ~ 34.26%
B 128 of 537 ~ 23.84'%

%41.9
%34.26
%23.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 43.11%
  • 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
%18.22
%43.11
%11.76

Codes

Color #E1B880 in popluar color models

E1 B8 80
RGB 225 184 128
HSL 35° 61.78% 69.22%
HSB/HSV 35° 43.11% 88.24%
CMYK 0.00% 18.22% 43.11%
11.76%

Color #E1B880 in popluar number systems.

HEX E1 B8 80
Decimal 225 184 128
Binary 11100001 10111000 10000000
Octal 341 270 200

Shades and tints

Shades of #E1B880

#E1B880
(225,184,128)
#CDA875
(205,168,117)
#B9986A
(185,152,106)
#A5885F
(165,136,95)
#917854
(145,120,84)
#7D6849
(125,104,73)
#69583E
(105,88,62)
#554833
(85,72,51)
#413828
(65,56,40)
#2D281D
(45,40,29)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #E1B880

#E1B880
(225,184,128)
#E3BE8B
(227,190,139)
#E5C496
(229,196,150)
#E7CAA1
(231,202,161)
#E9D0AC
(233,208,172)
#EBD6B7
(235,214,183)
#EDDCC2
(237,220,194)
#EFE2CD
(239,226,205)
#F1E8D8
(241,232,216)
#F3EEE3
(243,238,227)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B880 color. Also use rgb(225,184,128) instead hex code.

Text Font Color

.myTextColor { color: #E1B880; }

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

This text font color is #E1B880.

Background Color

.myBgColor { background-color: #E1B880; }

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

This div background color is #E1B880.

Border color

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

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

This div border color is #E1B880.

Opacity

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

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

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

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

This text has shadow with #E1B880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B880.

Preview

Color preview on black background

This text has color #E1B880 on black background.


Color preview on white background

This text has color #E1B880 on white background.


Black color preview on #E1B880 background

This text has black color on #E1B880 background.


White color preview on #E1B880 background

This text has white color on #E1B880 background.


Related colors

Complementary color

Complementary color for #hex is #1E477F.


I love getcolorcode.com

Triadic colors

1 #80E1B8 and #B880E1 with #E1B880 are triadic colors.

2 #80B8E1 and #B8E180 with #E1B880 are triadic colors.