COLOR #EBB893

HEX: #EBB893
RGB: (235,184,147)

Color info

#EBB893 contains mainly red and green colors. Web safe color of #EBB893 is #FFCC99 (or #FC9).

RGB color model

#EBB893 color RGB value is (235,184,147).

  • red value is 235;
  • green value is 184;
  • blue value is 147.
RGB:
(235,184,147)
(92%,72%,58%)

RGB channels and saturation

R 235 of 255 = 92%
G 184 of 255 = 72%
B 147 of 255 = 58%

235
184
147

R + G + B ~ 74%. #EBB893 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 184 + 147 = 566 (100%)
R 235 of 566 ~ 41.52%
G 184 of 566 ~ 32.51%
B 147 of 566 ~ 25.97%

%41.52
%32.51
%25.97

CMYK color model

#EBB893 color CMYK value is (0,22,37,8).

  • cyan value is 0.00%
  • magenta value is 21.70%
  • yellow value is 37.45%
  • key color value is 7.84%
CMYK:
(0,22,37,8)
C0M22Y37K8 
(0%,22%,37%,8%)
(0.00/0.22/0.37/0.08)	

CMYK percentages

%0
%21.7
%37.45
%7.84

Codes

Color #EBB893 in popluar color models

EBB893
RGB235184147
HSL25°68.75%74.90%
HSB/HSV25°37.45%92.16%
CMYK0.00%21.70%37.45%
7.84%

Color #EBB893 in popluar number systems.

HEXEBB893
Decimal235184147
Binary111010111011100010010011
Octal353270223

Shades and tints

Shades of #EBB893

#EBB893
(235,184,147)
#D6A886
(214,168,134)
#C19879
(193,152,121)
#AC886C
(172,136,108)
#97785F
(151,120,95)
#826852
(130,104,82)
#6D5845
(109,88,69)
#584838
(88,72,56)
#43382B
(67,56,43)
#2E281E
(46,40,30)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #EBB893

#EBB893
(235,184,147)
#ECBE9C
(236,190,156)
#EDC4A5
(237,196,165)
#EECAAE
(238,202,174)
#EFD0B7
(239,208,183)
#F0D6C0
(240,214,192)
#F1DCC9
(241,220,201)
#F2E2D2
(242,226,210)
#F3E8DB
(243,232,219)
#F4EEE4
(244,238,228)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB893 color. Also use rgb(235,184,147) instead hex code.

Text Font Color

.myTextColor { color: #EBB893; }

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

This text font color is #EBB893.


Background Color

.myBgColor { background-color: #EBB893; }

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

This div background color is #EBB893.


Border color

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

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

This div border color is #EBB893.


Opacity

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

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

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

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

This text has shadow with #EBB893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB893 on black background.


Color preview on white background

This text has color #EBB893 on white background.



Black color preview on #EBB893 background

This text has black color on #EBB893 background.


White color preview on #EBB893 background

This text has white color on #EBB893 background.