COLOR #E0BD92

HEX: #E0BD92
RGB: (224,189,146)

Color info

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

RGB color model

#E0BD92 color RGB value is (224,189,146).

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

RGB channels and saturation

R 224 of 255 = 88%
G 189 of 255 = 74%
B 146 of 255 = 57%

224
189
146

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

Portions of RGB colors in percentages

R + G + B =
224 + 189 + 146 = 559 (100%)
R 224 of 559 ~ 40.07%
G 189 of 559 ~ 33.81%
B 146 of 559 ~ 26.12%

%40.07
%33.81
%26.12

CMYK color model

#E0BD92 color CMYK value is (0,16,35,12).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 34.82%
  • key color value is 12.16%
CMYK:
(0,16,35,12)
C0M16Y35K12 
(0%,16%,35%,12%)
(0.00/0.16/0.35/0.12)	

CMYK percentages

%0
%15.63
%34.82
%12.16

Codes

Color #E0BD92 in popluar color models

E0BD92
RGB224189146
HSL33°55.71%72.55%
HSB/HSV33°34.82%87.84%
CMYK0.00%15.63%34.82%
12.16%

Color #E0BD92 in popluar number systems.

HEXE0BD92
Decimal224189146
Binary111000001011110110010010
Octal340275222

Shades and tints

Shades of #E0BD92

#E0BD92
(224,189,146)
#CCAC85
(204,172,133)
#B89B78
(184,155,120)
#A48A6B
(164,138,107)
#90795E
(144,121,94)
#7C6851
(124,104,81)
#685744
(104,87,68)
#544637
(84,70,55)
#40352A
(64,53,42)
#2C241D
(44,36,29)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #E0BD92

#E0BD92
(224,189,146)
#E2C39B
(226,195,155)
#E4C9A4
(228,201,164)
#E6CFAD
(230,207,173)
#E8D5B6
(232,213,182)
#EADBBF
(234,219,191)
#ECE1C8
(236,225,200)
#EEE7D1
(238,231,209)
#F0EDDA
(240,237,218)
#F2F3E3
(242,243,227)
#F4F9EC
(244,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BD92; }

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

This text font color is #E0BD92.


Background Color

.myBgColor { background-color: #E0BD92; }

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

This div background color is #E0BD92.


Border color

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

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

This div border color is #E0BD92.


Opacity

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

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

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

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

This text has shadow with #E0BD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BD92 on black background.


Color preview on white background

This text has color #E0BD92 on white background.



Black color preview on #E0BD92 background

This text has black color on #E0BD92 background.


White color preview on #E0BD92 background

This text has white color on #E0BD92 background.