COLOR #ECA78E

HEX: #ECA78E
RGB: (236,167,142)

Color info

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

RGB color model

#ECA78E color RGB value is (236,167,142).

  • red value is 236;
  • green value is 167;
  • blue value is 142.
RGB:
(236,167,142)
(93%,65%,56%)

RGB channels and saturation

R 236 of 255 = 93%
G 167 of 255 = 65%
B 142 of 255 = 56%

236
167
142

R + G + B ~ 71%. #ECA78E is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 167 + 142 = 545 (100%)
R 236 of 545 ~ 43.3%
G 167 of 545 ~ 30.64%
B 142 of 545 ~ 26.06%

%43.3
%30.64
%26.06

CMYK color model

#ECA78E color CMYK value is (0,29,40,7).

  • cyan value is 0.00%
  • magenta value is 29.24%
  • yellow value is 39.83%
  • key color value is 7.45%
CMYK:
(0,29,40,7)
C0M29Y40K7 
(0%,29%,40%,7%)
(0.00/0.29/0.40/0.07)	

CMYK percentages

%0
%29.24
%39.83
%7.45

Codes

Color #ECA78E in popluar color models

ECA78E
RGB236167142
HSL16°71.21%74.12%
HSB/HSV16°39.83%92.55%
CMYK0.00%29.24%39.83%
7.45%

Color #ECA78E in popluar number systems.

HEXECA78E
Decimal236167142
Binary111011001010011110001110
Octal354247216

Shades and tints

Shades of #ECA78E

#ECA78E
(236,167,142)
#D79882
(215,152,130)
#C28976
(194,137,118)
#AD7A6A
(173,122,106)
#986B5E
(152,107,94)
#835C52
(131,92,82)
#6E4D46
(110,77,70)
#593E3A
(89,62,58)
#442F2E
(68,47,46)
#2F2022
(47,32,34)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #ECA78E

#ECA78E
(236,167,142)
#EDAF98
(237,175,152)
#EEB7A2
(238,183,162)
#EFBFAC
(239,191,172)
#F0C7B6
(240,199,182)
#F1CFC0
(241,207,192)
#F2D7CA
(242,215,202)
#F3DFD4
(243,223,212)
#F4E7DE
(244,231,222)
#F5EFE8
(245,239,232)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA78E color. Also use rgb(236,167,142) instead hex code.

Text Font Color

.myTextColor { color: #ECA78E; }

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

This text font color is #ECA78E.


Background Color

.myBgColor { background-color: #ECA78E; }

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

This div background color is #ECA78E.


Border color

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

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

This div border color is #ECA78E.


Opacity

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

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

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

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

This text has shadow with #ECA78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA78E on black background.


Color preview on white background

This text has color #ECA78E on white background.



Black color preview on #ECA78E background

This text has black color on #ECA78E background.


White color preview on #ECA78E background

This text has white color on #ECA78E background.