COLOR #ECA683

HEX: #ECA683 RGB: (236,166,131)

Color info

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

RGB color model

#ECA683 color RGB value is (236,166,131).

RGB: (236,166,131) (93%, 65%, 51%)

RGB channels and saturation

R 236 of 255 = 93%
G 166 of 255 = 65%
B 131 of 255 = 51%

236
166
131

R + G + B ~ 70%. #ECA683 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 166 + 131 = 533 (100%)
R 236 of 533 ~ 44.28%
G 166 of 533 ~ 31.14%
B 131 of 533 ~ 24.58'%

%44.28
%31.14
%24.58

CMYK color model

#ECA683 color CMYK value is (0,30,44,7).

  • cyan value is 0.00%
  • magenta value is 29.66%
  • yellow value is 44.49%
  • key color value is 7.45%

CMYK: (0,30,44,7)
C0M30Y44K7 (0%, 30%, 44%, 7%)
(0.00 / 0.30 / 0.44 / 0.07)

CMYK percentages

%0
%29.66
%44.49
%7.45

Codes

Color #ECA683 in popluar color models

EC A6 83
RGB 236 166 131
HSL 20° 73.43% 71.96%
HSB/HSV 20° 44.49% 92.55%
CMYK 0.00% 29.66% 44.49%
7.45%

Color #ECA683 in popluar number systems.

HEX EC A6 83
Decimal 236 166 131
Binary 11101100 10100110 10000011
Octal 354 246 203

Shades and tints

Shades of #ECA683

#ECA683
(236,166,131)
#D79778
(215,151,120)
#C2886D
(194,136,109)
#AD7962
(173,121,98)
#986A57
(152,106,87)
#835B4C
(131,91,76)
#6E4C41
(110,76,65)
#593D36
(89,61,54)
#442E2B
(68,46,43)
#2F1F20
(47,31,32)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #ECA683

#ECA683
(236,166,131)
#EDAE8E
(237,174,142)
#EEB699
(238,182,153)
#EFBEA4
(239,190,164)
#F0C6AF
(240,198,175)
#F1CEBA
(241,206,186)
#F2D6C5
(242,214,197)
#F3DED0
(243,222,208)
#F4E6DB
(244,230,219)
#F5EEE6
(245,238,230)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA683 color. Also use rgb(236,166,131) instead hex code.

Text Font Color

.myTextColor { color: #ECA683; }

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

This text font color is #ECA683.

Background Color

.myBgColor { background-color: #ECA683; }

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

This div background color is #ECA683.

Border color

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

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

This div border color is #ECA683.

Opacity

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

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

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

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

This text has shadow with #ECA683 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECA683.

Preview

Color preview on black background

This text has color #ECA683 on black background.


Color preview on white background

This text has color #ECA683 on white background.


Black color preview on #ECA683 background

This text has black color on #ECA683 background.


White color preview on #ECA683 background

This text has white color on #ECA683 background.


Related colors

Complementary color

Complementary color for #hex is #13597C.


I love getcolorcode.com

Triadic colors

1 #83ECA6 and #A683EC with #ECA683 are triadic colors.

2 #83A6EC and #A6EC83 with #ECA683 are triadic colors.