COLOR #EBB389

HEX: #EBB389
RGB: (235,179,137)

Color info

#EBB389 contains mainly red and green colors. Web safe color of #EBB389 is #FF9999 (or #F99).

RGB color model

#EBB389 color RGB value is (235,179,137).

  • red value is 235;
  • green value is 179;
  • blue value is 137.
RGB:
(235,179,137)
(92%,70%,54%)

RGB channels and saturation

R 235 of 255 = 92%
G 179 of 255 = 70%
B 137 of 255 = 54%

235
179
137

R + G + B ~ 72%. #EBB389 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 179 + 137 = 551 (100%)
R 235 of 551 ~ 42.65%
G 179 of 551 ~ 32.49%
B 137 of 551 ~ 24.86%

%42.65
%32.49
%24.86

CMYK color model

#EBB389 color CMYK value is (0,24,42,8).

  • cyan value is 0.00%
  • magenta value is 23.83%
  • yellow value is 41.70%
  • key color value is 7.84%
CMYK:
(0,24,42,8)
C0M24Y42K8 
(0%,24%,42%,8%)
(0.00/0.24/0.42/0.08)	

CMYK percentages

%0
%23.83
%41.7
%7.84

Codes

Color #EBB389 in popluar color models

EBB389
RGB235179137
HSL26°71.01%72.94%
HSB/HSV26°41.70%92.16%
CMYK0.00%23.83%41.70%
7.84%

Color #EBB389 in popluar number systems.

HEXEBB389
Decimal235179137
Binary111010111011001110001001
Octal353263211

Shades and tints

Shades of #EBB389

#EBB389
(235,179,137)
#D6A37D
(214,163,125)
#C19371
(193,147,113)
#AC8365
(172,131,101)
#977359
(151,115,89)
#82634D
(130,99,77)
#6D5341
(109,83,65)
#584335
(88,67,53)
#433329
(67,51,41)
#2E231D
(46,35,29)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #EBB389

#EBB389
(235,179,137)
#ECB993
(236,185,147)
#EDBF9D
(237,191,157)
#EEC5A7
(238,197,167)
#EFCBB1
(239,203,177)
#F0D1BB
(240,209,187)
#F1D7C5
(241,215,197)
#F2DDCF
(242,221,207)
#F3E3D9
(243,227,217)
#F4E9E3
(244,233,227)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB389 color. Also use rgb(235,179,137) instead hex code.

Text Font Color

.myTextColor { color: #EBB389; }

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

This text font color is #EBB389.


Background Color

.myBgColor { background-color: #EBB389; }

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

This div background color is #EBB389.


Border color

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

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

This div border color is #EBB389.


Opacity

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

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

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

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

This text has shadow with #EBB389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB389 on black background.


Color preview on white background

This text has color #EBB389 on white background.



Black color preview on #EBB389 background

This text has black color on #EBB389 background.


White color preview on #EBB389 background

This text has white color on #EBB389 background.