COLOR #EBC9AA

HEX: #EBC9AA RGB: (235,201,170)

Color info

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

RGB color model

#EBC9AA color RGB value is (235,201,170).

RGB: (235,201,170) (92%, 79%, 67%)

RGB channels and saturation

R 235 of 255 = 92%
G 201 of 255 = 79%
B 170 of 255 = 67%

235
201
170

R + G + B ~ 79%. #EBC9AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 201 + 170 = 606 (100%)
R 235 of 606 ~ 38.78%
G 201 of 606 ~ 33.17%
B 170 of 606 ~ 28.05'%

%38.78
%33.17
%28.05

CMYK color model

#EBC9AA color CMYK value is (0,14,28,8).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 27.66%
  • key color value is 7.84%

CMYK: (0,14,28,8)
C0M14Y28K8 (0%, 14%, 28%, 8%)
(0.00 / 0.14 / 0.28 / 0.08)

CMYK percentages

%0
%14.47
%27.66
%7.84

Codes

Color #EBC9AA in popluar color models

EB C9 AA
RGB 235 201 170
HSL 29° 61.90% 79.41%
HSB/HSV 29° 27.66% 92.16%
CMYK 0.00% 14.47% 27.66%
7.84%

Color #EBC9AA in popluar number systems.

HEX EB C9 AA
Decimal 235 201 170
Binary 11101011 11001001 10101010
Octal 353 311 252

Shades and tints

Shades of #EBC9AA

#EBC9AA
(235,201,170)
#D6B79B
(214,183,155)
#C1A58C
(193,165,140)
#AC937D
(172,147,125)
#97816E
(151,129,110)
#826F5F
(130,111,95)
#6D5D50
(109,93,80)
#584B41
(88,75,65)
#433932
(67,57,50)
#2E2723
(46,39,35)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #EBC9AA

#EBC9AA
(235,201,170)
#ECCDB1
(236,205,177)
#EDD1B8
(237,209,184)
#EED5BF
(238,213,191)
#EFD9C6
(239,217,198)
#F0DDCD
(240,221,205)
#F1E1D4
(241,225,212)
#F2E5DB
(242,229,219)
#F3E9E2
(243,233,226)
#F4EDE9
(244,237,233)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC9AA color. Also use rgb(235,201,170) instead hex code.

Text Font Color

.myTextColor { color: #EBC9AA; }

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

This text font color is #EBC9AA.

Background Color

.myBgColor { background-color: #EBC9AA; }

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

This div background color is #EBC9AA.

Border color

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

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

This div border color is #EBC9AA.

Opacity

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

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

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

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

This text has shadow with #EBC9AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC9AA.

Preview

Color preview on black background

This text has color #EBC9AA on black background.


Color preview on white background

This text has color #EBC9AA on white background.


Black color preview on #EBC9AA background

This text has black color on #EBC9AA background.


White color preview on #EBC9AA background

This text has white color on #EBC9AA background.


Related colors

Complementary color

Complementary color for #hex is #143655.


I love getcolorcode.com

Triadic colors

1 #AAEBC9 and #C9AAEB with #EBC9AA are triadic colors.

2 #AAC9EB and #C9EBAA with #EBC9AA are triadic colors.