COLOR #E7C181

HEX: #E7C181
RGB: (231,193,129)

Color info

#E7C181 contains mainly red and green colors. Web safe color of #E7C181 is #FFCC99 (or #FC9).

RGB color model

#E7C181 color RGB value is (231,193,129).

  • red value is 231;
  • green value is 193;
  • blue value is 129.
RGB:
(231,193,129)
(91%,76%,51%)

RGB channels and saturation

R 231 of 255 = 91%
G 193 of 255 = 76%
B 129 of 255 = 51%

231
193
129

R + G + B ~ 73%. #E7C181 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 193 + 129 = 553 (100%)
R 231 of 553 ~ 41.77%
G 193 of 553 ~ 34.9%
B 129 of 553 ~ 23.33%

%41.77
%34.9
%23.33

CMYK color model

#E7C181 color CMYK value is (0,16,44,9).

  • cyan value is 0.00%
  • magenta value is 16.45%
  • yellow value is 44.16%
  • key color value is 9.41%
CMYK:
(0,16,44,9)
C0M16Y44K9 
(0%,16%,44%,9%)
(0.00/0.16/0.44/0.09)	

CMYK percentages

%0
%16.45
%44.16
%9.41

Codes

Color #E7C181 in popluar color models

E7C181
RGB231193129
HSL38°68.00%70.59%
HSB/HSV38°44.16%90.59%
CMYK0.00%16.45%44.16%
9.41%

Color #E7C181 in popluar number systems.

HEXE7C181
Decimal231193129
Binary111001111100000110000001
Octal347301201

Shades and tints

Shades of #E7C181

#E7C181
(231,193,129)
#D2B076
(210,176,118)
#BD9F6B
(189,159,107)
#A88E60
(168,142,96)
#937D55
(147,125,85)
#7E6C4A
(126,108,74)
#695B3F
(105,91,63)
#544A34
(84,74,52)
#3F3929
(63,57,41)
#2A281E
(42,40,30)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #E7C181

#E7C181
(231,193,129)
#E9C68C
(233,198,140)
#EBCB97
(235,203,151)
#EDD0A2
(237,208,162)
#EFD5AD
(239,213,173)
#F1DAB8
(241,218,184)
#F3DFC3
(243,223,195)
#F5E4CE
(245,228,206)
#F7E9D9
(247,233,217)
#F9EEE4
(249,238,228)
#FBF3EF
(251,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C181 color. Also use rgb(231,193,129) instead hex code.

Text Font Color

.myTextColor { color: #E7C181; }

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

This text font color is #E7C181.


Background Color

.myBgColor { background-color: #E7C181; }

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

This div background color is #E7C181.


Border color

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

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

This div border color is #E7C181.


Opacity

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

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

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

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

This text has shadow with #E7C181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C181 on black background.


Color preview on white background

This text has color #E7C181 on white background.



Black color preview on #E7C181 background

This text has black color on #E7C181 background.


White color preview on #E7C181 background

This text has white color on #E7C181 background.