COLOR #EBA58F

HEX: #EBA58F
RGB: (235,165,143)

Color info

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

RGB color model

#EBA58F color RGB value is (235,165,143).

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

RGB channels and saturation

R 235 of 255 = 92%
G 165 of 255 = 65%
B 143 of 255 = 56%

235
165
143

R + G + B ~ 71%. #EBA58F is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 165 + 143 = 543 (100%)
R 235 of 543 ~ 43.28%
G 165 of 543 ~ 30.39%
B 143 of 543 ~ 26.34%

%43.28
%30.39
%26.34

CMYK color model

#EBA58F color CMYK value is (0,30,39,8).

  • cyan value is 0.00%
  • magenta value is 29.79%
  • yellow value is 39.15%
  • key color value is 7.84%
CMYK:
(0,30,39,8)
C0M30Y39K8 
(0%,30%,39%,8%)
(0.00/0.30/0.39/0.08)	

CMYK percentages

%0
%29.79
%39.15
%7.84

Codes

Color #EBA58F in popluar color models

EBA58F
RGB235165143
HSL14°69.70%74.12%
HSB/HSV14°39.15%92.16%
CMYK0.00%29.79%39.15%
7.84%

Color #EBA58F in popluar number systems.

HEXEBA58F
Decimal235165143
Binary111010111010010110001111
Octal353245217

Shades and tints

Shades of #EBA58F

#EBA58F
(235,165,143)
#D69682
(214,150,130)
#C18775
(193,135,117)
#AC7868
(172,120,104)
#97695B
(151,105,91)
#825A4E
(130,90,78)
#6D4B41
(109,75,65)
#583C34
(88,60,52)
#432D27
(67,45,39)
#2E1E1A
(46,30,26)
#190F0D
(25,15,13)
#000000
(0,0,0)

Tints of #EBA58F

#EBA58F
(235,165,143)
#ECAD99
(236,173,153)
#EDB5A3
(237,181,163)
#EEBDAD
(238,189,173)
#EFC5B7
(239,197,183)
#F0CDC1
(240,205,193)
#F1D5CB
(241,213,203)
#F2DDD5
(242,221,213)
#F3E5DF
(243,229,223)
#F4EDE9
(244,237,233)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA58F; }

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

This text font color is #EBA58F.


Background Color

.myBgColor { background-color: #EBA58F; }

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

This div background color is #EBA58F.


Border color

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

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

This div border color is #EBA58F.


Opacity

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

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

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

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

This text has shadow with #EBA58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA58F on black background.


Color preview on white background

This text has color #EBA58F on white background.



Black color preview on #EBA58F background

This text has black color on #EBA58F background.


White color preview on #EBA58F background

This text has white color on #EBA58F background.