COLOR #EB8D5D

HEX: #EB8D5D
RGB: (235,141,93)

Color info

#EB8D5D contains mainly red color. Web safe color of #EB8D5D is #FF9966 (or #F96).

RGB color model

#EB8D5D color RGB value is (235,141,93).

  • red value is 235;
  • green value is 141;
  • blue value is 93.
RGB:
(235,141,93)
(92%,55%,36%)

RGB channels and saturation

R 235 of 255 = 92%
G 141 of 255 = 55%
B 93 of 255 = 36%

235
141
93

R + G + B ~ 61%. #EB8D5D is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 141 + 93 = 469 (100%)
R 235 of 469 ~ 50.11%
G 141 of 469 ~ 30.06%
B 93 of 469 ~ 19.83%

%50.11
%30.06
%19.83

CMYK color model

#EB8D5D color CMYK value is (0,40,60,8).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 60.43%
  • key color value is 7.84%
CMYK:
(0,40,60,8)
C0M40Y60K8 
(0%,40%,60%,8%)
(0.00/0.40/0.60/0.08)	

CMYK percentages

%0
%40
%60.43
%7.84

Codes

Color #EB8D5D in popluar color models

EB8D5D
RGB23514193
HSL20°78.02%64.31%
HSB/HSV20°60.43%92.16%
CMYK0.00%40.00%60.43%
7.84%

Color #EB8D5D in popluar number systems.

HEXEB8D5D
Decimal23514193
Binary11101011100011011011101
Octal353215135

Shades and tints

Shades of #EB8D5D

#EB8D5D
(235,141,93)
#D68155
(214,129,85)
#C1754D
(193,117,77)
#AC6945
(172,105,69)
#975D3D
(151,93,61)
#825135
(130,81,53)
#6D452D
(109,69,45)
#583925
(88,57,37)
#432D1D
(67,45,29)
#2E2115
(46,33,21)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #EB8D5D

#EB8D5D
(235,141,93)
#EC976B
(236,151,107)
#EDA179
(237,161,121)
#EEAB87
(238,171,135)
#EFB595
(239,181,149)
#F0BFA3
(240,191,163)
#F1C9B1
(241,201,177)
#F2D3BF
(242,211,191)
#F3DDCD
(243,221,205)
#F4E7DB
(244,231,219)
#F5F1E9
(245,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB8D5D color. Also use rgb(235,141,93) instead hex code.

Text Font Color

.myTextColor { color: #EB8D5D; }

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

This text font color is #EB8D5D.


Background Color

.myBgColor { background-color: #EB8D5D; }

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

This div background color is #EB8D5D.


Border color

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

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

This div border color is #EB8D5D.


Opacity

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

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

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

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

This text has shadow with #EB8D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB8D5D on black background.


Color preview on white background

This text has color #EB8D5D on white background.



Black color preview on #EB8D5D background

This text has black color on #EB8D5D background.


White color preview on #EB8D5D background

This text has white color on #EB8D5D background.