COLOR #EBC5AF

HEX: #EBC5AF RGB: (235,197,175)

Color info

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

RGB color model

#EBC5AF color RGB value is (235,197,175).

RGB: (235,197,175) (92%, 77%, 69%)

RGB channels and saturation

R 235 of 255 = 92%
G 197 of 255 = 77%
B 175 of 255 = 69%

235
197
175

R + G + B ~ 79%. #EBC5AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 197 + 175 = 607 (100%)
R 235 of 607 ~ 38.71%
G 197 of 607 ~ 32.45%
B 175 of 607 ~ 28.83'%

%38.71
%32.45
%28.83

CMYK color model

#EBC5AF color CMYK value is (0,16,26,8).

  • cyan value is 0.00%
  • magenta value is 16.17%
  • yellow value is 25.53%
  • key color value is 7.84%

CMYK: (0,16,26,8)
C0M16Y26K8 (0%, 16%, 26%, 8%)
(0.00 / 0.16 / 0.26 / 0.08)

CMYK percentages

%0
%16.17
%25.53
%7.84

Codes

Color #EBC5AF in popluar color models

EB C5 AF
RGB 235 197 175
HSL 22° 60.00% 80.39%
HSB/HSV 22° 25.53% 92.16%
CMYK 0.00% 16.17% 25.53%
7.84%

Color #EBC5AF in popluar number systems.

HEX EB C5 AF
Decimal 235 197 175
Binary 11101011 11000101 10101111
Octal 353 305 257

Shades and tints

Shades of #EBC5AF

#EBC5AF
(235,197,175)
#D6B4A0
(214,180,160)
#C1A391
(193,163,145)
#AC9282
(172,146,130)
#978173
(151,129,115)
#827064
(130,112,100)
#6D5F55
(109,95,85)
#584E46
(88,78,70)
#433D37
(67,61,55)
#2E2C28
(46,44,40)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #EBC5AF

#EBC5AF
(235,197,175)
#ECCAB6
(236,202,182)
#EDCFBD
(237,207,189)
#EED4C4
(238,212,196)
#EFD9CB
(239,217,203)
#F0DED2
(240,222,210)
#F1E3D9
(241,227,217)
#F2E8E0
(242,232,224)
#F3EDE7
(243,237,231)
#F4F2EE
(244,242,238)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC5AF color. Also use rgb(235,197,175) instead hex code.

Text Font Color

.myTextColor { color: #EBC5AF; }

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

This text font color is #EBC5AF.

Background Color

.myBgColor { background-color: #EBC5AF; }

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

This div background color is #EBC5AF.

Border color

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

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

This div border color is #EBC5AF.

Opacity

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

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

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

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

This text has shadow with #EBC5AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC5AF.

Preview

Color preview on black background

This text has color #EBC5AF on black background.


Color preview on white background

This text has color #EBC5AF on white background.


Black color preview on #EBC5AF background

This text has black color on #EBC5AF background.


White color preview on #EBC5AF background

This text has white color on #EBC5AF background.


Related colors

Complementary color

Complementary color for #hex is #143A50.


I love getcolorcode.com

Triadic colors

1 #AFEBC5 and #C5AFEB with #EBC5AF are triadic colors.

2 #AFC5EB and #C5EBAF with #EBC5AF are triadic colors.