COLOR #E4B17A

HEX: #E4B17A
RGB: (228,177,122)

Color info

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

RGB color model

#E4B17A color RGB value is (228,177,122).

  • red value is 228;
  • green value is 177;
  • blue value is 122.
RGB:
(228,177,122)
(89%,69%,48%)

RGB channels and saturation

R 228 of 255 = 89%
G 177 of 255 = 69%
B 122 of 255 = 48%

228
177
122

R + G + B ~ 69%. #E4B17A is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 177 + 122 = 527 (100%)
R 228 of 527 ~ 43.26%
G 177 of 527 ~ 33.59%
B 122 of 527 ~ 23.15%

%43.26
%33.59
%23.15

CMYK color model

#E4B17A color CMYK value is (0,22,46,11).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 46.49%
  • key color value is 10.59%
CMYK:
(0,22,46,11)
C0M22Y46K11 
(0%,22%,46%,11%)
(0.00/0.22/0.46/0.11)	

CMYK percentages

%0
%22.37
%46.49
%10.59

Codes

Color #E4B17A in popluar color models

E4B17A
RGB228177122
HSL31°66.25%68.63%
HSB/HSV31°46.49%89.41%
CMYK0.00%22.37%46.49%
10.59%

Color #E4B17A in popluar number systems.

HEXE4B17A
Decimal228177122
Binary11100100101100011111010
Octal344261172

Shades and tints

Shades of #E4B17A

#E4B17A
(228,177,122)
#D0A16F
(208,161,111)
#BC9164
(188,145,100)
#A88159
(168,129,89)
#94714E
(148,113,78)
#806143
(128,97,67)
#6C5138
(108,81,56)
#58412D
(88,65,45)
#443122
(68,49,34)
#302117
(48,33,23)
#1C110C
(28,17,12)
#000000
(0,0,0)

Tints of #E4B17A

#E4B17A
(228,177,122)
#E6B886
(230,184,134)
#E8BF92
(232,191,146)
#EAC69E
(234,198,158)
#ECCDAA
(236,205,170)
#EED4B6
(238,212,182)
#F0DBC2
(240,219,194)
#F2E2CE
(242,226,206)
#F4E9DA
(244,233,218)
#F6F0E6
(246,240,230)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B17A color. Also use rgb(228,177,122) instead hex code.

Text Font Color

.myTextColor { color: #E4B17A; }

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

This text font color is #E4B17A.


Background Color

.myBgColor { background-color: #E4B17A; }

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

This div background color is #E4B17A.


Border color

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

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

This div border color is #E4B17A.


Opacity

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

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

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

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

This text has shadow with #E4B17A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B17A on black background.


Color preview on white background

This text has color #E4B17A on white background.



Black color preview on #E4B17A background

This text has black color on #E4B17A background.


White color preview on #E4B17A background

This text has white color on #E4B17A background.