COLOR #E1B073

HEX: #E1B073 RGB: (225,176,115)

Color info

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

RGB color model

#E1B073 color RGB value is (225,176,115).

RGB: (225,176,115) (88%, 69%, 45%)

RGB channels and saturation

R 225 of 255 = 88%
G 176 of 255 = 69%
B 115 of 255 = 45%

225
176
115

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

Portions of RGB colors in percentages

R + G + B = 225 + 176 + 115 = 516 (100%)
R 225 of 516 ~ 43.6%
G 176 of 516 ~ 34.11%
B 115 of 516 ~ 22.29'%

%43.6
%34.11
%22.29

CMYK color model

#E1B073 color CMYK value is (0,22,49,12).

  • cyan value is 0.00%
  • magenta value is 21.78%
  • yellow value is 48.89%
  • key color value is 11.76%

CMYK: (0,22,49,12)
C0M22Y49K12 (0%, 22%, 49%, 12%)
(0.00 / 0.22 / 0.49 / 0.12)

CMYK percentages

%0
%21.78
%48.89
%11.76

Codes

Color #E1B073 in popluar color models

E1 B0 73
RGB 225 176 115
HSL 33° 64.71% 66.67%
HSB/HSV 33° 48.89% 88.24%
CMYK 0.00% 21.78% 48.89%
11.76%

Color #E1B073 in popluar number systems.

HEX E1 B0 73
Decimal 225 176 115
Binary 11100001 10110000 1110011
Octal 341 260 163

Shades and tints

Shades of #E1B073

#E1B073
(225,176,115)
#CDA069
(205,160,105)
#B9905F
(185,144,95)
#A58055
(165,128,85)
#91704B
(145,112,75)
#7D6041
(125,96,65)
#695037
(105,80,55)
#55402D
(85,64,45)
#413023
(65,48,35)
#2D2019
(45,32,25)
#19100F
(25,16,15)
#000000
(0,0,0)

Tints of #E1B073

#E1B073
(225,176,115)
#E3B77F
(227,183,127)
#E5BE8B
(229,190,139)
#E7C597
(231,197,151)
#E9CCA3
(233,204,163)
#EBD3AF
(235,211,175)
#EDDABB
(237,218,187)
#EFE1C7
(239,225,199)
#F1E8D3
(241,232,211)
#F3EFDF
(243,239,223)
#F5F6EB
(245,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B073 color. Also use rgb(225,176,115) instead hex code.

Text Font Color

.myTextColor { color: #E1B073; }

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

This text font color is #E1B073.

Background Color

.myBgColor { background-color: #E1B073; }

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

This div background color is #E1B073.

Border color

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

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

This div border color is #E1B073.

Opacity

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

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

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

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

This text has shadow with #E1B073 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B073.

Preview

Color preview on black background

This text has color #E1B073 on black background.


Color preview on white background

This text has color #E1B073 on white background.


Black color preview on #E1B073 background

This text has black color on #E1B073 background.


White color preview on #E1B073 background

This text has white color on #E1B073 background.


Related colors

Complementary color

Complementary color for #hex is #1E4F8C.


I love getcolorcode.com

Triadic colors

1 #73E1B0 and #B073E1 with #E1B073 are triadic colors.

2 #73B0E1 and #B0E173 with #E1B073 are triadic colors.