COLOR #E2BE6F

HEX: #E2BE6F
RGB: (226,190,111)

Color info

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

RGB color model

#E2BE6F color RGB value is (226,190,111).

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

RGB channels and saturation

R 226 of 255 = 89%
G 190 of 255 = 75%
B 111 of 255 = 44%

226
190
111

R + G + B ~ 69%. #E2BE6F is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 190 + 111 = 527 (100%)
R 226 of 527 ~ 42.88%
G 190 of 527 ~ 36.05%
B 111 of 527 ~ 21.06%

%42.88
%36.05
%21.06

CMYK color model

#E2BE6F color CMYK value is (0,16,51,11).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 50.88%
  • key color value is 11.37%
CMYK:
(0,16,51,11)
C0M16Y51K11 
(0%,16%,51%,11%)
(0.00/0.16/0.51/0.11)	

CMYK percentages

%0
%15.93
%50.88
%11.37

Codes

Color #E2BE6F in popluar color models

E2BE6F
RGB226190111
HSL41°66.47%66.08%
HSB/HSV41°50.88%88.63%
CMYK0.00%15.93%50.88%
11.37%

Color #E2BE6F in popluar number systems.

HEXE2BE6F
Decimal226190111
Binary11100010101111101101111
Octal342276157

Shades and tints

Shades of #E2BE6F

#E2BE6F
(226,190,111)
#CEAD65
(206,173,101)
#BA9C5B
(186,156,91)
#A68B51
(166,139,81)
#927A47
(146,122,71)
#7E693D
(126,105,61)
#6A5833
(106,88,51)
#564729
(86,71,41)
#42361F
(66,54,31)
#2E2515
(46,37,21)
#1A140B
(26,20,11)
#000000
(0,0,0)

Tints of #E2BE6F

#E2BE6F
(226,190,111)
#E4C37C
(228,195,124)
#E6C889
(230,200,137)
#E8CD96
(232,205,150)
#EAD2A3
(234,210,163)
#ECD7B0
(236,215,176)
#EEDCBD
(238,220,189)
#F0E1CA
(240,225,202)
#F2E6D7
(242,230,215)
#F4EBE4
(244,235,228)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BE6F; }

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

This text font color is #E2BE6F.


Background Color

.myBgColor { background-color: #E2BE6F; }

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

This div background color is #E2BE6F.


Border color

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

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

This div border color is #E2BE6F.


Opacity

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

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

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

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

This text has shadow with #E2BE6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BE6F on black background.


Color preview on white background

This text has color #E2BE6F on white background.



Black color preview on #E2BE6F background

This text has black color on #E2BE6F background.


White color preview on #E2BE6F background

This text has white color on #E2BE6F background.