COLOR #EBB59D

HEX: #EBB59D RGB: (235,181,157)

Color info

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

RGB color model

#EBB59D color RGB value is (235,181,157).

RGB: (235,181,157) (92%, 71%, 62%)

RGB channels and saturation

R 235 of 255 = 92%
G 181 of 255 = 71%
B 157 of 255 = 62%

235
181
157

R + G + B ~ 75%. #EBB59D is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 181 + 157 = 573 (100%)
R 235 of 573 ~ 41.01%
G 181 of 573 ~ 31.59%
B 157 of 573 ~ 27.4'%

%41.01
%31.59
%27.4

CMYK color model

#EBB59D color CMYK value is (0,23,33,8).

  • cyan value is 0.00%
  • magenta value is 22.98%
  • yellow value is 33.19%
  • key color value is 7.84%

CMYK: (0,23,33,8)
C0M23Y33K8 (0%, 23%, 33%, 8%)
(0.00 / 0.23 / 0.33 / 0.08)

CMYK percentages

%0
%22.98
%33.19
%7.84

Codes

Color #EBB59D in popluar color models

EB B5 9D
RGB 235 181 157
HSL 18° 66.10% 76.86%
HSB/HSV 18° 33.19% 92.16%
CMYK 0.00% 22.98% 33.19%
7.84%

Color #EBB59D in popluar number systems.

HEX EB B5 9D
Decimal 235 181 157
Binary 11101011 10110101 10011101
Octal 353 265 235

Shades and tints

Shades of #EBB59D

#EBB59D
(235,181,157)
#D6A58F
(214,165,143)
#C19581
(193,149,129)
#AC8573
(172,133,115)
#977565
(151,117,101)
#826557
(130,101,87)
#6D5549
(109,85,73)
#58453B
(88,69,59)
#43352D
(67,53,45)
#2E251F
(46,37,31)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #EBB59D

#EBB59D
(235,181,157)
#ECBBA5
(236,187,165)
#EDC1AD
(237,193,173)
#EEC7B5
(238,199,181)
#EFCDBD
(239,205,189)
#F0D3C5
(240,211,197)
#F1D9CD
(241,217,205)
#F2DFD5
(242,223,213)
#F3E5DD
(243,229,221)
#F4EBE5
(244,235,229)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB59D color. Also use rgb(235,181,157) instead hex code.

Text Font Color

.myTextColor { color: #EBB59D; }

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

This text font color is #EBB59D.

Background Color

.myBgColor { background-color: #EBB59D; }

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

This div background color is #EBB59D.

Border color

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

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

This div border color is #EBB59D.

Opacity

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

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

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

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

This text has shadow with #EBB59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB59D.

Preview

Color preview on black background

This text has color #EBB59D on black background.


Color preview on white background

This text has color #EBB59D on white background.


Black color preview on #EBB59D background

This text has black color on #EBB59D background.


White color preview on #EBB59D background

This text has white color on #EBB59D background.


Related colors

Complementary color

Complementary color for #hex is #144A62.


I love getcolorcode.com

Triadic colors

1 #9DEBB5 and #B59DEB with #EBB59D are triadic colors.

2 #9DB5EB and #B5EB9D with #EBB59D are triadic colors.