COLOR #E9BE71

HEX: #E9BE71 RGB: (233,190,113)

Color info

#E9BE71 contains mainly red and green colors. Web safe color of #E9BE71 is #FFCC66 (or #FC6).

RGB color model

#E9BE71 color RGB value is (233,190,113).

RGB: (233,190,113) (91%, 75%, 44%)

RGB channels and saturation

R 233 of 255 = 91%
G 190 of 255 = 75%
B 113 of 255 = 44%

233
190
113

R + G + B ~ 70%. #E9BE71 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 190 + 113 = 536 (100%)
R 233 of 536 ~ 43.47%
G 190 of 536 ~ 35.45%
B 113 of 536 ~ 21.08'%

%43.47
%35.45
%21.08

CMYK color model

#E9BE71 color CMYK value is (0,18,52,9).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 51.50%
  • key color value is 8.63%

CMYK: (0,18,52,9)
C0M18Y52K9 (0%, 18%, 52%, 9%)
(0.00 / 0.18 / 0.52 / 0.09)

CMYK percentages

%0
%18.45
%51.5
%8.63

Codes

Color #E9BE71 in popluar color models

E9 BE 71
RGB 233 190 113
HSL 39° 73.17% 67.84%
HSB/HSV 39° 51.50% 91.37%
CMYK 0.00% 18.45% 51.50%
8.63%

Color #E9BE71 in popluar number systems.

HEX E9 BE 71
Decimal 233 190 113
Binary 11101001 10111110 1110001
Octal 351 276 161

Shades and tints

Shades of #E9BE71

#E9BE71
(233,190,113)
#D4AD67
(212,173,103)
#BF9C5D
(191,156,93)
#AA8B53
(170,139,83)
#957A49
(149,122,73)
#80693F
(128,105,63)
#6B5835
(107,88,53)
#56472B
(86,71,43)
#413621
(65,54,33)
#2C2517
(44,37,23)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #E9BE71

#E9BE71
(233,190,113)
#EBC37D
(235,195,125)
#EDC889
(237,200,137)
#EFCD95
(239,205,149)
#F1D2A1
(241,210,161)
#F3D7AD
(243,215,173)
#F5DCB9
(245,220,185)
#F7E1C5
(247,225,197)
#F9E6D1
(249,230,209)
#FBEBDD
(251,235,221)
#FDF0E9
(253,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BE71 color. Also use rgb(233,190,113) instead hex code.

Text Font Color

.myTextColor { color: #E9BE71; }

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

This text font color is #E9BE71.

Background Color

.myBgColor { background-color: #E9BE71; }

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

This div background color is #E9BE71.

Border color

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

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

This div border color is #E9BE71.

Opacity

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

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

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

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

This text has shadow with #E9BE71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9BE71.

Preview

Color preview on black background

This text has color #E9BE71 on black background.


Color preview on white background

This text has color #E9BE71 on white background.


Black color preview on #E9BE71 background

This text has black color on #E9BE71 background.


White color preview on #E9BE71 background

This text has white color on #E9BE71 background.


Related colors

Complementary color

Complementary color for #hex is #16418E.


I love getcolorcode.com

Triadic colors

1 #71E9BE and #BE71E9 with #E9BE71 are triadic colors.

2 #71BEE9 and #BEE971 with #E9BE71 are triadic colors.