COLOR #E1BA7E

HEX: #E1BA7E
RGB: (225,186,126)

Color info

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

RGB color model

#E1BA7E color RGB value is (225,186,126).

  • red value is 225;
  • green value is 186;
  • blue value is 126.
RGB:
(225,186,126)
(88%,73%,49%)

RGB channels and saturation

R 225 of 255 = 88%
G 186 of 255 = 73%
B 126 of 255 = 49%

225
186
126

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

Portions of RGB colors in percentages

R + G + B =
225 + 186 + 126 = 537 (100%)
R 225 of 537 ~ 41.9%
G 186 of 537 ~ 34.64%
B 126 of 537 ~ 23.46%

%41.9
%34.64
%23.46

CMYK color model

#E1BA7E color CMYK value is (0,17,44,12).

  • cyan value is 0.00%
  • magenta value is 17.33%
  • yellow value is 44.00%
  • key color value is 11.76%
CMYK:
(0,17,44,12)
C0M17Y44K12 
(0%,17%,44%,12%)
(0.00/0.17/0.44/0.12)	

CMYK percentages

%0
%17.33
%44
%11.76

Codes

Color #E1BA7E in popluar color models

E1BA7E
RGB225186126
HSL36°62.26%68.82%
HSB/HSV36°44.00%88.24%
CMYK0.00%17.33%44.00%
11.76%

Color #E1BA7E in popluar number systems.

HEXE1BA7E
Decimal225186126
Binary11100001101110101111110
Octal341272176

Shades and tints

Shades of #E1BA7E

#E1BA7E
(225,186,126)
#CDAA73
(205,170,115)
#B99A68
(185,154,104)
#A58A5D
(165,138,93)
#917A52
(145,122,82)
#7D6A47
(125,106,71)
#695A3C
(105,90,60)
#554A31
(85,74,49)
#413A26
(65,58,38)
#2D2A1B
(45,42,27)
#191A10
(25,26,16)
#000000
(0,0,0)

Tints of #E1BA7E

#E1BA7E
(225,186,126)
#E3C089
(227,192,137)
#E5C694
(229,198,148)
#E7CC9F
(231,204,159)
#E9D2AA
(233,210,170)
#EBD8B5
(235,216,181)
#EDDEC0
(237,222,192)
#EFE4CB
(239,228,203)
#F1EAD6
(241,234,214)
#F3F0E1
(243,240,225)
#F5F6EC
(245,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BA7E color. Also use rgb(225,186,126) instead hex code.

Text Font Color

.myTextColor { color: #E1BA7E; }

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

This text font color is #E1BA7E.


Background Color

.myBgColor { background-color: #E1BA7E; }

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

This div background color is #E1BA7E.


Border color

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

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

This div border color is #E1BA7E.


Opacity

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

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

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

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

This text has shadow with #E1BA7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BA7E on black background.


Color preview on white background

This text has color #E1BA7E on white background.



Black color preview on #E1BA7E background

This text has black color on #E1BA7E background.


White color preview on #E1BA7E background

This text has white color on #E1BA7E background.