COLOR #EBCBA5

HEX: #EBCBA5
RGB: (235,203,165)

Color info

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

RGB color model

#EBCBA5 color RGB value is (235,203,165).

  • red value is 235;
  • green value is 203;
  • blue value is 165.
RGB:
(235,203,165)
(92%,80%,65%)

RGB channels and saturation

R 235 of 255 = 92%
G 203 of 255 = 80%
B 165 of 255 = 65%

235
203
165

R + G + B ~ 79%. #EBCBA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 203 + 165 = 603 (100%)
R 235 of 603 ~ 38.97%
G 203 of 603 ~ 33.67%
B 165 of 603 ~ 27.36%

%38.97
%33.67
%27.36

CMYK color model

#EBCBA5 color CMYK value is (0,14,30,8).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 29.79%
  • key color value is 7.84%
CMYK:
(0,14,30,8)
C0M14Y30K8 
(0%,14%,30%,8%)
(0.00/0.14/0.30/0.08)	

CMYK percentages

%0
%13.62
%29.79
%7.84

Codes

Color #EBCBA5 in popluar color models

EBCBA5
RGB235203165
HSL33°63.64%78.43%
HSB/HSV33°29.79%92.16%
CMYK0.00%13.62%29.79%
7.84%

Color #EBCBA5 in popluar number systems.

HEXEBCBA5
Decimal235203165
Binary111010111100101110100101
Octal353313245

Shades and tints

Shades of #EBCBA5

#EBCBA5
(235,203,165)
#D6B996
(214,185,150)
#C1A787
(193,167,135)
#AC9578
(172,149,120)
#978369
(151,131,105)
#82715A
(130,113,90)
#6D5F4B
(109,95,75)
#584D3C
(88,77,60)
#433B2D
(67,59,45)
#2E291E
(46,41,30)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #EBCBA5

#EBCBA5
(235,203,165)
#ECCFAD
(236,207,173)
#EDD3B5
(237,211,181)
#EED7BD
(238,215,189)
#EFDBC5
(239,219,197)
#F0DFCD
(240,223,205)
#F1E3D5
(241,227,213)
#F2E7DD
(242,231,221)
#F3EBE5
(243,235,229)
#F4EFED
(244,239,237)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCBA5 color. Also use rgb(235,203,165) instead hex code.

Text Font Color

.myTextColor { color: #EBCBA5; }

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

This text font color is #EBCBA5.


Background Color

.myBgColor { background-color: #EBCBA5; }

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

This div background color is #EBCBA5.


Border color

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

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

This div border color is #EBCBA5.


Opacity

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

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

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

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

This text has shadow with #EBCBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCBA5 on black background.


Color preview on white background

This text has color #EBCBA5 on white background.



Black color preview on #EBCBA5 background

This text has black color on #EBCBA5 background.


White color preview on #EBCBA5 background

This text has white color on #EBCBA5 background.