COLOR #ECC4A5

HEX: #ECC4A5
RGB: (236,196,165)

Color info

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

RGB color model

#ECC4A5 color RGB value is (236,196,165).

  • red value is 236;
  • green value is 196;
  • blue value is 165.
RGB:
(236,196,165)
(93%,77%,65%)

RGB channels and saturation

R 236 of 255 = 93%
G 196 of 255 = 77%
B 165 of 255 = 65%

236
196
165

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

Portions of RGB colors in percentages

R + G + B =
236 + 196 + 165 = 597 (100%)
R 236 of 597 ~ 39.53%
G 196 of 597 ~ 32.83%
B 165 of 597 ~ 27.64%

%39.53
%32.83
%27.64

CMYK color model

#ECC4A5 color CMYK value is (0,17,30,7).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 30.08%
  • key color value is 7.45%
CMYK:
(0,17,30,7)
C0M17Y30K7 
(0%,17%,30%,7%)
(0.00/0.17/0.30/0.07)	

CMYK percentages

%0
%16.95
%30.08
%7.45

Codes

Color #ECC4A5 in popluar color models

ECC4A5
RGB236196165
HSL26°65.14%78.63%
HSB/HSV26°30.08%92.55%
CMYK0.00%16.95%30.08%
7.45%

Color #ECC4A5 in popluar number systems.

HEXECC4A5
Decimal236196165
Binary111011001100010010100101
Octal354304245

Shades and tints

Shades of #ECC4A5

#ECC4A5
(236,196,165)
#D7B396
(215,179,150)
#C2A287
(194,162,135)
#AD9178
(173,145,120)
#988069
(152,128,105)
#836F5A
(131,111,90)
#6E5E4B
(110,94,75)
#594D3C
(89,77,60)
#443C2D
(68,60,45)
#2F2B1E
(47,43,30)
#1A1A0F
(26,26,15)
#000000
(0,0,0)

Tints of #ECC4A5

#ECC4A5
(236,196,165)
#EDC9AD
(237,201,173)
#EECEB5
(238,206,181)
#EFD3BD
(239,211,189)
#F0D8C5
(240,216,197)
#F1DDCD
(241,221,205)
#F2E2D5
(242,226,213)
#F3E7DD
(243,231,221)
#F4ECE5
(244,236,229)
#F5F1ED
(245,241,237)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC4A5 color. Also use rgb(236,196,165) instead hex code.

Text Font Color

.myTextColor { color: #ECC4A5; }

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

This text font color is #ECC4A5.


Background Color

.myBgColor { background-color: #ECC4A5; }

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

This div background color is #ECC4A5.


Border color

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

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

This div border color is #ECC4A5.


Opacity

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

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

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

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

This text has shadow with #ECC4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC4A5 on black background.


Color preview on white background

This text has color #ECC4A5 on white background.



Black color preview on #ECC4A5 background

This text has black color on #ECC4A5 background.


White color preview on #ECC4A5 background

This text has white color on #ECC4A5 background.