COLOR #E9B080

HEX: #E9B080
RGB: (233,176,128)

Color info

#E9B080 contains mainly red and green colors. Web safe color of #E9B080 is #FF9966 (or #F96).

RGB color model

#E9B080 color RGB value is (233,176,128).

  • red value is 233;
  • green value is 176;
  • blue value is 128.
RGB:
(233,176,128)
(91%,69%,50%)

RGB channels and saturation

R 233 of 255 = 91%
G 176 of 255 = 69%
B 128 of 255 = 50%

233
176
128

R + G + B ~ 70%. #E9B080 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 176 + 128 = 537 (100%)
R 233 of 537 ~ 43.39%
G 176 of 537 ~ 32.77%
B 128 of 537 ~ 23.84%

%43.39
%32.77
%23.84

CMYK color model

#E9B080 color CMYK value is (0,24,45,9).

  • cyan value is 0.00%
  • magenta value is 24.46%
  • yellow value is 45.06%
  • key color value is 8.63%
CMYK:
(0,24,45,9)
C0M24Y45K9 
(0%,24%,45%,9%)
(0.00/0.24/0.45/0.09)	

CMYK percentages

%0
%24.46
%45.06
%8.63

Codes

Color #E9B080 in popluar color models

E9B080
RGB233176128
HSL27°70.47%70.78%
HSB/HSV27°45.06%91.37%
CMYK0.00%24.46%45.06%
8.63%

Color #E9B080 in popluar number systems.

HEXE9B080
Decimal233176128
Binary111010011011000010000000
Octal351260200

Shades and tints

Shades of #E9B080

#E9B080
(233,176,128)
#D4A075
(212,160,117)
#BF906A
(191,144,106)
#AA805F
(170,128,95)
#957054
(149,112,84)
#806049
(128,96,73)
#6B503E
(107,80,62)
#564033
(86,64,51)
#413028
(65,48,40)
#2C201D
(44,32,29)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #E9B080

#E9B080
(233,176,128)
#EBB78B
(235,183,139)
#EDBE96
(237,190,150)
#EFC5A1
(239,197,161)
#F1CCAC
(241,204,172)
#F3D3B7
(243,211,183)
#F5DAC2
(245,218,194)
#F7E1CD
(247,225,205)
#F9E8D8
(249,232,216)
#FBEFE3
(251,239,227)
#FDF6EE
(253,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B080 color. Also use rgb(233,176,128) instead hex code.

Text Font Color

.myTextColor { color: #E9B080; }

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

This text font color is #E9B080.


Background Color

.myBgColor { background-color: #E9B080; }

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

This div background color is #E9B080.


Border color

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

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

This div border color is #E9B080.


Opacity

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

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

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

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

This text has shadow with #E9B080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B080 on black background.


Color preview on white background

This text has color #E9B080 on white background.



Black color preview on #E9B080 background

This text has black color on #E9B080 background.


White color preview on #E9B080 background

This text has white color on #E9B080 background.