COLOR #E2B46F

HEX: #E2B46F
RGB: (226,180,111)

Color info

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

RGB color model

#E2B46F color RGB value is (226,180,111).

  • red value is 226;
  • green value is 180;
  • blue value is 111.
RGB: (226,180,111) (89%,71%,44%)

RGB channels and saturation

R 226 of 255 = 89%
G 180 of 255 = 71%
B 111 of 255 = 44%

226
180
111

R + G + B ~ 68%. #E2B46F is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 180 + 111 = 517 (100%)
R 226 of 517 ~ 43.71%
G 180 of 517 ~ 34.82%
B 111 of 517 ~ 21.47%

%43.71
%34.82
%21.47

CMYK color model

#E2B46F color CMYK value is (0,20,51,11).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 50.88%
  • key color value is 11.37%
CMYK: (0,20,51,11) C0M20Y51K11 (0%,20%,51%,11%) (0.00/0.20/0.51/0.11)

CMYK percentages

%0
%20.35
%50.88
%11.37

Codes

Color #E2B46F in popluar color models

E2B46F
RGB226180111
HSL36°66.47%66.08%
HSB/HSV36°50.88%88.63%
CMYK0.00%20.35%50.88%
11.37%

Color #E2B46F in popluar number systems.

HEXE2B46F
Decimal226180111
Binary11100010101101001101111
Octal342264157

Shades and tints

Shades of #E2B46F

#E2B46F
(226,180,111)
#CEA465
(206,164,101)
#BA945B
(186,148,91)
#A68451
(166,132,81)
#927447
(146,116,71)
#7E643D
(126,100,61)
#6A5433
(106,84,51)
#564429
(86,68,41)
#42341F
(66,52,31)
#2E2415
(46,36,21)
#1A140B
(26,20,11)
#000000
(0,0,0)

Tints of #E2B46F

#E2B46F
(226,180,111)
#E4BA7C
(228,186,124)
#E6C089
(230,192,137)
#E8C696
(232,198,150)
#EACCA3
(234,204,163)
#ECD2B0
(236,210,176)
#EED8BD
(238,216,189)
#F0DECA
(240,222,202)
#F2E4D7
(242,228,215)
#F4EAE4
(244,234,228)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B46F color. Also use rgb(226,180,111) instead hex code.

Text Font Color

.myTextColor { color: #E2B46F; }

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

This text font color is #E2B46F.


Background Color

.myBgColor { background-color: #E2B46F; }

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

This div background color is #E2B46F.


Border color

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

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

This div border color is #E2B46F.


Opacity

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

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

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

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

This text has shadow with #E2B46F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E2B46F on black background.


Color preview on white background

This text has color #E2B46F on white background.



Black color preview on #E2B46F background

This text has black color on #E2B46F background.


White color preview on #E2B46F background

This text has white color on #E2B46F background.