COLOR #E6B871

HEX: #E6B871
RGB: (230,184,113)

Color info

#E6B871 contains mainly red and green colors. Web safe color of #E6B871 is #CCCC66 (or #CC6).

RGB color model

#E6B871 color RGB value is (230,184,113).

  • red value is 230;
  • green value is 184;
  • blue value is 113.
RGB:
(230,184,113)
(90%,72%,44%)

RGB channels and saturation

R 230 of 255 = 90%
G 184 of 255 = 72%
B 113 of 255 = 44%

230
184
113

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

Portions of RGB colors in percentages

R + G + B =
230 + 184 + 113 = 527 (100%)
R 230 of 527 ~ 43.64%
G 184 of 527 ~ 34.91%
B 113 of 527 ~ 21.44%

%43.64
%34.91
%21.44

CMYK color model

#E6B871 color CMYK value is (0,20,51,10).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 50.87%
  • key color value is 9.80%
CMYK:
(0,20,51,10)
C0M20Y51K10 
(0%,20%,51%,10%)
(0.00/0.20/0.51/0.10)	

CMYK percentages

%0
%20
%50.87
%9.8

Codes

Color #E6B871 in popluar color models

E6B871
RGB230184113
HSL36°70.06%67.25%
HSB/HSV36°50.87%90.20%
CMYK0.00%20.00%50.87%
9.80%

Color #E6B871 in popluar number systems.

HEXE6B871
Decimal230184113
Binary11100110101110001110001
Octal346270161

Shades and tints

Shades of #E6B871

#E6B871
(230,184,113)
#D2A867
(210,168,103)
#BE985D
(190,152,93)
#AA8853
(170,136,83)
#967849
(150,120,73)
#82683F
(130,104,63)
#6E5835
(110,88,53)
#5A482B
(90,72,43)
#463821
(70,56,33)
#322817
(50,40,23)
#1E180D
(30,24,13)
#000000
(0,0,0)

Tints of #E6B871

#E6B871
(230,184,113)
#E8BE7D
(232,190,125)
#EAC489
(234,196,137)
#ECCA95
(236,202,149)
#EED0A1
(238,208,161)
#F0D6AD
(240,214,173)
#F2DCB9
(242,220,185)
#F4E2C5
(244,226,197)
#F6E8D1
(246,232,209)
#F8EEDD
(248,238,221)
#FAF4E9
(250,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B871; }

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

This text font color is #E6B871.


Background Color

.myBgColor { background-color: #E6B871; }

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

This div background color is #E6B871.


Border color

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

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

This div border color is #E6B871.


Opacity

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

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

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

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

This text has shadow with #E6B871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B871 on black background.


Color preview on white background

This text has color #E6B871 on white background.



Black color preview on #E6B871 background

This text has black color on #E6B871 background.


White color preview on #E6B871 background

This text has white color on #E6B871 background.