COLOR #E6D691

HEX: #E6D691
RGB: (230,214,145)

Color info

#E6D691 contains mainly red and green colors. Web safe color of #E6D691 is #CCCC99 (or #CC9).

RGB color model

#E6D691 color RGB value is (230,214,145).

  • red value is 230;
  • green value is 214;
  • blue value is 145.
RGB:
(230,214,145)
(90%,84%,57%)

RGB channels and saturation

R 230 of 255 = 90%
G 214 of 255 = 84%
B 145 of 255 = 57%

230
214
145

R + G + B ~ 77%. #E6D691 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 214 + 145 = 589 (100%)
R 230 of 589 ~ 39.05%
G 214 of 589 ~ 36.33%
B 145 of 589 ~ 24.62%

%39.05
%36.33
%24.62

CMYK color model

#E6D691 color CMYK value is (0,7,37,10).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 36.96%
  • key color value is 9.80%
CMYK:
(0,7,37,10)
C0M7Y37K10 
(0%,7%,37%,10%)
(0.00/0.07/0.37/0.10)	

CMYK percentages

%0
%6.96
%36.96
%9.8

Codes

Color #E6D691 in popluar color models

E6D691
RGB230214145
HSL49°62.96%73.53%
HSB/HSV49°36.96%90.20%
CMYK0.00%6.96%36.96%
9.80%

Color #E6D691 in popluar number systems.

HEXE6D691
Decimal230214145
Binary111001101101011010010001
Octal346326221

Shades and tints

Shades of #E6D691

#E6D691
(230,214,145)
#D2C384
(210,195,132)
#BEB077
(190,176,119)
#AA9D6A
(170,157,106)
#968A5D
(150,138,93)
#827750
(130,119,80)
#6E6443
(110,100,67)
#5A5136
(90,81,54)
#463E29
(70,62,41)
#322B1C
(50,43,28)
#1E180F
(30,24,15)
#000000
(0,0,0)

Tints of #E6D691

#E6D691
(230,214,145)
#E8D99B
(232,217,155)
#EADCA5
(234,220,165)
#ECDFAF
(236,223,175)
#EEE2B9
(238,226,185)
#F0E5C3
(240,229,195)
#F2E8CD
(242,232,205)
#F4EBD7
(244,235,215)
#F6EEE1
(246,238,225)
#F8F1EB
(248,241,235)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D691 color. Also use rgb(230,214,145) instead hex code.

Text Font Color

.myTextColor { color: #E6D691; }

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

This text font color is #E6D691.


Background Color

.myBgColor { background-color: #E6D691; }

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

This div background color is #E6D691.


Border color

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

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

This div border color is #E6D691.


Opacity

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

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

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

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

This text has shadow with #E6D691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D691 on black background.


Color preview on white background

This text has color #E6D691 on white background.



Black color preview on #E6D691 background

This text has black color on #E6D691 background.


White color preview on #E6D691 background

This text has white color on #E6D691 background.