COLOR #E9A068

HEX: #E9A068
RGB: (233,160,104)

Color info

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

RGB color model

#E9A068 color RGB value is (233,160,104).

  • red value is 233;
  • green value is 160;
  • blue value is 104.
RGB:
(233,160,104)
(91%,63%,41%)

RGB channels and saturation

R 233 of 255 = 91%
G 160 of 255 = 63%
B 104 of 255 = 41%

233
160
104

R + G + B ~ 65%. #E9A068 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 160 + 104 = 497 (100%)
R 233 of 497 ~ 46.88%
G 160 of 497 ~ 32.19%
B 104 of 497 ~ 20.93%

%46.88
%32.19
%20.93

CMYK color model

#E9A068 color CMYK value is (0,31,55,9).

  • cyan value is 0.00%
  • magenta value is 31.33%
  • yellow value is 55.36%
  • key color value is 8.63%
CMYK:
(0,31,55,9)
C0M31Y55K9 
(0%,31%,55%,9%)
(0.00/0.31/0.55/0.09)	

CMYK percentages

%0
%31.33
%55.36
%8.63

Codes

Color #E9A068 in popluar color models

E9A068
RGB233160104
HSL26°74.57%66.08%
HSB/HSV26°55.36%91.37%
CMYK0.00%31.33%55.36%
8.63%

Color #E9A068 in popluar number systems.

HEXE9A068
Decimal233160104
Binary11101001101000001101000
Octal351240150

Shades and tints

Shades of #E9A068

#E9A068
(233,160,104)
#D4925F
(212,146,95)
#BF8456
(191,132,86)
#AA764D
(170,118,77)
#956844
(149,104,68)
#805A3B
(128,90,59)
#6B4C32
(107,76,50)
#563E29
(86,62,41)
#413020
(65,48,32)
#2C2217
(44,34,23)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #E9A068

#E9A068
(233,160,104)
#EBA875
(235,168,117)
#EDB082
(237,176,130)
#EFB88F
(239,184,143)
#F1C09C
(241,192,156)
#F3C8A9
(243,200,169)
#F5D0B6
(245,208,182)
#F7D8C3
(247,216,195)
#F9E0D0
(249,224,208)
#FBE8DD
(251,232,221)
#FDF0EA
(253,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A068 color. Also use rgb(233,160,104) instead hex code.

Text Font Color

.myTextColor { color: #E9A068; }

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

This text font color is #E9A068.


Background Color

.myBgColor { background-color: #E9A068; }

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

This div background color is #E9A068.


Border color

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

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

This div border color is #E9A068.


Opacity

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

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

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

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

This text has shadow with #E9A068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9A068 on black background.


Color preview on white background

This text has color #E9A068 on white background.



Black color preview on #E9A068 background

This text has black color on #E9A068 background.


White color preview on #E9A068 background

This text has white color on #E9A068 background.