COLOR #EBCE87

HEX: #EBCE87
RGB: (235,206,135)

Color info

#EBCE87 contains mainly red and green colors. Web safe color of #EBCE87 is #FFCC99 (or #FC9).

RGB color model

#EBCE87 color RGB value is (235,206,135).

  • red value is 235;
  • green value is 206;
  • blue value is 135.
RGB:
(235,206,135)
(92%,81%,53%)

RGB channels and saturation

R 235 of 255 = 92%
G 206 of 255 = 81%
B 135 of 255 = 53%

235
206
135

R + G + B ~ 75%. #EBCE87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 206 + 135 = 576 (100%)
R 235 of 576 ~ 40.8%
G 206 of 576 ~ 35.76%
B 135 of 576 ~ 23.44%

%40.8
%35.76
%23.44

CMYK color model

#EBCE87 color CMYK value is (0,12,43,8).

  • cyan value is 0.00%
  • magenta value is 12.34%
  • yellow value is 42.55%
  • key color value is 7.84%
CMYK:
(0,12,43,8)
C0M12Y43K8 
(0%,12%,43%,8%)
(0.00/0.12/0.43/0.08)	

CMYK percentages

%0
%12.34
%42.55
%7.84

Codes

Color #EBCE87 in popluar color models

EBCE87
RGB235206135
HSL43°71.43%72.55%
HSB/HSV43°42.55%92.16%
CMYK0.00%12.34%42.55%
7.84%

Color #EBCE87 in popluar number systems.

HEXEBCE87
Decimal235206135
Binary111010111100111010000111
Octal353316207

Shades and tints

Shades of #EBCE87

#EBCE87
(235,206,135)
#D6BC7B
(214,188,123)
#C1AA6F
(193,170,111)
#AC9863
(172,152,99)
#978657
(151,134,87)
#82744B
(130,116,75)
#6D623F
(109,98,63)
#585033
(88,80,51)
#433E27
(67,62,39)
#2E2C1B
(46,44,27)
#191A0F
(25,26,15)
#000000
(0,0,0)

Tints of #EBCE87

#EBCE87
(235,206,135)
#ECD291
(236,210,145)
#EDD69B
(237,214,155)
#EEDAA5
(238,218,165)
#EFDEAF
(239,222,175)
#F0E2B9
(240,226,185)
#F1E6C3
(241,230,195)
#F2EACD
(242,234,205)
#F3EED7
(243,238,215)
#F4F2E1
(244,242,225)
#F5F6EB
(245,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCE87 color. Also use rgb(235,206,135) instead hex code.

Text Font Color

.myTextColor { color: #EBCE87; }

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

This text font color is #EBCE87.


Background Color

.myBgColor { background-color: #EBCE87; }

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

This div background color is #EBCE87.


Border color

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

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

This div border color is #EBCE87.


Opacity

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

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

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

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

This text has shadow with #EBCE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCE87 on black background.


Color preview on white background

This text has color #EBCE87 on white background.



Black color preview on #EBCE87 background

This text has black color on #EBCE87 background.


White color preview on #EBCE87 background

This text has white color on #EBCE87 background.