COLOR #E2B364

HEX: #E2B364
RGB: (226,179,100)

Color info

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

RGB color model

#E2B364 color RGB value is (226,179,100).

  • red value is 226;
  • green value is 179;
  • blue value is 100.
RGB:
(226,179,100)
(89%,70%,39%)

RGB channels and saturation

R 226 of 255 = 89%
G 179 of 255 = 70%
B 100 of 255 = 39%

226
179
100

R + G + B ~ 66%. #E2B364 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 179 + 100 = 505 (100%)
R 226 of 505 ~ 44.75%
G 179 of 505 ~ 35.45%
B 100 of 505 ~ 19.8%

%44.75
%35.45
%19.8

CMYK color model

#E2B364 color CMYK value is (0,21,56,11).

  • cyan value is 0.00%
  • magenta value is 20.80%
  • yellow value is 55.75%
  • key color value is 11.37%
CMYK:
(0,21,56,11)
C0M21Y56K11 
(0%,21%,56%,11%)
(0.00/0.21/0.56/0.11)	

CMYK percentages

%0
%20.8
%55.75
%11.37

Codes

Color #E2B364 in popluar color models

E2B364
RGB226179100
HSL38°68.48%63.92%
HSB/HSV38°55.75%88.63%
CMYK0.00%20.80%55.75%
11.37%

Color #E2B364 in popluar number systems.

HEXE2B364
Decimal226179100
Binary11100010101100111100100
Octal342263144

Shades and tints

Shades of #E2B364

#E2B364
(226,179,100)
#CEA35B
(206,163,91)
#BA9352
(186,147,82)
#A68349
(166,131,73)
#927340
(146,115,64)
#7E6337
(126,99,55)
#6A532E
(106,83,46)
#564325
(86,67,37)
#42331C
(66,51,28)
#2E2313
(46,35,19)
#1A130A
(26,19,10)
#000000
(0,0,0)

Tints of #E2B364

#E2B364
(226,179,100)
#E4B972
(228,185,114)
#E6BF80
(230,191,128)
#E8C58E
(232,197,142)
#EACB9C
(234,203,156)
#ECD1AA
(236,209,170)
#EED7B8
(238,215,184)
#F0DDC6
(240,221,198)
#F2E3D4
(242,227,212)
#F4E9E2
(244,233,226)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B364 color. Also use rgb(226,179,100) instead hex code.

Text Font Color

.myTextColor { color: #E2B364; }

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

This text font color is #E2B364.


Background Color

.myBgColor { background-color: #E2B364; }

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

This div background color is #E2B364.


Border color

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

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

This div border color is #E2B364.


Opacity

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

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

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

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

This text has shadow with #E2B364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B364 on black background.


Color preview on white background

This text has color #E2B364 on white background.



Black color preview on #E2B364 background

This text has black color on #E2B364 background.


White color preview on #E2B364 background

This text has white color on #E2B364 background.