COLOR #EBCC91

HEX: #EBCC91 RGB: (235,204,145)

Color info

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

RGB color model

#EBCC91 color RGB value is (235,204,145).

RGB: (235,204,145) (92%, 80%, 57%)

RGB channels and saturation

R 235 of 255 = 92%
G 204 of 255 = 80%
B 145 of 255 = 57%

235
204
145

R + G + B ~ 76%. #EBCC91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 204 + 145 = 584 (100%)
R 235 of 584 ~ 40.24%
G 204 of 584 ~ 34.93%
B 145 of 584 ~ 24.83'%

%40.24
%34.93
%24.83

CMYK color model

#EBCC91 color CMYK value is (0,13,38,8).

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

CMYK: (0,13,38,8)
C0M13Y38K8 (0%, 13%, 38%, 8%)
(0.00 / 0.13 / 0.38 / 0.08)

CMYK percentages

%0
%13.19
%38.3
%7.84

Codes

Color #EBCC91 in popluar color models

EB CC 91
RGB 235 204 145
HSL 39° 69.23% 74.51%
HSB/HSV 39° 38.30% 92.16%
CMYK 0.00% 13.19% 38.30%
7.84%

Color #EBCC91 in popluar number systems.

HEX EB CC 91
Decimal 235 204 145
Binary 11101011 11001100 10010001
Octal 353 314 221

Shades and tints

Shades of #EBCC91

#EBCC91
(235,204,145)
#D6BA84
(214,186,132)
#C1A877
(193,168,119)
#AC966A
(172,150,106)
#97845D
(151,132,93)
#827250
(130,114,80)
#6D6043
(109,96,67)
#584E36
(88,78,54)
#433C29
(67,60,41)
#2E2A1C
(46,42,28)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #EBCC91

#EBCC91
(235,204,145)
#ECD09B
(236,208,155)
#EDD4A5
(237,212,165)
#EED8AF
(238,216,175)
#EFDCB9
(239,220,185)
#F0E0C3
(240,224,195)
#F1E4CD
(241,228,205)
#F2E8D7
(242,232,215)
#F3ECE1
(243,236,225)
#F4F0EB
(244,240,235)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCC91; }

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

This text font color is #EBCC91.

Background Color

.myBgColor { background-color: #EBCC91; }

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

This div background color is #EBCC91.

Border color

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

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

This div border color is #EBCC91.

Opacity

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

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

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

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

This text has shadow with #EBCC91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCC91.

Preview

Color preview on black background

This text has color #EBCC91 on black background.


Color preview on white background

This text has color #EBCC91 on white background.


Black color preview on #EBCC91 background

This text has black color on #EBCC91 background.


White color preview on #EBCC91 background

This text has white color on #EBCC91 background.


Related colors

Complementary color

Complementary color for #hex is #14336E.


I love getcolorcode.com

Triadic colors

1 #91EBCC and #CC91EB with #EBCC91 are triadic colors.

2 #91CCEB and #CCEB91 with #EBCC91 are triadic colors.