COLOR #E0B592

HEX: #E0B592
RGB: (224,181,146)

Color info

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

RGB color model

#E0B592 color RGB value is (224,181,146).

  • red value is 224;
  • green value is 181;
  • blue value is 146.
RGB:
(224,181,146)
(88%,71%,57%)

RGB channels and saturation

R 224 of 255 = 88%
G 181 of 255 = 71%
B 146 of 255 = 57%

224
181
146

R + G + B ~ 72%. #E0B592 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 181 + 146 = 551 (100%)
R 224 of 551 ~ 40.65%
G 181 of 551 ~ 32.85%
B 146 of 551 ~ 26.5%

%40.65
%32.85
%26.5

CMYK color model

#E0B592 color CMYK value is (0,19,35,12).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 34.82%
  • key color value is 12.16%
CMYK:
(0,19,35,12)
C0M19Y35K12 
(0%,19%,35%,12%)
(0.00/0.19/0.35/0.12)	

CMYK percentages

%0
%19.2
%34.82
%12.16

Codes

Color #E0B592 in popluar color models

E0B592
RGB224181146
HSL27°55.71%72.55%
HSB/HSV27°34.82%87.84%
CMYK0.00%19.20%34.82%
12.16%

Color #E0B592 in popluar number systems.

HEXE0B592
Decimal224181146
Binary111000001011010110010010
Octal340265222

Shades and tints

Shades of #E0B592

#E0B592
(224,181,146)
#CCA585
(204,165,133)
#B89578
(184,149,120)
#A4856B
(164,133,107)
#90755E
(144,117,94)
#7C6551
(124,101,81)
#685544
(104,85,68)
#544537
(84,69,55)
#40352A
(64,53,42)
#2C251D
(44,37,29)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #E0B592

#E0B592
(224,181,146)
#E2BB9B
(226,187,155)
#E4C1A4
(228,193,164)
#E6C7AD
(230,199,173)
#E8CDB6
(232,205,182)
#EAD3BF
(234,211,191)
#ECD9C8
(236,217,200)
#EEDFD1
(238,223,209)
#F0E5DA
(240,229,218)
#F2EBE3
(242,235,227)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B592 color. Also use rgb(224,181,146) instead hex code.

Text Font Color

.myTextColor { color: #E0B592; }

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

This text font color is #E0B592.


Background Color

.myBgColor { background-color: #E0B592; }

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

This div background color is #E0B592.


Border color

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

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

This div border color is #E0B592.


Opacity

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

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

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

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

This text has shadow with #E0B592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B592 on black background.


Color preview on white background

This text has color #E0B592 on white background.



Black color preview on #E0B592 background

This text has black color on #E0B592 background.


White color preview on #E0B592 background

This text has white color on #E0B592 background.