COLOR #E2BC7D

HEX: #E2BC7D RGB: (226,188,125)

Color info

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

RGB color model

#E2BC7D color RGB value is (226,188,125).

RGB: (226,188,125) (89%, 74%, 49%)

RGB channels and saturation

R 226 of 255 = 89%
G 188 of 255 = 74%
B 125 of 255 = 49%

226
188
125

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

Portions of RGB colors in percentages

R + G + B = 226 + 188 + 125 = 539 (100%)
R 226 of 539 ~ 41.93%
G 188 of 539 ~ 34.88%
B 125 of 539 ~ 23.19'%

%41.93
%34.88
%23.19

CMYK color model

#E2BC7D color CMYK value is (0,17,45,11).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 44.69%
  • key color value is 11.37%

CMYK: (0,17,45,11)
C0M17Y45K11 (0%, 17%, 45%, 11%)
(0.00 / 0.17 / 0.45 / 0.11)

CMYK percentages

%0
%16.81
%44.69
%11.37

Codes

Color #E2BC7D in popluar color models

E2 BC 7D
RGB 226 188 125
HSL 37° 63.52% 68.82%
HSB/HSV 37° 44.69% 88.63%
CMYK 0.00% 16.81% 44.69%
11.37%

Color #E2BC7D in popluar number systems.

HEX E2 BC 7D
Decimal 226 188 125
Binary 11100010 10111100 1111101
Octal 342 274 175

Shades and tints

Shades of #E2BC7D

#E2BC7D
(226,188,125)
#CEAB72
(206,171,114)
#BA9A67
(186,154,103)
#A6895C
(166,137,92)
#927851
(146,120,81)
#7E6746
(126,103,70)
#6A563B
(106,86,59)
#564530
(86,69,48)
#423425
(66,52,37)
#2E231A
(46,35,26)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #E2BC7D

#E2BC7D
(226,188,125)
#E4C288
(228,194,136)
#E6C893
(230,200,147)
#E8CE9E
(232,206,158)
#EAD4A9
(234,212,169)
#ECDAB4
(236,218,180)
#EEE0BF
(238,224,191)
#F0E6CA
(240,230,202)
#F2ECD5
(242,236,213)
#F4F2E0
(244,242,224)
#F6F8EB
(246,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BC7D color. Also use rgb(226,188,125) instead hex code.

Text Font Color

.myTextColor { color: #E2BC7D; }

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

This text font color is #E2BC7D.

Background Color

.myBgColor { background-color: #E2BC7D; }

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

This div background color is #E2BC7D.

Border color

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

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

This div border color is #E2BC7D.

Opacity

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

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

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

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

This text has shadow with #E2BC7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2BC7D.

Preview

Color preview on black background

This text has color #E2BC7D on black background.


Color preview on white background

This text has color #E2BC7D on white background.


Black color preview on #E2BC7D background

This text has black color on #E2BC7D background.


White color preview on #E2BC7D background

This text has white color on #E2BC7D background.


Related colors

Complementary color

Complementary color for #hex is #1D4382.


I love getcolorcode.com

Triadic colors

1 #7DE2BC and #BC7DE2 with #E2BC7D are triadic colors.

2 #7DBCE2 and #BCE27D with #E2BC7D are triadic colors.