COLOR #E1B661

HEX: #E1B661
RGB: (225,182,97)

Color info

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

RGB color model

#E1B661 color RGB value is (225,182,97).

  • red value is 225;
  • green value is 182;
  • blue value is 97.
RGB:
(225,182,97)
(88%,71%,38%)

RGB channels and saturation

R 225 of 255 = 88%
G 182 of 255 = 71%
B 97 of 255 = 38%

225
182
97

R + G + B ~ 66%. #E1B661 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 182 + 97 = 504 (100%)
R 225 of 504 ~ 44.64%
G 182 of 504 ~ 36.11%
B 97 of 504 ~ 19.25%

%44.64
%36.11
%19.25

CMYK color model

#E1B661 color CMYK value is (0,19,57,12).

  • cyan value is 0.00%
  • magenta value is 19.11%
  • yellow value is 56.89%
  • key color value is 11.76%
CMYK:
(0,19,57,12)
C0M19Y57K12 
(0%,19%,57%,12%)
(0.00/0.19/0.57/0.12)	

CMYK percentages

%0
%19.11
%56.89
%11.76

Codes

Color #E1B661 in popluar color models

E1B661
RGB22518297
HSL40°68.09%63.14%
HSB/HSV40°56.89%88.24%
CMYK0.00%19.11%56.89%
11.76%

Color #E1B661 in popluar number systems.

HEXE1B661
Decimal22518297
Binary11100001101101101100001
Octal341266141

Shades and tints

Shades of #E1B661

#E1B661
(225,182,97)
#CDA659
(205,166,89)
#B99651
(185,150,81)
#A58649
(165,134,73)
#917641
(145,118,65)
#7D6639
(125,102,57)
#695631
(105,86,49)
#554629
(85,70,41)
#413621
(65,54,33)
#2D2619
(45,38,25)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #E1B661

#E1B661
(225,182,97)
#E3BC6F
(227,188,111)
#E5C27D
(229,194,125)
#E7C88B
(231,200,139)
#E9CE99
(233,206,153)
#EBD4A7
(235,212,167)
#EDDAB5
(237,218,181)
#EFE0C3
(239,224,195)
#F1E6D1
(241,230,209)
#F3ECDF
(243,236,223)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B661 color. Also use rgb(225,182,97) instead hex code.

Text Font Color

.myTextColor { color: #E1B661; }

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

This text font color is #E1B661.


Background Color

.myBgColor { background-color: #E1B661; }

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

This div background color is #E1B661.


Border color

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

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

This div border color is #E1B661.


Opacity

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

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

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

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

This text has shadow with #E1B661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B661 on black background.


Color preview on white background

This text has color #E1B661 on white background.



Black color preview on #E1B661 background

This text has black color on #E1B661 background.


White color preview on #E1B661 background

This text has white color on #E1B661 background.