COLOR #E3BD5C

HEX: #E3BD5C
RGB: (227,189,92)

Color info

#E3BD5C contains mainly red and green colors. Web safe color of #E3BD5C is #CCCC66 (or #CC6).

RGB color model

#E3BD5C color RGB value is (227,189,92).

  • red value is 227;
  • green value is 189;
  • blue value is 92.
RGB:
(227,189,92)
(89%,74%,36%)

RGB channels and saturation

R 227 of 255 = 89%
G 189 of 255 = 74%
B 92 of 255 = 36%

227
189
92

R + G + B ~ 66%. #E3BD5C is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 189 + 92 = 508 (100%)
R 227 of 508 ~ 44.69%
G 189 of 508 ~ 37.2%
B 92 of 508 ~ 18.11%

%44.69
%37.2
%18.11

CMYK color model

#E3BD5C color CMYK value is (0,17,59,11).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 59.47%
  • key color value is 10.98%
CMYK:
(0,17,59,11)
C0M17Y59K11 
(0%,17%,59%,11%)
(0.00/0.17/0.59/0.11)	

CMYK percentages

%0
%16.74
%59.47
%10.98

Codes

Color #E3BD5C in popluar color models

E3BD5C
RGB22718992
HSL43°70.68%62.55%
HSB/HSV43°59.47%89.02%
CMYK0.00%16.74%59.47%
10.98%

Color #E3BD5C in popluar number systems.

HEXE3BD5C
Decimal22718992
Binary11100011101111011011100
Octal343275134

Shades and tints

Shades of #E3BD5C

#E3BD5C
(227,189,92)
#CFAC54
(207,172,84)
#BB9B4C
(187,155,76)
#A78A44
(167,138,68)
#93793C
(147,121,60)
#7F6834
(127,104,52)
#6B572C
(107,87,44)
#574624
(87,70,36)
#43351C
(67,53,28)
#2F2414
(47,36,20)
#1B130C
(27,19,12)
#000000
(0,0,0)

Tints of #E3BD5C

#E3BD5C
(227,189,92)
#E5C36A
(229,195,106)
#E7C978
(231,201,120)
#E9CF86
(233,207,134)
#EBD594
(235,213,148)
#EDDBA2
(237,219,162)
#EFE1B0
(239,225,176)
#F1E7BE
(241,231,190)
#F3EDCC
(243,237,204)
#F5F3DA
(245,243,218)
#F7F9E8
(247,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BD5C color. Also use rgb(227,189,92) instead hex code.

Text Font Color

.myTextColor { color: #E3BD5C; }

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

This text font color is #E3BD5C.


Background Color

.myBgColor { background-color: #E3BD5C; }

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

This div background color is #E3BD5C.


Border color

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

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

This div border color is #E3BD5C.


Opacity

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

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

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

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

This text has shadow with #E3BD5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BD5C on black background.


Color preview on white background

This text has color #E3BD5C on white background.



Black color preview on #E3BD5C background

This text has black color on #E3BD5C background.


White color preview on #E3BD5C background

This text has white color on #E3BD5C background.