COLOR #EBB991

HEX: #EBB991 RGB: (235,185,145)

Color info

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

RGB color model

#EBB991 color RGB value is (235,185,145).

RGB: (235,185,145) (92%, 73%, 57%)

RGB channels and saturation

R 235 of 255 = 92%
G 185 of 255 = 73%
B 145 of 255 = 57%

235
185
145

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

Portions of RGB colors in percentages

R + G + B = 235 + 185 + 145 = 565 (100%)
R 235 of 565 ~ 41.59%
G 185 of 565 ~ 32.74%
B 145 of 565 ~ 25.66'%

%41.59
%32.74
%25.66

CMYK color model

#EBB991 color CMYK value is (0,21,38,8).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 38.30%
  • key color value is 7.84%

CMYK: (0,21,38,8)
C0M21Y38K8 (0%, 21%, 38%, 8%)
(0.00 / 0.21 / 0.38 / 0.08)

CMYK percentages

%0
%21.28
%38.3
%7.84

Codes

Color #EBB991 in popluar color models

EB B9 91
RGB 235 185 145
HSL 27° 69.23% 74.51%
HSB/HSV 27° 38.30% 92.16%
CMYK 0.00% 21.28% 38.30%
7.84%

Color #EBB991 in popluar number systems.

HEX EB B9 91
Decimal 235 185 145
Binary 11101011 10111001 10010001
Octal 353 271 221

Shades and tints

Shades of #EBB991

#EBB991
(235,185,145)
#D6A984
(214,169,132)
#C19977
(193,153,119)
#AC896A
(172,137,106)
#97795D
(151,121,93)
#826950
(130,105,80)
#6D5943
(109,89,67)
#584936
(88,73,54)
#433929
(67,57,41)
#2E291C
(46,41,28)
#19190F
(25,25,15)
#000000
(0,0,0)

Tints of #EBB991

#EBB991
(235,185,145)
#ECBF9B
(236,191,155)
#EDC5A5
(237,197,165)
#EECBAF
(238,203,175)
#EFD1B9
(239,209,185)
#F0D7C3
(240,215,195)
#F1DDCD
(241,221,205)
#F2E3D7
(242,227,215)
#F3E9E1
(243,233,225)
#F4EFEB
(244,239,235)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB991 color. Also use rgb(235,185,145) instead hex code.

Text Font Color

.myTextColor { color: #EBB991; }

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

This text font color is #EBB991.

Background Color

.myBgColor { background-color: #EBB991; }

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

This div background color is #EBB991.

Border color

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

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

This div border color is #EBB991.

Opacity

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

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

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

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

This text has shadow with #EBB991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB991.

Preview

Color preview on black background

This text has color #EBB991 on black background.


Color preview on white background

This text has color #EBB991 on white background.


Black color preview on #EBB991 background

This text has black color on #EBB991 background.


White color preview on #EBB991 background

This text has white color on #EBB991 background.


Related colors

Complementary color

Complementary color for #hex is #14466E.


I love getcolorcode.com

Triadic colors

1 #91EBB9 and #B991EB with #EBB991 are triadic colors.

2 #91B9EB and #B9EB91 with #EBB991 are triadic colors.