COLOR #E1C46F

HEX: #E1C46F
RGB: (225,196,111)

Color info

#E1C46F contains mainly red and green colors. Web safe color of #E1C46F is #CCCC66 (or #CC6).

RGB color model

#E1C46F color RGB value is (225,196,111).

  • red value is 225;
  • green value is 196;
  • blue value is 111.
RGB:
(225,196,111)
(88%,77%,44%)

RGB channels and saturation

R 225 of 255 = 88%
G 196 of 255 = 77%
B 111 of 255 = 44%

225
196
111

R + G + B ~ 70%. #E1C46F is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 196 + 111 = 532 (100%)
R 225 of 532 ~ 42.29%
G 196 of 532 ~ 36.84%
B 111 of 532 ~ 20.86%

%42.29
%36.84
%20.86

CMYK color model

#E1C46F color CMYK value is (0,13,51,12).

  • cyan value is 0.00%
  • magenta value is 12.89%
  • yellow value is 50.67%
  • key color value is 11.76%
CMYK:
(0,13,51,12)
C0M13Y51K12 
(0%,13%,51%,12%)
(0.00/0.13/0.51/0.12)	

CMYK percentages

%0
%12.89
%50.67
%11.76

Codes

Color #E1C46F in popluar color models

E1C46F
RGB225196111
HSL45°65.52%65.88%
HSB/HSV45°50.67%88.24%
CMYK0.00%12.89%50.67%
11.76%

Color #E1C46F in popluar number systems.

HEXE1C46F
Decimal225196111
Binary11100001110001001101111
Octal341304157

Shades and tints

Shades of #E1C46F

#E1C46F
(225,196,111)
#CDB365
(205,179,101)
#B9A25B
(185,162,91)
#A59151
(165,145,81)
#918047
(145,128,71)
#7D6F3D
(125,111,61)
#695E33
(105,94,51)
#554D29
(85,77,41)
#413C1F
(65,60,31)
#2D2B15
(45,43,21)
#191A0B
(25,26,11)
#000000
(0,0,0)

Tints of #E1C46F

#E1C46F
(225,196,111)
#E3C97C
(227,201,124)
#E5CE89
(229,206,137)
#E7D396
(231,211,150)
#E9D8A3
(233,216,163)
#EBDDB0
(235,221,176)
#EDE2BD
(237,226,189)
#EFE7CA
(239,231,202)
#F1ECD7
(241,236,215)
#F3F1E4
(243,241,228)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C46F color. Also use rgb(225,196,111) instead hex code.

Text Font Color

.myTextColor { color: #E1C46F; }

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

This text font color is #E1C46F.


Background Color

.myBgColor { background-color: #E1C46F; }

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

This div background color is #E1C46F.


Border color

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

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

This div border color is #E1C46F.


Opacity

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

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

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

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

This text has shadow with #E1C46F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C46F on black background.


Color preview on white background

This text has color #E1C46F on white background.



Black color preview on #E1C46F background

This text has black color on #E1C46F background.


White color preview on #E1C46F background

This text has white color on #E1C46F background.