COLOR #E6B16B

HEX: #E6B16B RGB: (230,177,107)

Color info

#E6B16B contains mainly red and green colors. Web safe color of #E6B16B is #CC9966 (or #C96).

RGB color model

#E6B16B color RGB value is (230,177,107).

RGB: (230,177,107) (90%, 69%, 42%)

RGB channels and saturation

R 230 of 255 = 90%
G 177 of 255 = 69%
B 107 of 255 = 42%

230
177
107

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

Portions of RGB colors in percentages

R + G + B = 230 + 177 + 107 = 514 (100%)
R 230 of 514 ~ 44.75%
G 177 of 514 ~ 34.44%
B 107 of 514 ~ 20.82'%

%44.75
%34.44
%20.82

CMYK color model

#E6B16B color CMYK value is (0,23,53,10).

  • cyan value is 0.00%
  • magenta value is 23.04%
  • yellow value is 53.48%
  • key color value is 9.80%
CMYK: (0,23,53,10) C0M23Y53K10 (0%,23%,53%,10%) (0.00/0.23/0.53/0.10) 

CMYK percentages

%0
%23.04
%53.48
%9.8

Codes

Color #E6B16B in popluar color models

E6 B1 6B
RGB 230 177 107
HSL 34° 71.10% 66.08%
HSB/HSV 34° 53.48% 90.20%
CMYK 0.00% 23.04% 53.48%
9.80%

Color #E6B16B in popluar number systems.

HEX E6 B1 6B
Decimal 230 177 107
Binary 11100110 10110001 1101011
Octal 346 261 153

Shades and tints

Shades of #E6B16B

#E6B16B
(230,177,107)
#D2A162
(210,161,98)
#BE9159
(190,145,89)
#AA8150
(170,129,80)
#967147
(150,113,71)
#82613E
(130,97,62)
#6E5135
(110,81,53)
#5A412C
(90,65,44)
#463123
(70,49,35)
#32211A
(50,33,26)
#1E1111
(30,17,17)
#000000
(0,0,0)

Tints of #E6B16B

#E6B16B
(230,177,107)
#E8B878
(232,184,120)
#EABF85
(234,191,133)
#ECC692
(236,198,146)
#EECD9F
(238,205,159)
#F0D4AC
(240,212,172)
#F2DBB9
(242,219,185)
#F4E2C6
(244,226,198)
#F6E9D3
(246,233,211)
#F8F0E0
(248,240,224)
#FAF7ED
(250,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B16B color. Also use rgb(230,177,107) instead hex code.

Text Font Color

.myTextColor { color: #E6B16B; }

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

This text font color is #E6B16B.

Background Color

.myBgColor { background-color: #E6B16B; }

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

This div background color is #E6B16B.

Border color

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

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

This div border color is #E6B16B.

Opacity

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

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

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

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

This text has shadow with #E6B16B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6B16B.

Preview

Color preview on black background

This text has color #E6B16B on black background.


Color preview on white background

This text has color #E6B16B on white background.


Black color preview on #E6B16B background

This text has black color on #E6B16B background.


White color preview on #E6B16B background

This text has white color on #E6B16B background.


Related colors

Complementary color

Complementary color for #hex is #194E94.


I love getcolorcode.com

Triadic colors

1 #6BE6B1 and #B16BE6 with #E6B16B are triadic colors.

2 #6BB1E6 and #B1E66B with #E6B16B are triadic colors.