COLOR #E6CD76

HEX: #E6CD76
RGB: (230,205,118)

Color info

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

RGB color model

#E6CD76 color RGB value is (230,205,118).

  • red value is 230;
  • green value is 205;
  • blue value is 118.
RGB:
(230,205,118)
(90%,80%,46%)

RGB channels and saturation

R 230 of 255 = 90%
G 205 of 255 = 80%
B 118 of 255 = 46%

230
205
118

R + G + B ~ 72%. #E6CD76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 205 + 118 = 553 (100%)
R 230 of 553 ~ 41.59%
G 205 of 553 ~ 37.07%
B 118 of 553 ~ 21.34%

%41.59
%37.07
%21.34

CMYK color model

#E6CD76 color CMYK value is (0,11,49,10).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 48.70%
  • key color value is 9.80%
CMYK:
(0,11,49,10)
C0M11Y49K10 
(0%,11%,49%,10%)
(0.00/0.11/0.49/0.10)	

CMYK percentages

%0
%10.87
%48.7
%9.8

Codes

Color #E6CD76 in popluar color models

E6CD76
RGB230205118
HSL47°69.14%68.24%
HSB/HSV47°48.70%90.20%
CMYK0.00%10.87%48.70%
9.80%

Color #E6CD76 in popluar number systems.

HEXE6CD76
Decimal230205118
Binary11100110110011011110110
Octal346315166

Shades and tints

Shades of #E6CD76

#E6CD76
(230,205,118)
#D2BB6C
(210,187,108)
#BEA962
(190,169,98)
#AA9758
(170,151,88)
#96854E
(150,133,78)
#827344
(130,115,68)
#6E613A
(110,97,58)
#5A4F30
(90,79,48)
#463D26
(70,61,38)
#322B1C
(50,43,28)
#1E1912
(30,25,18)
#000000
(0,0,0)

Tints of #E6CD76

#E6CD76
(230,205,118)
#E8D182
(232,209,130)
#EAD58E
(234,213,142)
#ECD99A
(236,217,154)
#EEDDA6
(238,221,166)
#F0E1B2
(240,225,178)
#F2E5BE
(242,229,190)
#F4E9CA
(244,233,202)
#F6EDD6
(246,237,214)
#F8F1E2
(248,241,226)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CD76 color. Also use rgb(230,205,118) instead hex code.

Text Font Color

.myTextColor { color: #E6CD76; }

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

This text font color is #E6CD76.


Background Color

.myBgColor { background-color: #E6CD76; }

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

This div background color is #E6CD76.


Border color

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

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

This div border color is #E6CD76.


Opacity

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

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

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

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

This text has shadow with #E6CD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CD76 on black background.


Color preview on white background

This text has color #E6CD76 on white background.



Black color preview on #E6CD76 background

This text has black color on #E6CD76 background.


White color preview on #E6CD76 background

This text has white color on #E6CD76 background.