COLOR #E1B278

HEX: #E1B278
RGB: (225,178,120)

Color info

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

RGB color model

#E1B278 color RGB value is (225,178,120).

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

RGB channels and saturation

R 225 of 255 = 88%
G 178 of 255 = 70%
B 120 of 255 = 47%

225
178
120

R + G + B ~ 68%. #E1B278 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 178 + 120 = 523 (100%)
R 225 of 523 ~ 43.02%
G 178 of 523 ~ 34.03%
B 120 of 523 ~ 22.94%

%43.02
%34.03
%22.94

CMYK color model

#E1B278 color CMYK value is (0,21,47,12).

  • cyan value is 0.00%
  • magenta value is 20.89%
  • yellow value is 46.67%
  • key color value is 11.76%
CMYK:
(0,21,47,12)
C0M21Y47K12 
(0%,21%,47%,12%)
(0.00/0.21/0.47/0.12)	

CMYK percentages

%0
%20.89
%46.67
%11.76

Codes

Color #E1B278 in popluar color models

E1B278
RGB225178120
HSL33°63.64%67.65%
HSB/HSV33°46.67%88.24%
CMYK0.00%20.89%46.67%
11.76%

Color #E1B278 in popluar number systems.

HEXE1B278
Decimal225178120
Binary11100001101100101111000
Octal341262170

Shades and tints

Shades of #E1B278

#E1B278
(225,178,120)
#CDA26E
(205,162,110)
#B99264
(185,146,100)
#A5825A
(165,130,90)
#917250
(145,114,80)
#7D6246
(125,98,70)
#69523C
(105,82,60)
#554232
(85,66,50)
#413228
(65,50,40)
#2D221E
(45,34,30)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #E1B278

#E1B278
(225,178,120)
#E3B984
(227,185,132)
#E5C090
(229,192,144)
#E7C79C
(231,199,156)
#E9CEA8
(233,206,168)
#EBD5B4
(235,213,180)
#EDDCC0
(237,220,192)
#EFE3CC
(239,227,204)
#F1EAD8
(241,234,216)
#F3F1E4
(243,241,228)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B278; }

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

This text font color is #E1B278.


Background Color

.myBgColor { background-color: #E1B278; }

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

This div background color is #E1B278.


Border color

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

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

This div border color is #E1B278.


Opacity

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

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

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

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

This text has shadow with #E1B278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B278 on black background.


Color preview on white background

This text has color #E1B278 on white background.



Black color preview on #E1B278 background

This text has black color on #E1B278 background.


White color preview on #E1B278 background

This text has white color on #E1B278 background.