COLOR #EBA59D

HEX: #EBA59D
RGB: (235,165,157)

Color info

#EBA59D contains mainly red color. Web safe color of #EBA59D is #FF9999 (or #F99).

RGB color model

#EBA59D color RGB value is (235,165,157).

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

RGB channels and saturation

R 235 of 255 = 92%
G 165 of 255 = 65%
B 157 of 255 = 62%

235
165
157

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

Portions of RGB colors in percentages

R + G + B =
235 + 165 + 157 = 557 (100%)
R 235 of 557 ~ 42.19%
G 165 of 557 ~ 29.62%
B 157 of 557 ~ 28.19%

%42.19
%29.62
%28.19

CMYK color model

#EBA59D color CMYK value is (0,30,33,8).

  • cyan value is 0.00%
  • magenta value is 29.79%
  • yellow value is 33.19%
  • key color value is 7.84%
CMYK:
(0,30,33,8)
C0M30Y33K8 
(0%,30%,33%,8%)
(0.00/0.30/0.33/0.08)	

CMYK percentages

%0
%29.79
%33.19
%7.84

Codes

Color #EBA59D in popluar color models

EBA59D
RGB235165157
HSL66.10%76.86%
HSB/HSV33.19%92.16%
CMYK0.00%29.79%33.19%
7.84%

Color #EBA59D in popluar number systems.

HEXEBA59D
Decimal235165157
Binary111010111010010110011101
Octal353245235

Shades and tints

Shades of #EBA59D

#EBA59D
(235,165,157)
#D6968F
(214,150,143)
#C18781
(193,135,129)
#AC7873
(172,120,115)
#976965
(151,105,101)
#825A57
(130,90,87)
#6D4B49
(109,75,73)
#583C3B
(88,60,59)
#432D2D
(67,45,45)
#2E1E1F
(46,30,31)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #EBA59D

#EBA59D
(235,165,157)
#ECADA5
(236,173,165)
#EDB5AD
(237,181,173)
#EEBDB5
(238,189,181)
#EFC5BD
(239,197,189)
#F0CDC5
(240,205,197)
#F1D5CD
(241,213,205)
#F2DDD5
(242,221,213)
#F3E5DD
(243,229,221)
#F4EDE5
(244,237,229)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA59D; }

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

This text font color is #EBA59D.


Background Color

.myBgColor { background-color: #EBA59D; }

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

This div background color is #EBA59D.


Border color

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

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

This div border color is #EBA59D.


Opacity

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

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

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

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

This text has shadow with #EBA59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA59D on black background.


Color preview on white background

This text has color #EBA59D on white background.



Black color preview on #EBA59D background

This text has black color on #EBA59D background.


White color preview on #EBA59D background

This text has white color on #EBA59D background.