COLOR #ECA77D

HEX: #ECA77D
RGB: (236,167,125)

Color info

#ECA77D contains mainly red color. Web safe color of #ECA77D is #FF9966 (or #F96).

RGB color model

#ECA77D color RGB value is (236,167,125).

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

RGB channels and saturation

R 236 of 255 = 93%
G 167 of 255 = 65%
B 125 of 255 = 49%

236
167
125

R + G + B ~ 69%. #ECA77D is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 167 + 125 = 528 (100%)
R 236 of 528 ~ 44.7%
G 167 of 528 ~ 31.63%
B 125 of 528 ~ 23.67%

%44.7
%31.63
%23.67

CMYK color model

#ECA77D color CMYK value is (0,29,47,7).

  • cyan value is 0.00%
  • magenta value is 29.24%
  • yellow value is 47.03%
  • key color value is 7.45%
CMYK:
(0,29,47,7)
C0M29Y47K7 
(0%,29%,47%,7%)
(0.00/0.29/0.47/0.07)	

CMYK percentages

%0
%29.24
%47.03
%7.45

Codes

Color #ECA77D in popluar color models

ECA77D
RGB236167125
HSL23°74.50%70.78%
HSB/HSV23°47.03%92.55%
CMYK0.00%29.24%47.03%
7.45%

Color #ECA77D in popluar number systems.

HEXECA77D
Decimal236167125
Binary11101100101001111111101
Octal354247175

Shades and tints

Shades of #ECA77D

#ECA77D
(236,167,125)
#D79872
(215,152,114)
#C28967
(194,137,103)
#AD7A5C
(173,122,92)
#986B51
(152,107,81)
#835C46
(131,92,70)
#6E4D3B
(110,77,59)
#593E30
(89,62,48)
#442F25
(68,47,37)
#2F201A
(47,32,26)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #ECA77D

#ECA77D
(236,167,125)
#EDAF88
(237,175,136)
#EEB793
(238,183,147)
#EFBF9E
(239,191,158)
#F0C7A9
(240,199,169)
#F1CFB4
(241,207,180)
#F2D7BF
(242,215,191)
#F3DFCA
(243,223,202)
#F4E7D5
(244,231,213)
#F5EFE0
(245,239,224)
#F6F7EB
(246,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECA77D; }

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

This text font color is #ECA77D.


Background Color

.myBgColor { background-color: #ECA77D; }

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

This div background color is #ECA77D.


Border color

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

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

This div border color is #ECA77D.


Opacity

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

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

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

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

This text has shadow with #ECA77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA77D on black background.


Color preview on white background

This text has color #ECA77D on white background.



Black color preview on #ECA77D background

This text has black color on #ECA77D background.


White color preview on #ECA77D background

This text has white color on #ECA77D background.