COLOR #EBB178

HEX: #EBB178 RGB: (235,177,120)

Color info

#EBB178 contains mainly red and green colors. Web safe color of #EBB178 is #FF9966 (or #F96).

RGB color model

#EBB178 color RGB value is (235,177,120).

RGB: (235,177,120) (92%, 69%, 47%)

RGB channels and saturation

R 235 of 255 = 92%
G 177 of 255 = 69%
B 120 of 255 = 47%

235
177
120

R + G + B ~ 69%. #EBB178 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 177 + 120 = 532 (100%)
R 235 of 532 ~ 44.17%
G 177 of 532 ~ 33.27%
B 120 of 532 ~ 22.56'%

%44.17
%33.27
%22.56

CMYK color model

#EBB178 color CMYK value is (0,25,49,8).

  • cyan value is 0.00%
  • magenta value is 24.68%
  • yellow value is 48.94%
  • key color value is 7.84%

CMYK: (0,25,49,8)
C0M25Y49K8 (0%, 25%, 49%, 8%)
(0.00 / 0.25 / 0.49 / 0.08)

CMYK percentages

%0
%24.68
%48.94
%7.84

Codes

Color #EBB178 in popluar color models

EB B1 78
RGB 235 177 120
HSL 30° 74.19% 69.61%
HSB/HSV 30° 48.94% 92.16%
CMYK 0.00% 24.68% 48.94%
7.84%

Color #EBB178 in popluar number systems.

HEX EB B1 78
Decimal 235 177 120
Binary 11101011 10110001 1111000
Octal 353 261 170

Shades and tints

Shades of #EBB178

#EBB178
(235,177,120)
#D6A16E
(214,161,110)
#C19164
(193,145,100)
#AC815A
(172,129,90)
#977150
(151,113,80)
#826146
(130,97,70)
#6D513C
(109,81,60)
#584132
(88,65,50)
#433128
(67,49,40)
#2E211E
(46,33,30)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #EBB178

#EBB178
(235,177,120)
#ECB884
(236,184,132)
#EDBF90
(237,191,144)
#EEC69C
(238,198,156)
#EFCDA8
(239,205,168)
#F0D4B4
(240,212,180)
#F1DBC0
(241,219,192)
#F2E2CC
(242,226,204)
#F3E9D8
(243,233,216)
#F4F0E4
(244,240,228)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB178 color. Also use rgb(235,177,120) instead hex code.

Text Font Color

.myTextColor { color: #EBB178; }

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

This text font color is #EBB178.

Background Color

.myBgColor { background-color: #EBB178; }

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

This div background color is #EBB178.

Border color

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

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

This div border color is #EBB178.

Opacity

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

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

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

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

This text has shadow with #EBB178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB178.

Preview

Color preview on black background

This text has color #EBB178 on black background.


Color preview on white background

This text has color #EBB178 on white background.


Black color preview on #EBB178 background

This text has black color on #EBB178 background.


White color preview on #EBB178 background

This text has white color on #EBB178 background.


Related colors

Complementary color

Complementary color for #hex is #144E87.


I love getcolorcode.com

Triadic colors

1 #78EBB1 and #B178EB with #EBB178 are triadic colors.

2 #78B1EB and #B1EB78 with #EBB178 are triadic colors.