COLOR #E6C093

HEX: #E6C093
RGB: (230,192,147)

Color info

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

RGB color model

#E6C093 color RGB value is (230,192,147).

  • red value is 230;
  • green value is 192;
  • blue value is 147.
RGB:
(230,192,147)
(90%,75%,58%)

RGB channels and saturation

R 230 of 255 = 90%
G 192 of 255 = 75%
B 147 of 255 = 58%

230
192
147

R + G + B ~ 74%. #E6C093 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 192 + 147 = 569 (100%)
R 230 of 569 ~ 40.42%
G 192 of 569 ~ 33.74%
B 147 of 569 ~ 25.83%

%40.42
%33.74
%25.83

CMYK color model

#E6C093 color CMYK value is (0,17,36,10).

  • cyan value is 0.00%
  • magenta value is 16.52%
  • yellow value is 36.09%
  • key color value is 9.80%
CMYK:
(0,17,36,10)
C0M17Y36K10 
(0%,17%,36%,10%)
(0.00/0.17/0.36/0.10)	

CMYK percentages

%0
%16.52
%36.09
%9.8

Codes

Color #E6C093 in popluar color models

E6C093
RGB230192147
HSL33°62.41%73.92%
HSB/HSV33°36.09%90.20%
CMYK0.00%16.52%36.09%
9.80%

Color #E6C093 in popluar number systems.

HEXE6C093
Decimal230192147
Binary111001101100000010010011
Octal346300223

Shades and tints

Shades of #E6C093

#E6C093
(230,192,147)
#D2AF86
(210,175,134)
#BE9E79
(190,158,121)
#AA8D6C
(170,141,108)
#967C5F
(150,124,95)
#826B52
(130,107,82)
#6E5A45
(110,90,69)
#5A4938
(90,73,56)
#46382B
(70,56,43)
#32271E
(50,39,30)
#1E1611
(30,22,17)
#000000
(0,0,0)

Tints of #E6C093

#E6C093
(230,192,147)
#E8C59C
(232,197,156)
#EACAA5
(234,202,165)
#ECCFAE
(236,207,174)
#EED4B7
(238,212,183)
#F0D9C0
(240,217,192)
#F2DEC9
(242,222,201)
#F4E3D2
(244,227,210)
#F6E8DB
(246,232,219)
#F8EDE4
(248,237,228)
#FAF2ED
(250,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C093 color. Also use rgb(230,192,147) instead hex code.

Text Font Color

.myTextColor { color: #E6C093; }

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

This text font color is #E6C093.


Background Color

.myBgColor { background-color: #E6C093; }

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

This div background color is #E6C093.


Border color

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

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

This div border color is #E6C093.


Opacity

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

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

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

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

This text has shadow with #E6C093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C093 on black background.


Color preview on white background

This text has color #E6C093 on white background.



Black color preview on #E6C093 background

This text has black color on #E6C093 background.


White color preview on #E6C093 background

This text has white color on #E6C093 background.