COLOR #E2B667

HEX: #E2B667
RGB: (226,182,103)

Color info

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

RGB color model

#E2B667 color RGB value is (226,182,103).

  • red value is 226;
  • green value is 182;
  • blue value is 103.
RGB:
(226,182,103)
(89%,71%,40%)

RGB channels and saturation

R 226 of 255 = 89%
G 182 of 255 = 71%
B 103 of 255 = 40%

226
182
103

R + G + B ~ 67%. #E2B667 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 182 + 103 = 511 (100%)
R 226 of 511 ~ 44.23%
G 182 of 511 ~ 35.62%
B 103 of 511 ~ 20.16%

%44.23
%35.62
%20.16

CMYK color model

#E2B667 color CMYK value is (0,19,54,11).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 54.42%
  • key color value is 11.37%
CMYK:
(0,19,54,11)
C0M19Y54K11 
(0%,19%,54%,11%)
(0.00/0.19/0.54/0.11)	

CMYK percentages

%0
%19.47
%54.42
%11.37

Codes

Color #E2B667 in popluar color models

E2B667
RGB226182103
HSL39°67.96%64.51%
HSB/HSV39°54.42%88.63%
CMYK0.00%19.47%54.42%
11.37%

Color #E2B667 in popluar number systems.

HEXE2B667
Decimal226182103
Binary11100010101101101100111
Octal342266147

Shades and tints

Shades of #E2B667

#E2B667
(226,182,103)
#CEA65E
(206,166,94)
#BA9655
(186,150,85)
#A6864C
(166,134,76)
#927643
(146,118,67)
#7E663A
(126,102,58)
#6A5631
(106,86,49)
#564628
(86,70,40)
#42361F
(66,54,31)
#2E2616
(46,38,22)
#1A160D
(26,22,13)
#000000
(0,0,0)

Tints of #E2B667

#E2B667
(226,182,103)
#E4BC74
(228,188,116)
#E6C281
(230,194,129)
#E8C88E
(232,200,142)
#EACE9B
(234,206,155)
#ECD4A8
(236,212,168)
#EEDAB5
(238,218,181)
#F0E0C2
(240,224,194)
#F2E6CF
(242,230,207)
#F4ECDC
(244,236,220)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B667 color. Also use rgb(226,182,103) instead hex code.

Text Font Color

.myTextColor { color: #E2B667; }

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

This text font color is #E2B667.


Background Color

.myBgColor { background-color: #E2B667; }

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

This div background color is #E2B667.


Border color

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

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

This div border color is #E2B667.


Opacity

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

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

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

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

This text has shadow with #E2B667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B667 on black background.


Color preview on white background

This text has color #E2B667 on white background.



Black color preview on #E2B667 background

This text has black color on #E2B667 background.


White color preview on #E2B667 background

This text has white color on #E2B667 background.