COLOR #ECAE90

HEX: #ECAE90
RGB: (236,174,144)

Color info

#ECAE90 contains mainly red color. Web safe color of #ECAE90 is #FF9999 (or #F99).

RGB color model

#ECAE90 color RGB value is (236,174,144).

  • red value is 236;
  • green value is 174;
  • blue value is 144.
RGB:
(236,174,144)
(93%,68%,56%)

RGB channels and saturation

R 236 of 255 = 93%
G 174 of 255 = 68%
B 144 of 255 = 56%

236
174
144

R + G + B ~ 72%. #ECAE90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 174 + 144 = 554 (100%)
R 236 of 554 ~ 42.6%
G 174 of 554 ~ 31.41%
B 144 of 554 ~ 25.99%

%42.6
%31.41
%25.99

CMYK color model

#ECAE90 color CMYK value is (0,26,39,7).

  • cyan value is 0.00%
  • magenta value is 26.27%
  • yellow value is 38.98%
  • key color value is 7.45%
CMYK:
(0,26,39,7)
C0M26Y39K7 
(0%,26%,39%,7%)
(0.00/0.26/0.39/0.07)	

CMYK percentages

%0
%26.27
%38.98
%7.45

Codes

Color #ECAE90 in popluar color models

ECAE90
RGB236174144
HSL20°70.77%74.51%
HSB/HSV20°38.98%92.55%
CMYK0.00%26.27%38.98%
7.45%

Color #ECAE90 in popluar number systems.

HEXECAE90
Decimal236174144
Binary111011001010111010010000
Octal354256220

Shades and tints

Shades of #ECAE90

#ECAE90
(236,174,144)
#D79F83
(215,159,131)
#C29076
(194,144,118)
#AD8169
(173,129,105)
#98725C
(152,114,92)
#83634F
(131,99,79)
#6E5442
(110,84,66)
#594535
(89,69,53)
#443628
(68,54,40)
#2F271B
(47,39,27)
#1A180E
(26,24,14)
#000000
(0,0,0)

Tints of #ECAE90

#ECAE90
(236,174,144)
#EDB59A
(237,181,154)
#EEBCA4
(238,188,164)
#EFC3AE
(239,195,174)
#F0CAB8
(240,202,184)
#F1D1C2
(241,209,194)
#F2D8CC
(242,216,204)
#F3DFD6
(243,223,214)
#F4E6E0
(244,230,224)
#F5EDEA
(245,237,234)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECAE90 color. Also use rgb(236,174,144) instead hex code.

Text Font Color

.myTextColor { color: #ECAE90; }

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

This text font color is #ECAE90.


Background Color

.myBgColor { background-color: #ECAE90; }

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

This div background color is #ECAE90.


Border color

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

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

This div border color is #ECAE90.


Opacity

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

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

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

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

This text has shadow with #ECAE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECAE90 on black background.


Color preview on white background

This text has color #ECAE90 on white background.



Black color preview on #ECAE90 background

This text has black color on #ECAE90 background.


White color preview on #ECAE90 background

This text has white color on #ECAE90 background.