COLOR #E1C478

HEX: #E1C478
RGB: (225,196,120)

Color info

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

RGB color model

#E1C478 color RGB value is (225,196,120).

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

RGB channels and saturation

R 225 of 255 = 88%
G 196 of 255 = 77%
B 120 of 255 = 47%

225
196
120

R + G + B ~ 71%. #E1C478 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 196 + 120 = 541 (100%)
R 225 of 541 ~ 41.59%
G 196 of 541 ~ 36.23%
B 120 of 541 ~ 22.18%

%41.59
%36.23
%22.18

CMYK color model

#E1C478 color CMYK value is (0,13,47,12).

  • cyan value is 0.00%
  • magenta value is 12.89%
  • yellow value is 46.67%
  • key color value is 11.76%
CMYK:
(0,13,47,12)
C0M13Y47K12 
(0%,13%,47%,12%)
(0.00/0.13/0.47/0.12)	

CMYK percentages

%0
%12.89
%46.67
%11.76

Codes

Color #E1C478 in popluar color models

E1C478
RGB225196120
HSL43°63.64%67.65%
HSB/HSV43°46.67%88.24%
CMYK0.00%12.89%46.67%
11.76%

Color #E1C478 in popluar number systems.

HEXE1C478
Decimal225196120
Binary11100001110001001111000
Octal341304170

Shades and tints

Shades of #E1C478

#E1C478
(225,196,120)
#CDB36E
(205,179,110)
#B9A264
(185,162,100)
#A5915A
(165,145,90)
#918050
(145,128,80)
#7D6F46
(125,111,70)
#695E3C
(105,94,60)
#554D32
(85,77,50)
#413C28
(65,60,40)
#2D2B1E
(45,43,30)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #E1C478

#E1C478
(225,196,120)
#E3C984
(227,201,132)
#E5CE90
(229,206,144)
#E7D39C
(231,211,156)
#E9D8A8
(233,216,168)
#EBDDB4
(235,221,180)
#EDE2C0
(237,226,192)
#EFE7CC
(239,231,204)
#F1ECD8
(241,236,216)
#F3F1E4
(243,241,228)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C478; }

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

This text font color is #E1C478.


Background Color

.myBgColor { background-color: #E1C478; }

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

This div background color is #E1C478.


Border color

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

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

This div border color is #E1C478.


Opacity

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

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

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

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

This text has shadow with #E1C478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C478 on black background.


Color preview on white background

This text has color #E1C478 on white background.



Black color preview on #E1C478 background

This text has black color on #E1C478 background.


White color preview on #E1C478 background

This text has white color on #E1C478 background.