COLOR #E4BA92

HEX: #E4BA92
RGB: (228,186,146)

Color info

#E4BA92 contains mainly red and green colors. Web safe color of #E4BA92 is #CCCC99 (or #CC9).

RGB color model

#E4BA92 color RGB value is (228,186,146).

  • red value is 228;
  • green value is 186;
  • blue value is 146.
RGB:
(228,186,146)
(89%,73%,57%)

RGB channels and saturation

R 228 of 255 = 89%
G 186 of 255 = 73%
B 146 of 255 = 57%

228
186
146

R + G + B ~ 73%. #E4BA92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 186 + 146 = 560 (100%)
R 228 of 560 ~ 40.71%
G 186 of 560 ~ 33.21%
B 146 of 560 ~ 26.07%

%40.71
%33.21
%26.07

CMYK color model

#E4BA92 color CMYK value is (0,18,36,11).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 35.96%
  • key color value is 10.59%
CMYK:
(0,18,36,11)
C0M18Y36K11 
(0%,18%,36%,11%)
(0.00/0.18/0.36/0.11)	

CMYK percentages

%0
%18.42
%35.96
%10.59

Codes

Color #E4BA92 in popluar color models

E4BA92
RGB228186146
HSL29°60.29%73.33%
HSB/HSV29°35.96%89.41%
CMYK0.00%18.42%35.96%
10.59%

Color #E4BA92 in popluar number systems.

HEXE4BA92
Decimal228186146
Binary111001001011101010010010
Octal344272222

Shades and tints

Shades of #E4BA92

#E4BA92
(228,186,146)
#D0AA85
(208,170,133)
#BC9A78
(188,154,120)
#A88A6B
(168,138,107)
#947A5E
(148,122,94)
#806A51
(128,106,81)
#6C5A44
(108,90,68)
#584A37
(88,74,55)
#443A2A
(68,58,42)
#302A1D
(48,42,29)
#1C1A10
(28,26,16)
#000000
(0,0,0)

Tints of #E4BA92

#E4BA92
(228,186,146)
#E6C09B
(230,192,155)
#E8C6A4
(232,198,164)
#EACCAD
(234,204,173)
#ECD2B6
(236,210,182)
#EED8BF
(238,216,191)
#F0DEC8
(240,222,200)
#F2E4D1
(242,228,209)
#F4EADA
(244,234,218)
#F6F0E3
(246,240,227)
#F8F6EC
(248,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BA92 color. Also use rgb(228,186,146) instead hex code.

Text Font Color

.myTextColor { color: #E4BA92; }

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

This text font color is #E4BA92.


Background Color

.myBgColor { background-color: #E4BA92; }

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

This div background color is #E4BA92.


Border color

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

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

This div border color is #E4BA92.


Opacity

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

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

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

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

This text has shadow with #E4BA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BA92 on black background.


Color preview on white background

This text has color #E4BA92 on white background.



Black color preview on #E4BA92 background

This text has black color on #E4BA92 background.


White color preview on #E4BA92 background

This text has white color on #E4BA92 background.