COLOR #ECE4A0

HEX: #ECE4A0
RGB: (236,228,160)

Color info

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

RGB color model

#ECE4A0 color RGB value is (236,228,160).

  • red value is 236;
  • green value is 228;
  • blue value is 160.
RGB:
(236,228,160)
(93%,89%,63%)

RGB channels and saturation

R 236 of 255 = 93%
G 228 of 255 = 89%
B 160 of 255 = 63%

236
228
160

R + G + B ~ 82%. #ECE4A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 228 + 160 = 624 (100%)
R 236 of 624 ~ 37.82%
G 228 of 624 ~ 36.54%
B 160 of 624 ~ 25.64%

%37.82
%36.54
%25.64

CMYK color model

#ECE4A0 color CMYK value is (0,3,32,7).

  • cyan value is 0.00%
  • magenta value is 3.39%
  • yellow value is 32.20%
  • key color value is 7.45%
CMYK:
(0,3,32,7)
C0M3Y32K7 
(0%,3%,32%,7%)
(0.00/0.03/0.32/0.07)	

CMYK percentages

%0
%3.39
%32.2
%7.45

Codes

Color #ECE4A0 in popluar color models

ECE4A0
RGB236228160
HSL54°66.67%77.65%
HSB/HSV54°32.20%92.55%
CMYK0.00%3.39%32.20%
7.45%

Color #ECE4A0 in popluar number systems.

HEXECE4A0
Decimal236228160
Binary111011001110010010100000
Octal354344240

Shades and tints

Shades of #ECE4A0

#ECE4A0
(236,228,160)
#D7D092
(215,208,146)
#C2BC84
(194,188,132)
#ADA876
(173,168,118)
#989468
(152,148,104)
#83805A
(131,128,90)
#6E6C4C
(110,108,76)
#59583E
(89,88,62)
#444430
(68,68,48)
#2F3022
(47,48,34)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #ECE4A0

#ECE4A0
(236,228,160)
#EDE6A8
(237,230,168)
#EEE8B0
(238,232,176)
#EFEAB8
(239,234,184)
#F0ECC0
(240,236,192)
#F1EEC8
(241,238,200)
#F2F0D0
(242,240,208)
#F3F2D8
(243,242,216)
#F4F4E0
(244,244,224)
#F5F6E8
(245,246,232)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE4A0 color. Also use rgb(236,228,160) instead hex code.

Text Font Color

.myTextColor { color: #ECE4A0; }

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

This text font color is #ECE4A0.


Background Color

.myBgColor { background-color: #ECE4A0; }

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

This div background color is #ECE4A0.


Border color

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

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

This div border color is #ECE4A0.


Opacity

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

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

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

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

This text has shadow with #ECE4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE4A0 on black background.


Color preview on white background

This text has color #ECE4A0 on white background.



Black color preview on #ECE4A0 background

This text has black color on #ECE4A0 background.


White color preview on #ECE4A0 background

This text has white color on #ECE4A0 background.