COLOR #E1A670

HEX: #E1A670
RGB: (225,166,112)

Color info

#E1A670 contains mainly red and green colors. Web safe color of #E1A670 is #CC9966 (or #C96).

RGB color model

#E1A670 color RGB value is (225,166,112).

  • red value is 225;
  • green value is 166;
  • blue value is 112.
RGB:
(225,166,112)
(88%,65%,44%)

RGB channels and saturation

R 225 of 255 = 88%
G 166 of 255 = 65%
B 112 of 255 = 44%

225
166
112

R + G + B ~ 66%. #E1A670 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 166 + 112 = 503 (100%)
R 225 of 503 ~ 44.73%
G 166 of 503 ~ 33%
B 112 of 503 ~ 22.27%

%44.73
%33
%22.27

CMYK color model

#E1A670 color CMYK value is (0,26,50,12).

  • cyan value is 0.00%
  • magenta value is 26.22%
  • yellow value is 50.22%
  • key color value is 11.76%
CMYK:
(0,26,50,12)
C0M26Y50K12 
(0%,26%,50%,12%)
(0.00/0.26/0.50/0.12)	

CMYK percentages

%0
%26.22
%50.22
%11.76

Codes

Color #E1A670 in popluar color models

E1A670
RGB225166112
HSL29°65.32%66.08%
HSB/HSV29°50.22%88.24%
CMYK0.00%26.22%50.22%
11.76%

Color #E1A670 in popluar number systems.

HEXE1A670
Decimal225166112
Binary11100001101001101110000
Octal341246160

Shades and tints

Shades of #E1A670

#E1A670
(225,166,112)
#CD9766
(205,151,102)
#B9885C
(185,136,92)
#A57952
(165,121,82)
#916A48
(145,106,72)
#7D5B3E
(125,91,62)
#694C34
(105,76,52)
#553D2A
(85,61,42)
#412E20
(65,46,32)
#2D1F16
(45,31,22)
#19100C
(25,16,12)
#000000
(0,0,0)

Tints of #E1A670

#E1A670
(225,166,112)
#E3AE7D
(227,174,125)
#E5B68A
(229,182,138)
#E7BE97
(231,190,151)
#E9C6A4
(233,198,164)
#EBCEB1
(235,206,177)
#EDD6BE
(237,214,190)
#EFDECB
(239,222,203)
#F1E6D8
(241,230,216)
#F3EEE5
(243,238,229)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A670 color. Also use rgb(225,166,112) instead hex code.

Text Font Color

.myTextColor { color: #E1A670; }

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

This text font color is #E1A670.


Background Color

.myBgColor { background-color: #E1A670; }

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

This div background color is #E1A670.


Border color

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

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

This div border color is #E1A670.


Opacity

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

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

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

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

This text has shadow with #E1A670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A670 on black background.


Color preview on white background

This text has color #E1A670 on white background.



Black color preview on #E1A670 background

This text has black color on #E1A670 background.


White color preview on #E1A670 background

This text has white color on #E1A670 background.