COLOR #EEB176

HEX: #EEB176
RGB: (238,177,118)

Color info

#EEB176 contains mainly red color. Web safe color of #EEB176 is #FF9966 (or #F96).

RGB color model

#EEB176 color RGB value is (238,177,118).

  • red value is 238;
  • green value is 177;
  • blue value is 118.
RGB:
(238,177,118)
(93%,69%,46%)

RGB channels and saturation

R 238 of 255 = 93%
G 177 of 255 = 69%
B 118 of 255 = 46%

238
177
118

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

Portions of RGB colors in percentages

R + G + B =
238 + 177 + 118 = 533 (100%)
R 238 of 533 ~ 44.65%
G 177 of 533 ~ 33.21%
B 118 of 533 ~ 22.14%

%44.65
%33.21
%22.14

CMYK color model

#EEB176 color CMYK value is (0,26,50,7).

  • cyan value is 0.00%
  • magenta value is 25.63%
  • yellow value is 50.42%
  • key color value is 6.67%
CMYK:
(0,26,50,7)
C0M26Y50K7 
(0%,26%,50%,7%)
(0.00/0.26/0.50/0.07)	

CMYK percentages

%0
%25.63
%50.42
%6.67

Codes

Color #EEB176 in popluar color models

EEB176
RGB238177118
HSL30°77.92%69.80%
HSB/HSV30°50.42%93.33%
CMYK0.00%25.63%50.42%
6.67%

Color #EEB176 in popluar number systems.

HEXEEB176
Decimal238177118
Binary11101110101100011110110
Octal356261166

Shades and tints

Shades of #EEB176

#EEB176
(238,177,118)
#D9A16C
(217,161,108)
#C49162
(196,145,98)
#AF8158
(175,129,88)
#9A714E
(154,113,78)
#856144
(133,97,68)
#70513A
(112,81,58)
#5B4130
(91,65,48)
#463126
(70,49,38)
#31211C
(49,33,28)
#1C1112
(28,17,18)
#000000
(0,0,0)

Tints of #EEB176

#EEB176
(238,177,118)
#EFB882
(239,184,130)
#F0BF8E
(240,191,142)
#F1C69A
(241,198,154)
#F2CDA6
(242,205,166)
#F3D4B2
(243,212,178)
#F4DBBE
(244,219,190)
#F5E2CA
(245,226,202)
#F6E9D6
(246,233,214)
#F7F0E2
(247,240,226)
#F8F7EE
(248,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB176 color. Also use rgb(238,177,118) instead hex code.

Text Font Color

.myTextColor { color: #EEB176; }

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

This text font color is #EEB176.


Background Color

.myBgColor { background-color: #EEB176; }

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

This div background color is #EEB176.


Border color

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

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

This div border color is #EEB176.


Opacity

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

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

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

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

This text has shadow with #EEB176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB176 on black background.


Color preview on white background

This text has color #EEB176 on white background.



Black color preview on #EEB176 background

This text has black color on #EEB176 background.


White color preview on #EEB176 background

This text has white color on #EEB176 background.