COLOR #EBC5AA

HEX: #EBC5AA
RGB: (235,197,170)

Color info

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

RGB color model

#EBC5AA color RGB value is (235,197,170).

  • red value is 235;
  • green value is 197;
  • blue value is 170.
RGB:
(235,197,170)
(92%,77%,67%)

RGB channels and saturation

R 235 of 255 = 92%
G 197 of 255 = 77%
B 170 of 255 = 67%

235
197
170

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

Portions of RGB colors in percentages

R + G + B =
235 + 197 + 170 = 602 (100%)
R 235 of 602 ~ 39.04%
G 197 of 602 ~ 32.72%
B 170 of 602 ~ 28.24%

%39.04
%32.72
%28.24

CMYK color model

#EBC5AA color CMYK value is (0,16,28,8).

  • cyan value is 0.00%
  • magenta value is 16.17%
  • yellow value is 27.66%
  • key color value is 7.84%
CMYK:
(0,16,28,8)
C0M16Y28K8 
(0%,16%,28%,8%)
(0.00/0.16/0.28/0.08)	

CMYK percentages

%0
%16.17
%27.66
%7.84

Codes

Color #EBC5AA in popluar color models

EBC5AA
RGB235197170
HSL25°61.90%79.41%
HSB/HSV25°27.66%92.16%
CMYK0.00%16.17%27.66%
7.84%

Color #EBC5AA in popluar number systems.

HEXEBC5AA
Decimal235197170
Binary111010111100010110101010
Octal353305252

Shades and tints

Shades of #EBC5AA

#EBC5AA
(235,197,170)
#D6B49B
(214,180,155)
#C1A38C
(193,163,140)
#AC927D
(172,146,125)
#97816E
(151,129,110)
#82705F
(130,112,95)
#6D5F50
(109,95,80)
#584E41
(88,78,65)
#433D32
(67,61,50)
#2E2C23
(46,44,35)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #EBC5AA

#EBC5AA
(235,197,170)
#ECCAB1
(236,202,177)
#EDCFB8
(237,207,184)
#EED4BF
(238,212,191)
#EFD9C6
(239,217,198)
#F0DECD
(240,222,205)
#F1E3D4
(241,227,212)
#F2E8DB
(242,232,219)
#F3EDE2
(243,237,226)
#F4F2E9
(244,242,233)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC5AA; }

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

This text font color is #EBC5AA.


Background Color

.myBgColor { background-color: #EBC5AA; }

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

This div background color is #EBC5AA.


Border color

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

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

This div border color is #EBC5AA.


Opacity

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

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

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

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

This text has shadow with #EBC5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC5AA on black background.


Color preview on white background

This text has color #EBC5AA on white background.



Black color preview on #EBC5AA background

This text has black color on #EBC5AA background.


White color preview on #EBC5AA background

This text has white color on #EBC5AA background.