COLOR #ECB871

HEX: #ECB871 RGB: (236,184,113)

Color info

#ECB871 contains mainly red and green colors. Web safe color of #ECB871 is #FFCC66 (or #FC6).

RGB color model

#ECB871 color RGB value is (236,184,113).

RGB: (236,184,113) (93%, 72%, 44%)

RGB channels and saturation

R 236 of 255 = 93%
G 184 of 255 = 72%
B 113 of 255 = 44%

236
184
113

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

Portions of RGB colors in percentages

R + G + B = 236 + 184 + 113 = 533 (100%)
R 236 of 533 ~ 44.28%
G 184 of 533 ~ 34.52%
B 113 of 533 ~ 21.2'%

%44.28
%34.52
%21.2

CMYK color model

#ECB871 color CMYK value is (0,22,52,7).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 52.12%
  • key color value is 7.45%

CMYK: (0,22,52,7)
C0M22Y52K7 (0%, 22%, 52%, 7%)
(0.00 / 0.22 / 0.52 / 0.07)

CMYK percentages

%0
%22.03
%52.12
%7.45

Codes

Color #ECB871 in popluar color models

EC B8 71
RGB 236 184 113
HSL 35° 76.40% 68.43%
HSB/HSV 35° 52.12% 92.55%
CMYK 0.00% 22.03% 52.12%
7.45%

Color #ECB871 in popluar number systems.

HEX EC B8 71
Decimal 236 184 113
Binary 11101100 10111000 1110001
Octal 354 270 161

Shades and tints

Shades of #ECB871

#ECB871
(236,184,113)
#D7A867
(215,168,103)
#C2985D
(194,152,93)
#AD8853
(173,136,83)
#987849
(152,120,73)
#83683F
(131,104,63)
#6E5835
(110,88,53)
#59482B
(89,72,43)
#443821
(68,56,33)
#2F2817
(47,40,23)
#1A180D
(26,24,13)
#000000
(0,0,0)

Tints of #ECB871

#ECB871
(236,184,113)
#EDBE7D
(237,190,125)
#EEC489
(238,196,137)
#EFCA95
(239,202,149)
#F0D0A1
(240,208,161)
#F1D6AD
(241,214,173)
#F2DCB9
(242,220,185)
#F3E2C5
(243,226,197)
#F4E8D1
(244,232,209)
#F5EEDD
(245,238,221)
#F6F4E9
(246,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB871 color. Also use rgb(236,184,113) instead hex code.

Text Font Color

.myTextColor { color: #ECB871; }

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

This text font color is #ECB871.

Background Color

.myBgColor { background-color: #ECB871; }

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

This div background color is #ECB871.

Border color

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

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

This div border color is #ECB871.

Opacity

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

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

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

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

This text has shadow with #ECB871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB871.

Preview

Color preview on black background

This text has color #ECB871 on black background.


Color preview on white background

This text has color #ECB871 on white background.


Black color preview on #ECB871 background

This text has black color on #ECB871 background.


White color preview on #ECB871 background

This text has white color on #ECB871 background.


Related colors

Complementary color

Complementary color for #hex is #13478E.


I love getcolorcode.com

Triadic colors

1 #71ECB8 and #B871EC with #ECB871 are triadic colors.

2 #71B8EC and #B8EC71 with #ECB871 are triadic colors.