COLOR #ECC4A4

HEX: #ECC4A4
RGB: (236,196,164)

Color info

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

RGB color model

#ECC4A4 color RGB value is (236,196,164).

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

RGB channels and saturation

R 236 of 255 = 93%
G 196 of 255 = 77%
B 164 of 255 = 64%

236
196
164

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

Portions of RGB colors in percentages

R + G + B =
236 + 196 + 164 = 596 (100%)
R 236 of 596 ~ 39.6%
G 196 of 596 ~ 32.89%
B 164 of 596 ~ 27.52%

%39.6
%32.89
%27.52

CMYK color model

#ECC4A4 color CMYK value is (0,17,31,7).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 30.51%
  • key color value is 7.45%
CMYK:
(0,17,31,7)
C0M17Y31K7 
(0%,17%,31%,7%)
(0.00/0.17/0.31/0.07)	

CMYK percentages

%0
%16.95
%30.51
%7.45

Codes

Color #ECC4A4 in popluar color models

ECC4A4
RGB236196164
HSL27°65.45%78.43%
HSB/HSV27°30.51%92.55%
CMYK0.00%16.95%30.51%
7.45%

Color #ECC4A4 in popluar number systems.

HEXECC4A4
Decimal236196164
Binary111011001100010010100100
Octal354304244

Shades and tints

Shades of #ECC4A4

#ECC4A4
(236,196,164)
#D7B396
(215,179,150)
#C2A288
(194,162,136)
#AD917A
(173,145,122)
#98806C
(152,128,108)
#836F5E
(131,111,94)
#6E5E50
(110,94,80)
#594D42
(89,77,66)
#443C34
(68,60,52)
#2F2B26
(47,43,38)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #ECC4A4

#ECC4A4
(236,196,164)
#EDC9AC
(237,201,172)
#EECEB4
(238,206,180)
#EFD3BC
(239,211,188)
#F0D8C4
(240,216,196)
#F1DDCC
(241,221,204)
#F2E2D4
(242,226,212)
#F3E7DC
(243,231,220)
#F4ECE4
(244,236,228)
#F5F1EC
(245,241,236)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC4A4; }

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

This text font color is #ECC4A4.


Background Color

.myBgColor { background-color: #ECC4A4; }

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

This div background color is #ECC4A4.


Border color

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

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

This div border color is #ECC4A4.


Opacity

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

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

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

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

This text has shadow with #ECC4A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC4A4 on black background.


Color preview on white background

This text has color #ECC4A4 on white background.



Black color preview on #ECC4A4 background

This text has black color on #ECC4A4 background.


White color preview on #ECC4A4 background

This text has white color on #ECC4A4 background.