COLOR #EEB8A0

HEX: #EEB8A0 RGB: (238,184,160)

Color info

#EEB8A0 contains mainly red and green colors. Web safe color of #EEB8A0 is #FFCC99 (or #FC9).

RGB color model

#EEB8A0 color RGB value is (238,184,160).

RGB: (238,184,160) (93%, 72%, 63%)

RGB channels and saturation

R 238 of 255 = 93%
G 184 of 255 = 72%
B 160 of 255 = 63%

238
184
160

R + G + B ~ 76%. #EEB8A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 184 + 160 = 582 (100%)
R 238 of 582 ~ 40.89%
G 184 of 582 ~ 31.62%
B 160 of 582 ~ 27.49'%

%40.89
%31.62
%27.49

CMYK color model

#EEB8A0 color CMYK value is (0,23,33,7).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 32.77%
  • key color value is 6.67%

CMYK: (0,23,33,7)
C0M23Y33K7 (0%, 23%, 33%, 7%)
(0.00 / 0.23 / 0.33 / 0.07)

CMYK percentages

%0
%22.69
%32.77
%6.67

Codes

Color #EEB8A0 in popluar color models

EE B8 A0
RGB 238 184 160
HSL 18° 69.64% 78.04%
HSB/HSV 18° 32.77% 93.33%
CMYK 0.00% 22.69% 32.77%
6.67%

Color #EEB8A0 in popluar number systems.

HEX EE B8 A0
Decimal 238 184 160
Binary 11101110 10111000 10100000
Octal 356 270 240

Shades and tints

Shades of #EEB8A0

#EEB8A0
(238,184,160)
#D9A892
(217,168,146)
#C49884
(196,152,132)
#AF8876
(175,136,118)
#9A7868
(154,120,104)
#85685A
(133,104,90)
#70584C
(112,88,76)
#5B483E
(91,72,62)
#463830
(70,56,48)
#312822
(49,40,34)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #EEB8A0

#EEB8A0
(238,184,160)
#EFBEA8
(239,190,168)
#F0C4B0
(240,196,176)
#F1CAB8
(241,202,184)
#F2D0C0
(242,208,192)
#F3D6C8
(243,214,200)
#F4DCD0
(244,220,208)
#F5E2D8
(245,226,216)
#F6E8E0
(246,232,224)
#F7EEE8
(247,238,232)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB8A0 color. Also use rgb(238,184,160) instead hex code.

Text Font Color

.myTextColor { color: #EEB8A0; }

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

This text font color is #EEB8A0.

Background Color

.myBgColor { background-color: #EEB8A0; }

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

This div background color is #EEB8A0.

Border color

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

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

This div border color is #EEB8A0.

Opacity

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

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

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

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

This text has shadow with #EEB8A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB8A0.

Preview

Color preview on black background

This text has color #EEB8A0 on black background.


Color preview on white background

This text has color #EEB8A0 on white background.


Black color preview on #EEB8A0 background

This text has black color on #EEB8A0 background.


White color preview on #EEB8A0 background

This text has white color on #EEB8A0 background.


Related colors

Complementary color

Complementary color for #hex is #11475F.


I love getcolorcode.com

Triadic colors

1 #A0EEB8 and #B8A0EE with #EEB8A0 are triadic colors.

2 #A0B8EE and #B8EEA0 with #EEB8A0 are triadic colors.