COLOR #E7A15C

HEX: #E7A15C RGB: (231,161,92)

Color info

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

RGB color model

#E7A15C color RGB value is (231,161,92).

RGB: (231,161,92) (91%, 63%, 36%)

RGB channels and saturation

R 231 of 255 = 91%
G 161 of 255 = 63%
B 92 of 255 = 36%

231
161
92

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

Portions of RGB colors in percentages

R + G + B = 231 + 161 + 92 = 484 (100%)
R 231 of 484 ~ 47.73%
G 161 of 484 ~ 33.26%
B 92 of 484 ~ 19.01'%

%47.73
%33.26
%19.01

CMYK color model

#E7A15C color CMYK value is (0,30,60,9).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 60.17%
  • key color value is 9.41%

CMYK: (0,30,60,9)
C0M30Y60K9 (0%, 30%, 60%, 9%)
(0.00 / 0.30 / 0.60 / 0.09)

CMYK percentages

%0
%30.3
%60.17
%9.41

Codes

Color #E7A15C in popluar color models

E7 A1 5C
RGB 231 161 92
HSL 30° 74.33% 63.33%
HSB/HSV 30° 60.17% 90.59%
CMYK 0.00% 30.30% 60.17%
9.41%

Color #E7A15C in popluar number systems.

HEX E7 A1 5C
Decimal 231 161 92
Binary 11100111 10100001 1011100
Octal 347 241 134

Shades and tints

Shades of #E7A15C

#E7A15C
(231,161,92)
#D29354
(210,147,84)
#BD854C
(189,133,76)
#A87744
(168,119,68)
#93693C
(147,105,60)
#7E5B34
(126,91,52)
#694D2C
(105,77,44)
#543F24
(84,63,36)
#3F311C
(63,49,28)
#2A2314
(42,35,20)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #E7A15C

#E7A15C
(231,161,92)
#E9A96A
(233,169,106)
#EBB178
(235,177,120)
#EDB986
(237,185,134)
#EFC194
(239,193,148)
#F1C9A2
(241,201,162)
#F3D1B0
(243,209,176)
#F5D9BE
(245,217,190)
#F7E1CC
(247,225,204)
#F9E9DA
(249,233,218)
#FBF1E8
(251,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A15C color. Also use rgb(231,161,92) instead hex code.

Text Font Color

.myTextColor { color: #E7A15C; }

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

This text font color is #E7A15C.

Background Color

.myBgColor { background-color: #E7A15C; }

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

This div background color is #E7A15C.

Border color

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

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

This div border color is #E7A15C.

Opacity

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

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

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

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

This text has shadow with #E7A15C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7A15C.

Preview

Color preview on black background

This text has color #E7A15C on black background.


Color preview on white background

This text has color #E7A15C on white background.


Black color preview on #E7A15C background

This text has black color on #E7A15C background.


White color preview on #E7A15C background

This text has white color on #E7A15C background.


Related colors

Complementary color

Complementary color for #hex is #185EA3.


I love getcolorcode.com

Triadic colors

1 #5CE7A1 and #A15CE7 with #E7A15C are triadic colors.

2 #5CA1E7 and #A1E75C with #E7A15C are triadic colors.