COLOR #ECAF76

HEX: #ECAF76 RGB: (236,175,118)

Color info

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

RGB color model

#ECAF76 color RGB value is (236,175,118).

RGB: (236,175,118) (93%, 69%, 46%)

RGB channels and saturation

R 236 of 255 = 93%
G 175 of 255 = 69%
B 118 of 255 = 46%

236
175
118

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

Portions of RGB colors in percentages

R + G + B = 236 + 175 + 118 = 529 (100%)
R 236 of 529 ~ 44.61%
G 175 of 529 ~ 33.08%
B 118 of 529 ~ 22.31'%

%44.61
%33.08
%22.31

CMYK color model

#ECAF76 color CMYK value is (0,26,50,7).

  • cyan value is 0.00%
  • magenta value is 25.85%
  • yellow value is 50.00%
  • key color value is 7.45%

CMYK: (0,26,50,7)
C0M26Y50K7 (0%, 26%, 50%, 7%)
(0.00 / 0.26 / 0.50 / 0.07)

CMYK percentages

%0
%25.85
%50
%7.45

Codes

Color #ECAF76 in popluar color models

EC AF 76
RGB 236 175 118
HSL 29° 75.64% 69.41%
HSB/HSV 29° 50.00% 92.55%
CMYK 0.00% 25.85% 50.00%
7.45%

Color #ECAF76 in popluar number systems.

HEX EC AF 76
Decimal 236 175 118
Binary 11101100 10101111 1110110
Octal 354 257 166

Shades and tints

Shades of #ECAF76

#ECAF76
(236,175,118)
#D7A06C
(215,160,108)
#C29162
(194,145,98)
#AD8258
(173,130,88)
#98734E
(152,115,78)
#836444
(131,100,68)
#6E553A
(110,85,58)
#594630
(89,70,48)
#443726
(68,55,38)
#2F281C
(47,40,28)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #ECAF76

#ECAF76
(236,175,118)
#EDB682
(237,182,130)
#EEBD8E
(238,189,142)
#EFC49A
(239,196,154)
#F0CBA6
(240,203,166)
#F1D2B2
(241,210,178)
#F2D9BE
(242,217,190)
#F3E0CA
(243,224,202)
#F4E7D6
(244,231,214)
#F5EEE2
(245,238,226)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECAF76 color. Also use rgb(236,175,118) instead hex code.

Text Font Color

.myTextColor { color: #ECAF76; }

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

This text font color is #ECAF76.

Background Color

.myBgColor { background-color: #ECAF76; }

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

This div background color is #ECAF76.

Border color

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

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

This div border color is #ECAF76.

Opacity

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

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

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

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

This text has shadow with #ECAF76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECAF76.

Preview

Color preview on black background

This text has color #ECAF76 on black background.


Color preview on white background

This text has color #ECAF76 on white background.


Black color preview on #ECAF76 background

This text has black color on #ECAF76 background.


White color preview on #ECAF76 background

This text has white color on #ECAF76 background.


Related colors

Complementary color

Complementary color for #hex is #135089.


I love getcolorcode.com

Triadic colors

1 #76ECAF and #AF76EC with #ECAF76 are triadic colors.

2 #76AFEC and #AFEC76 with #ECAF76 are triadic colors.