COLOR #EB8F5D

HEX: #EB8F5D RGB: (235,143,93)

Color info

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

RGB color model

#EB8F5D color RGB value is (235,143,93).

RGB: (235,143,93) (92%, 56%, 36%)

RGB channels and saturation

R 235 of 255 = 92%
G 143 of 255 = 56%
B 93 of 255 = 36%

235
143
93

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

Portions of RGB colors in percentages

R + G + B = 235 + 143 + 93 = 471 (100%)
R 235 of 471 ~ 49.89%
G 143 of 471 ~ 30.36%
B 93 of 471 ~ 19.75'%

%49.89
%30.36
%19.75

CMYK color model

#EB8F5D color CMYK value is (0,39,60,8).

  • cyan value is 0.00%
  • magenta value is 39.15%
  • yellow value is 60.43%
  • key color value is 7.84%

CMYK: (0,39,60,8)
C0M39Y60K8 (0%, 39%, 60%, 8%)
(0.00 / 0.39 / 0.60 / 0.08)

CMYK percentages

%0
%39.15
%60.43
%7.84

Codes

Color #EB8F5D in popluar color models

EB 8F 5D
RGB 235 143 93
HSL 21° 78.02% 64.31%
HSB/HSV 21° 60.43% 92.16%
CMYK 0.00% 39.15% 60.43%
7.84%

Color #EB8F5D in popluar number systems.

HEX EB 8F 5D
Decimal 235 143 93
Binary 11101011 10001111 1011101
Octal 353 217 135

Shades and tints

Shades of #EB8F5D

#EB8F5D
(235,143,93)
#D68255
(214,130,85)
#C1754D
(193,117,77)
#AC6845
(172,104,69)
#975B3D
(151,91,61)
#824E35
(130,78,53)
#6D412D
(109,65,45)
#583425
(88,52,37)
#43271D
(67,39,29)
#2E1A15
(46,26,21)
#190D0D
(25,13,13)
#000000
(0,0,0)

Tints of #EB8F5D

#EB8F5D
(235,143,93)
#EC996B
(236,153,107)
#EDA379
(237,163,121)
#EEAD87
(238,173,135)
#EFB795
(239,183,149)
#F0C1A3
(240,193,163)
#F1CBB1
(241,203,177)
#F2D5BF
(242,213,191)
#F3DFCD
(243,223,205)
#F4E9DB
(244,233,219)
#F5F3E9
(245,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB8F5D; }

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

This text font color is #EB8F5D.

Background Color

.myBgColor { background-color: #EB8F5D; }

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

This div background color is #EB8F5D.

Border color

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

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

This div border color is #EB8F5D.

Opacity

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

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

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

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

This text has shadow with #EB8F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB8F5D.

Preview

Color preview on black background

This text has color #EB8F5D on black background.


Color preview on white background

This text has color #EB8F5D on white background.


Black color preview on #EB8F5D background

This text has black color on #EB8F5D background.


White color preview on #EB8F5D background

This text has white color on #EB8F5D background.


Related colors

Complementary color

Complementary color for #hex is #1470A2.


I love getcolorcode.com

Triadic colors

1 #5DEB8F and #8F5DEB with #EB8F5D are triadic colors.

2 #5D8FEB and #8FEB5D with #EB8F5D are triadic colors.