COLOR #EEBCAA

HEX: #EEBCAA RGB: (238,188,170)

Color info

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

RGB color model

#EEBCAA color RGB value is (238,188,170).

RGB: (238,188,170) (93%, 74%, 67%)

RGB channels and saturation

R 238 of 255 = 93%
G 188 of 255 = 74%
B 170 of 255 = 67%

238
188
170

R + G + B ~ 78%. #EEBCAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 188 + 170 = 596 (100%)
R 238 of 596 ~ 39.93%
G 188 of 596 ~ 31.54%
B 170 of 596 ~ 28.52'%

%39.93
%31.54
%28.52

CMYK color model

#EEBCAA color CMYK value is (0,21,29,7).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 28.57%
  • key color value is 6.67%

CMYK: (0,21,29,7)
C0M21Y29K7 (0%, 21%, 29%, 7%)
(0.00 / 0.21 / 0.29 / 0.07)

CMYK percentages

%0
%21.01
%28.57
%6.67

Codes

Color #EEBCAA in popluar color models

EE BC AA
RGB 238 188 170
HSL 16° 66.67% 80.00%
HSB/HSV 16° 28.57% 93.33%
CMYK 0.00% 21.01% 28.57%
6.67%

Color #EEBCAA in popluar number systems.

HEX EE BC AA
Decimal 238 188 170
Binary 11101110 10111100 10101010
Octal 356 274 252

Shades and tints

Shades of #EEBCAA

#EEBCAA
(238,188,170)
#D9AB9B
(217,171,155)
#C49A8C
(196,154,140)
#AF897D
(175,137,125)
#9A786E
(154,120,110)
#85675F
(133,103,95)
#705650
(112,86,80)
#5B4541
(91,69,65)
#463432
(70,52,50)
#312323
(49,35,35)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #EEBCAA

#EEBCAA
(238,188,170)
#EFC2B1
(239,194,177)
#F0C8B8
(240,200,184)
#F1CEBF
(241,206,191)
#F2D4C6
(242,212,198)
#F3DACD
(243,218,205)
#F4E0D4
(244,224,212)
#F5E6DB
(245,230,219)
#F6ECE2
(246,236,226)
#F7F2E9
(247,242,233)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBCAA color. Also use rgb(238,188,170) instead hex code.

Text Font Color

.myTextColor { color: #EEBCAA; }

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

This text font color is #EEBCAA.

Background Color

.myBgColor { background-color: #EEBCAA; }

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

This div background color is #EEBCAA.

Border color

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

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

This div border color is #EEBCAA.

Opacity

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

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

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

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

This text has shadow with #EEBCAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBCAA.

Preview

Color preview on black background

This text has color #EEBCAA on black background.


Color preview on white background

This text has color #EEBCAA on white background.


Black color preview on #EEBCAA background

This text has black color on #EEBCAA background.


White color preview on #EEBCAA background

This text has white color on #EEBCAA background.


Related colors

Complementary color

Complementary color for #hex is #114355.


I love getcolorcode.com

Triadic colors

1 #AAEEBC and #BCAAEE with #EEBCAA are triadic colors.

2 #AABCEE and #BCEEAA with #EEBCAA are triadic colors.