COLOR #E4B36C

HEX: #E4B36C
RGB: (228,179,108)

Color info

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

RGB color model

#E4B36C color RGB value is (228,179,108).

  • red value is 228;
  • green value is 179;
  • blue value is 108.
RGB:
(228,179,108)
(89%,70%,42%)

RGB channels and saturation

R 228 of 255 = 89%
G 179 of 255 = 70%
B 108 of 255 = 42%

228
179
108

R + G + B ~ 67%. #E4B36C is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 179 + 108 = 515 (100%)
R 228 of 515 ~ 44.27%
G 179 of 515 ~ 34.76%
B 108 of 515 ~ 20.97%

%44.27
%34.76
%20.97

CMYK color model

#E4B36C color CMYK value is (0,21,53,11).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 52.63%
  • key color value is 10.59%
CMYK:
(0,21,53,11)
C0M21Y53K11 
(0%,21%,53%,11%)
(0.00/0.21/0.53/0.11)	

CMYK percentages

%0
%21.49
%52.63
%10.59

Codes

Color #E4B36C in popluar color models

E4B36C
RGB228179108
HSL36°68.97%65.88%
HSB/HSV36°52.63%89.41%
CMYK0.00%21.49%52.63%
10.59%

Color #E4B36C in popluar number systems.

HEXE4B36C
Decimal228179108
Binary11100100101100111101100
Octal344263154

Shades and tints

Shades of #E4B36C

#E4B36C
(228,179,108)
#D0A363
(208,163,99)
#BC935A
(188,147,90)
#A88351
(168,131,81)
#947348
(148,115,72)
#80633F
(128,99,63)
#6C5336
(108,83,54)
#58432D
(88,67,45)
#443324
(68,51,36)
#30231B
(48,35,27)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #E4B36C

#E4B36C
(228,179,108)
#E6B979
(230,185,121)
#E8BF86
(232,191,134)
#EAC593
(234,197,147)
#ECCBA0
(236,203,160)
#EED1AD
(238,209,173)
#F0D7BA
(240,215,186)
#F2DDC7
(242,221,199)
#F4E3D4
(244,227,212)
#F6E9E1
(246,233,225)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B36C color. Also use rgb(228,179,108) instead hex code.

Text Font Color

.myTextColor { color: #E4B36C; }

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

This text font color is #E4B36C.


Background Color

.myBgColor { background-color: #E4B36C; }

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

This div background color is #E4B36C.


Border color

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

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

This div border color is #E4B36C.


Opacity

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

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

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

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

This text has shadow with #E4B36C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B36C on black background.


Color preview on white background

This text has color #E4B36C on white background.



Black color preview on #E4B36C background

This text has black color on #E4B36C background.


White color preview on #E4B36C background

This text has white color on #E4B36C background.