COLOR #E9B676

HEX: #E9B676
RGB: (233,182,118)

Color info

#E9B676 contains mainly red and green colors. Web safe color of #E9B676 is #FFCC66 (or #FC6).

RGB color model

#E9B676 color RGB value is (233,182,118).

  • red value is 233;
  • green value is 182;
  • blue value is 118.
RGB:
(233,182,118)
(91%,71%,46%)

RGB channels and saturation

R 233 of 255 = 91%
G 182 of 255 = 71%
B 118 of 255 = 46%

233
182
118

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

Portions of RGB colors in percentages

R + G + B =
233 + 182 + 118 = 533 (100%)
R 233 of 533 ~ 43.71%
G 182 of 533 ~ 34.15%
B 118 of 533 ~ 22.14%

%43.71
%34.15
%22.14

CMYK color model

#E9B676 color CMYK value is (0,22,49,9).

  • cyan value is 0.00%
  • magenta value is 21.89%
  • yellow value is 49.36%
  • key color value is 8.63%
CMYK:
(0,22,49,9)
C0M22Y49K9 
(0%,22%,49%,9%)
(0.00/0.22/0.49/0.09)	

CMYK percentages

%0
%21.89
%49.36
%8.63

Codes

Color #E9B676 in popluar color models

E9B676
RGB233182118
HSL33°72.33%68.82%
HSB/HSV33°49.36%91.37%
CMYK0.00%21.89%49.36%
8.63%

Color #E9B676 in popluar number systems.

HEXE9B676
Decimal233182118
Binary11101001101101101110110
Octal351266166

Shades and tints

Shades of #E9B676

#E9B676
(233,182,118)
#D4A66C
(212,166,108)
#BF9662
(191,150,98)
#AA8658
(170,134,88)
#95764E
(149,118,78)
#806644
(128,102,68)
#6B563A
(107,86,58)
#564630
(86,70,48)
#413626
(65,54,38)
#2C261C
(44,38,28)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #E9B676

#E9B676
(233,182,118)
#EBBC82
(235,188,130)
#EDC28E
(237,194,142)
#EFC89A
(239,200,154)
#F1CEA6
(241,206,166)
#F3D4B2
(243,212,178)
#F5DABE
(245,218,190)
#F7E0CA
(247,224,202)
#F9E6D6
(249,230,214)
#FBECE2
(251,236,226)
#FDF2EE
(253,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B676 color. Also use rgb(233,182,118) instead hex code.

Text Font Color

.myTextColor { color: #E9B676; }

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

This text font color is #E9B676.


Background Color

.myBgColor { background-color: #E9B676; }

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

This div background color is #E9B676.


Border color

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

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

This div border color is #E9B676.


Opacity

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

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

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

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

This text has shadow with #E9B676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B676 on black background.


Color preview on white background

This text has color #E9B676 on white background.



Black color preview on #E9B676 background

This text has black color on #E9B676 background.


White color preview on #E9B676 background

This text has white color on #E9B676 background.