COLOR #E1B55E

HEX: #E1B55E
RGB: (225,181,94)

Color info

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

RGB color model

#E1B55E color RGB value is (225,181,94).

  • red value is 225;
  • green value is 181;
  • blue value is 94.
RGB:
(225,181,94)
(88%,71%,37%)

RGB channels and saturation

R 225 of 255 = 88%
G 181 of 255 = 71%
B 94 of 255 = 37%

225
181
94

R + G + B ~ 65%. #E1B55E is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 181 + 94 = 500 (100%)
R 225 of 500 ~ 45%
G 181 of 500 ~ 36.2%
B 94 of 500 ~ 18.8%

%45
%36.2
%18.8

CMYK color model

#E1B55E color CMYK value is (0,20,58,12).

  • cyan value is 0.00%
  • magenta value is 19.56%
  • yellow value is 58.22%
  • key color value is 11.76%
CMYK:
(0,20,58,12)
C0M20Y58K12 
(0%,20%,58%,12%)
(0.00/0.20/0.58/0.12)	

CMYK percentages

%0
%19.56
%58.22
%11.76

Codes

Color #E1B55E in popluar color models

E1B55E
RGB22518194
HSL40°68.59%62.55%
HSB/HSV40°58.22%88.24%
CMYK0.00%19.56%58.22%
11.76%

Color #E1B55E in popluar number systems.

HEXE1B55E
Decimal22518194
Binary11100001101101011011110
Octal341265136

Shades and tints

Shades of #E1B55E

#E1B55E
(225,181,94)
#CDA556
(205,165,86)
#B9954E
(185,149,78)
#A58546
(165,133,70)
#91753E
(145,117,62)
#7D6536
(125,101,54)
#69552E
(105,85,46)
#554526
(85,69,38)
#41351E
(65,53,30)
#2D2516
(45,37,22)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #E1B55E

#E1B55E
(225,181,94)
#E3BB6C
(227,187,108)
#E5C17A
(229,193,122)
#E7C788
(231,199,136)
#E9CD96
(233,205,150)
#EBD3A4
(235,211,164)
#EDD9B2
(237,217,178)
#EFDFC0
(239,223,192)
#F1E5CE
(241,229,206)
#F3EBDC
(243,235,220)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B55E; }

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

This text font color is #E1B55E.


Background Color

.myBgColor { background-color: #E1B55E; }

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

This div background color is #E1B55E.


Border color

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

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

This div border color is #E1B55E.


Opacity

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

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

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

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

This text has shadow with #E1B55E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B55E on black background.


Color preview on white background

This text has color #E1B55E on white background.



Black color preview on #E1B55E background

This text has black color on #E1B55E background.


White color preview on #E1B55E background

This text has white color on #E1B55E background.