COLOR #E6B866

HEX: #E6B866
RGB: (230,184,102)

Color info

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

RGB color model

#E6B866 color RGB value is (230,184,102).

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

RGB channels and saturation

R 230 of 255 = 90%
G 184 of 255 = 72%
B 102 of 255 = 40%

230
184
102

R + G + B ~ 67%. #E6B866 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 184 + 102 = 516 (100%)
R 230 of 516 ~ 44.57%
G 184 of 516 ~ 35.66%
B 102 of 516 ~ 19.77%

%44.57
%35.66
%19.77

CMYK color model

#E6B866 color CMYK value is (0,20,56,10).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 55.65%
  • key color value is 9.80%
CMYK:
(0,20,56,10)
C0M20Y56K10 
(0%,20%,56%,10%)
(0.00/0.20/0.56/0.10)	

CMYK percentages

%0
%20
%55.65
%9.8

Codes

Color #E6B866 in popluar color models

E6B866
RGB230184102
HSL38°71.91%65.10%
HSB/HSV38°55.65%90.20%
CMYK0.00%20.00%55.65%
9.80%

Color #E6B866 in popluar number systems.

HEXE6B866
Decimal230184102
Binary11100110101110001100110
Octal346270146

Shades and tints

Shades of #E6B866

#E6B866
(230,184,102)
#D2A85D
(210,168,93)
#BE9854
(190,152,84)
#AA884B
(170,136,75)
#967842
(150,120,66)
#826839
(130,104,57)
#6E5830
(110,88,48)
#5A4827
(90,72,39)
#46381E
(70,56,30)
#322815
(50,40,21)
#1E180C
(30,24,12)
#000000
(0,0,0)

Tints of #E6B866

#E6B866
(230,184,102)
#E8BE73
(232,190,115)
#EAC480
(234,196,128)
#ECCA8D
(236,202,141)
#EED09A
(238,208,154)
#F0D6A7
(240,214,167)
#F2DCB4
(242,220,180)
#F4E2C1
(244,226,193)
#F6E8CE
(246,232,206)
#F8EEDB
(248,238,219)
#FAF4E8
(250,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B866; }

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

This text font color is #E6B866.


Background Color

.myBgColor { background-color: #E6B866; }

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

This div background color is #E6B866.


Border color

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

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

This div border color is #E6B866.


Opacity

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

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

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

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

This text has shadow with #E6B866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B866 on black background.


Color preview on white background

This text has color #E6B866 on white background.



Black color preview on #E6B866 background

This text has black color on #E6B866 background.


White color preview on #E6B866 background

This text has white color on #E6B866 background.