COLOR #EBB784

HEX: #EBB784 RGB: (235,183,132)

Color info

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

RGB color model

#EBB784 color RGB value is (235,183,132).

RGB: (235,183,132) (92%, 72%, 52%)

RGB channels and saturation

R 235 of 255 = 92%
G 183 of 255 = 72%
B 132 of 255 = 52%

235
183
132

R + G + B ~ 72%. #EBB784 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 183 + 132 = 550 (100%)
R 235 of 550 ~ 42.73%
G 183 of 550 ~ 33.27%
B 132 of 550 ~ 24'%

%42.73
%33.27
%24

CMYK color model

#EBB784 color CMYK value is (0,22,44,8).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 43.83%
  • key color value is 7.84%

CMYK: (0,22,44,8)
C0M22Y44K8 (0%, 22%, 44%, 8%)
(0.00 / 0.22 / 0.44 / 0.08)

CMYK percentages

%0
%22.13
%43.83
%7.84

Codes

Color #EBB784 in popluar color models

EB B7 84
RGB 235 183 132
HSL 30° 72.03% 71.96%
HSB/HSV 30° 43.83% 92.16%
CMYK 0.00% 22.13% 43.83%
7.84%

Color #EBB784 in popluar number systems.

HEX EB B7 84
Decimal 235 183 132
Binary 11101011 10110111 10000100
Octal 353 267 204

Shades and tints

Shades of #EBB784

#EBB784
(235,183,132)
#D6A778
(214,167,120)
#C1976C
(193,151,108)
#AC8760
(172,135,96)
#977754
(151,119,84)
#826748
(130,103,72)
#6D573C
(109,87,60)
#584730
(88,71,48)
#433724
(67,55,36)
#2E2718
(46,39,24)
#19170C
(25,23,12)
#000000
(0,0,0)

Tints of #EBB784

#EBB784
(235,183,132)
#ECBD8F
(236,189,143)
#EDC39A
(237,195,154)
#EEC9A5
(238,201,165)
#EFCFB0
(239,207,176)
#F0D5BB
(240,213,187)
#F1DBC6
(241,219,198)
#F2E1D1
(242,225,209)
#F3E7DC
(243,231,220)
#F4EDE7
(244,237,231)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB784 color. Also use rgb(235,183,132) instead hex code.

Text Font Color

.myTextColor { color: #EBB784; }

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

This text font color is #EBB784.

Background Color

.myBgColor { background-color: #EBB784; }

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

This div background color is #EBB784.

Border color

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

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

This div border color is #EBB784.

Opacity

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

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

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

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

This text has shadow with #EBB784 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB784.

Preview

Color preview on black background

This text has color #EBB784 on black background.


Color preview on white background

This text has color #EBB784 on white background.


Black color preview on #EBB784 background

This text has black color on #EBB784 background.


White color preview on #EBB784 background

This text has white color on #EBB784 background.


Related colors

Complementary color

Complementary color for #hex is #14487B.


I love getcolorcode.com

Triadic colors

1 #84EBB7 and #B784EB with #EBB784 are triadic colors.

2 #84B7EB and #B7EB84 with #EBB784 are triadic colors.