COLOR #E9AC6C

HEX: #E9AC6C
RGB: (233,172,108)

Color info

#E9AC6C contains mainly red color. Web safe color of #E9AC6C is #FF9966 (or #F96).

RGB color model

#E9AC6C color RGB value is (233,172,108).

  • red value is 233;
  • green value is 172;
  • blue value is 108.
RGB:
(233,172,108)
(91%,67%,42%)

RGB channels and saturation

R 233 of 255 = 91%
G 172 of 255 = 67%
B 108 of 255 = 42%

233
172
108

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

Portions of RGB colors in percentages

R + G + B =
233 + 172 + 108 = 513 (100%)
R 233 of 513 ~ 45.42%
G 172 of 513 ~ 33.53%
B 108 of 513 ~ 21.05%

%45.42
%33.53
%21.05

CMYK color model

#E9AC6C color CMYK value is (0,26,54,9).

  • cyan value is 0.00%
  • magenta value is 26.18%
  • yellow value is 53.65%
  • key color value is 8.63%
CMYK:
(0,26,54,9)
C0M26Y54K9 
(0%,26%,54%,9%)
(0.00/0.26/0.54/0.09)	

CMYK percentages

%0
%26.18
%53.65
%8.63

Codes

Color #E9AC6C in popluar color models

E9AC6C
RGB233172108
HSL31°73.96%66.86%
HSB/HSV31°53.65%91.37%
CMYK0.00%26.18%53.65%
8.63%

Color #E9AC6C in popluar number systems.

HEXE9AC6C
Decimal233172108
Binary11101001101011001101100
Octal351254154

Shades and tints

Shades of #E9AC6C

#E9AC6C
(233,172,108)
#D49D63
(212,157,99)
#BF8E5A
(191,142,90)
#AA7F51
(170,127,81)
#957048
(149,112,72)
#80613F
(128,97,63)
#6B5236
(107,82,54)
#56432D
(86,67,45)
#413424
(65,52,36)
#2C251B
(44,37,27)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #E9AC6C

#E9AC6C
(233,172,108)
#EBB379
(235,179,121)
#EDBA86
(237,186,134)
#EFC193
(239,193,147)
#F1C8A0
(241,200,160)
#F3CFAD
(243,207,173)
#F5D6BA
(245,214,186)
#F7DDC7
(247,221,199)
#F9E4D4
(249,228,212)
#FBEBE1
(251,235,225)
#FDF2EE
(253,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9AC6C color. Also use rgb(233,172,108) instead hex code.

Text Font Color

.myTextColor { color: #E9AC6C; }

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

This text font color is #E9AC6C.


Background Color

.myBgColor { background-color: #E9AC6C; }

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

This div background color is #E9AC6C.


Border color

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

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

This div border color is #E9AC6C.


Opacity

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

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

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

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

This text has shadow with #E9AC6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9AC6C on black background.


Color preview on white background

This text has color #E9AC6C on white background.



Black color preview on #E9AC6C background

This text has black color on #E9AC6C background.


White color preview on #E9AC6C background

This text has white color on #E9AC6C background.