COLOR #EBB4A0

HEX: #EBB4A0 RGB: (235,180,160)

Color info

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

RGB color model

#EBB4A0 color RGB value is (235,180,160).

RGB: (235,180,160) (92%, 71%, 63%)

RGB channels and saturation

R 235 of 255 = 92%
G 180 of 255 = 71%
B 160 of 255 = 63%

235
180
160

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

Portions of RGB colors in percentages

R + G + B = 235 + 180 + 160 = 575 (100%)
R 235 of 575 ~ 40.87%
G 180 of 575 ~ 31.3%
B 160 of 575 ~ 27.83'%

%40.87
%31.3
%27.83

CMYK color model

#EBB4A0 color CMYK value is (0,23,32,8).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 31.91%
  • key color value is 7.84%

CMYK: (0,23,32,8)
C0M23Y32K8 (0%, 23%, 32%, 8%)
(0.00 / 0.23 / 0.32 / 0.08)

CMYK percentages

%0
%23.4
%31.91
%7.84

Codes

Color #EBB4A0 in popluar color models

EB B4 A0
RGB 235 180 160
HSL 16° 65.22% 77.45%
HSB/HSV 16° 31.91% 92.16%
CMYK 0.00% 23.40% 31.91%
7.84%

Color #EBB4A0 in popluar number systems.

HEX EB B4 A0
Decimal 235 180 160
Binary 11101011 10110100 10100000
Octal 353 264 240

Shades and tints

Shades of #EBB4A0

#EBB4A0
(235,180,160)
#D6A492
(214,164,146)
#C19484
(193,148,132)
#AC8476
(172,132,118)
#977468
(151,116,104)
#82645A
(130,100,90)
#6D544C
(109,84,76)
#58443E
(88,68,62)
#433430
(67,52,48)
#2E2422
(46,36,34)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #EBB4A0

#EBB4A0
(235,180,160)
#ECBAA8
(236,186,168)
#EDC0B0
(237,192,176)
#EEC6B8
(238,198,184)
#EFCCC0
(239,204,192)
#F0D2C8
(240,210,200)
#F1D8D0
(241,216,208)
#F2DED8
(242,222,216)
#F3E4E0
(243,228,224)
#F4EAE8
(244,234,232)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB4A0 color. Also use rgb(235,180,160) instead hex code.

Text Font Color

.myTextColor { color: #EBB4A0; }

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

This text font color is #EBB4A0.

Background Color

.myBgColor { background-color: #EBB4A0; }

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

This div background color is #EBB4A0.

Border color

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

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

This div border color is #EBB4A0.

Opacity

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

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

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

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

This text has shadow with #EBB4A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB4A0.

Preview

Color preview on black background

This text has color #EBB4A0 on black background.


Color preview on white background

This text has color #EBB4A0 on white background.


Black color preview on #EBB4A0 background

This text has black color on #EBB4A0 background.


White color preview on #EBB4A0 background

This text has white color on #EBB4A0 background.


Related colors

Complementary color

Complementary color for #hex is #144B5F.


I love getcolorcode.com

Triadic colors

1 #A0EBB4 and #B4A0EB with #EBB4A0 are triadic colors.

2 #A0B4EB and #B4EBA0 with #EBB4A0 are triadic colors.