COLOR #E3A05F

HEX: #E3A05F
RGB: (227,160,95)

Color info

#E3A05F contains mainly red color. Web safe color of #E3A05F is #CC9966 (or #C96).

RGB color model

#E3A05F color RGB value is (227,160,95).

  • red value is 227;
  • green value is 160;
  • blue value is 95.
RGB:
(227,160,95)
(89%,63%,37%)

RGB channels and saturation

R 227 of 255 = 89%
G 160 of 255 = 63%
B 95 of 255 = 37%

227
160
95

R + G + B ~ 63%. #E3A05F is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 160 + 95 = 482 (100%)
R 227 of 482 ~ 47.1%
G 160 of 482 ~ 33.2%
B 95 of 482 ~ 19.71%

%47.1
%33.2
%19.71

CMYK color model

#E3A05F color CMYK value is (0,30,58,11).

  • cyan value is 0.00%
  • magenta value is 29.52%
  • yellow value is 58.15%
  • key color value is 10.98%
CMYK:
(0,30,58,11)
C0M30Y58K11 
(0%,30%,58%,11%)
(0.00/0.30/0.58/0.11)	

CMYK percentages

%0
%29.52
%58.15
%10.98

Codes

Color #E3A05F in popluar color models

E3A05F
RGB22716095
HSL30°70.21%63.14%
HSB/HSV30°58.15%89.02%
CMYK0.00%29.52%58.15%
10.98%

Color #E3A05F in popluar number systems.

HEXE3A05F
Decimal22716095
Binary11100011101000001011111
Octal343240137

Shades and tints

Shades of #E3A05F

#E3A05F
(227,160,95)
#CF9257
(207,146,87)
#BB844F
(187,132,79)
#A77647
(167,118,71)
#93683F
(147,104,63)
#7F5A37
(127,90,55)
#6B4C2F
(107,76,47)
#573E27
(87,62,39)
#43301F
(67,48,31)
#2F2217
(47,34,23)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #E3A05F

#E3A05F
(227,160,95)
#E5A86D
(229,168,109)
#E7B07B
(231,176,123)
#E9B889
(233,184,137)
#EBC097
(235,192,151)
#EDC8A5
(237,200,165)
#EFD0B3
(239,208,179)
#F1D8C1
(241,216,193)
#F3E0CF
(243,224,207)
#F5E8DD
(245,232,221)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A05F color. Also use rgb(227,160,95) instead hex code.

Text Font Color

.myTextColor { color: #E3A05F; }

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

This text font color is #E3A05F.


Background Color

.myBgColor { background-color: #E3A05F; }

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

This div background color is #E3A05F.


Border color

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

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

This div border color is #E3A05F.


Opacity

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

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

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

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

This text has shadow with #E3A05F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A05F on black background.


Color preview on white background

This text has color #E3A05F on white background.



Black color preview on #E3A05F background

This text has black color on #E3A05F background.


White color preview on #E3A05F background

This text has white color on #E3A05F background.