COLOR #E2BB73

HEX: #E2BB73
RGB: (226,187,115)

Color info

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

RGB color model

#E2BB73 color RGB value is (226,187,115).

  • red value is 226;
  • green value is 187;
  • blue value is 115.
RGB:
(226,187,115)
(89%,73%,45%)

RGB channels and saturation

R 226 of 255 = 89%
G 187 of 255 = 73%
B 115 of 255 = 45%

226
187
115

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

Portions of RGB colors in percentages

R + G + B =
226 + 187 + 115 = 528 (100%)
R 226 of 528 ~ 42.8%
G 187 of 528 ~ 35.42%
B 115 of 528 ~ 21.78%

%42.8
%35.42
%21.78

CMYK color model

#E2BB73 color CMYK value is (0,17,49,11).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 49.12%
  • key color value is 11.37%
CMYK:
(0,17,49,11)
C0M17Y49K11 
(0%,17%,49%,11%)
(0.00/0.17/0.49/0.11)	

CMYK percentages

%0
%17.26
%49.12
%11.37

Codes

Color #E2BB73 in popluar color models

E2BB73
RGB226187115
HSL39°65.68%66.86%
HSB/HSV39°49.12%88.63%
CMYK0.00%17.26%49.12%
11.37%

Color #E2BB73 in popluar number systems.

HEXE2BB73
Decimal226187115
Binary11100010101110111110011
Octal342273163

Shades and tints

Shades of #E2BB73

#E2BB73
(226,187,115)
#CEAA69
(206,170,105)
#BA995F
(186,153,95)
#A68855
(166,136,85)
#92774B
(146,119,75)
#7E6641
(126,102,65)
#6A5537
(106,85,55)
#56442D
(86,68,45)
#423323
(66,51,35)
#2E2219
(46,34,25)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #E2BB73

#E2BB73
(226,187,115)
#E4C17F
(228,193,127)
#E6C78B
(230,199,139)
#E8CD97
(232,205,151)
#EAD3A3
(234,211,163)
#ECD9AF
(236,217,175)
#EEDFBB
(238,223,187)
#F0E5C7
(240,229,199)
#F2EBD3
(242,235,211)
#F4F1DF
(244,241,223)
#F6F7EB
(246,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BB73 color. Also use rgb(226,187,115) instead hex code.

Text Font Color

.myTextColor { color: #E2BB73; }

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

This text font color is #E2BB73.


Background Color

.myBgColor { background-color: #E2BB73; }

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

This div background color is #E2BB73.


Border color

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

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

This div border color is #E2BB73.


Opacity

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

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

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

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

This text has shadow with #E2BB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BB73 on black background.


Color preview on white background

This text has color #E2BB73 on white background.



Black color preview on #E2BB73 background

This text has black color on #E2BB73 background.


White color preview on #E2BB73 background

This text has white color on #E2BB73 background.