COLOR #E1B281

HEX: #E1B281
RGB: (225,178,129)

Color info

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

RGB color model

#E1B281 color RGB value is (225,178,129).

  • red value is 225;
  • green value is 178;
  • blue value is 129.
RGB:
(225,178,129)
(88%,70%,51%)

RGB channels and saturation

R 225 of 255 = 88%
G 178 of 255 = 70%
B 129 of 255 = 51%

225
178
129

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

Portions of RGB colors in percentages

R + G + B =
225 + 178 + 129 = 532 (100%)
R 225 of 532 ~ 42.29%
G 178 of 532 ~ 33.46%
B 129 of 532 ~ 24.25%

%42.29
%33.46
%24.25

CMYK color model

#E1B281 color CMYK value is (0,21,43,12).

  • cyan value is 0.00%
  • magenta value is 20.89%
  • yellow value is 42.67%
  • key color value is 11.76%
CMYK:
(0,21,43,12)
C0M21Y43K12 
(0%,21%,43%,12%)
(0.00/0.21/0.43/0.12)	

CMYK percentages

%0
%20.89
%42.67
%11.76

Codes

Color #E1B281 in popluar color models

E1B281
RGB225178129
HSL31°61.54%69.41%
HSB/HSV31°42.67%88.24%
CMYK0.00%20.89%42.67%
11.76%

Color #E1B281 in popluar number systems.

HEXE1B281
Decimal225178129
Binary111000011011001010000001
Octal341262201

Shades and tints

Shades of #E1B281

#E1B281
(225,178,129)
#CDA276
(205,162,118)
#B9926B
(185,146,107)
#A58260
(165,130,96)
#917255
(145,114,85)
#7D624A
(125,98,74)
#69523F
(105,82,63)
#554234
(85,66,52)
#413229
(65,50,41)
#2D221E
(45,34,30)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #E1B281

#E1B281
(225,178,129)
#E3B98C
(227,185,140)
#E5C097
(229,192,151)
#E7C7A2
(231,199,162)
#E9CEAD
(233,206,173)
#EBD5B8
(235,213,184)
#EDDCC3
(237,220,195)
#EFE3CE
(239,227,206)
#F1EAD9
(241,234,217)
#F3F1E4
(243,241,228)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B281; }

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

This text font color is #E1B281.


Background Color

.myBgColor { background-color: #E1B281; }

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

This div background color is #E1B281.


Border color

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

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

This div border color is #E1B281.


Opacity

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

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

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

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

This text has shadow with #E1B281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B281 on black background.


Color preview on white background

This text has color #E1B281 on white background.



Black color preview on #E1B281 background

This text has black color on #E1B281 background.


White color preview on #E1B281 background

This text has white color on #E1B281 background.