COLOR #EBAC71

HEX: #EBAC71 RGB: (235,172,113)

Color info

#EBAC71 contains mainly red color. Web safe color of #EBAC71 is #FF9966 (or #F96).

RGB color model

#EBAC71 color RGB value is (235,172,113).

RGB: (235,172,113) (92%, 67%, 44%)

RGB channels and saturation

R 235 of 255 = 92%
G 172 of 255 = 67%
B 113 of 255 = 44%

235
172
113

R + G + B ~ 68%. #EBAC71 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 172 + 113 = 520 (100%)
R 235 of 520 ~ 45.19%
G 172 of 520 ~ 33.08%
B 113 of 520 ~ 21.73'%

%45.19
%33.08
%21.73

CMYK color model

#EBAC71 color CMYK value is (0,27,52,8).

  • cyan value is 0.00%
  • magenta value is 26.81%
  • yellow value is 51.91%
  • key color value is 7.84%

CMYK: (0,27,52,8)
C0M27Y52K8 (0%, 27%, 52%, 8%)
(0.00 / 0.27 / 0.52 / 0.08)

CMYK percentages

%0
%26.81
%51.91
%7.84

Codes

Color #EBAC71 in popluar color models

EB AC 71
RGB 235 172 113
HSL 29° 75.31% 68.24%
HSB/HSV 29° 51.91% 92.16%
CMYK 0.00% 26.81% 51.91%
7.84%

Color #EBAC71 in popluar number systems.

HEX EB AC 71
Decimal 235 172 113
Binary 11101011 10101100 1110001
Octal 353 254 161

Shades and tints

Shades of #EBAC71

#EBAC71
(235,172,113)
#D69D67
(214,157,103)
#C18E5D
(193,142,93)
#AC7F53
(172,127,83)
#977049
(151,112,73)
#82613F
(130,97,63)
#6D5235
(109,82,53)
#58432B
(88,67,43)
#433421
(67,52,33)
#2E2517
(46,37,23)
#19160D
(25,22,13)
#000000
(0,0,0)

Tints of #EBAC71

#EBAC71
(235,172,113)
#ECB37D
(236,179,125)
#EDBA89
(237,186,137)
#EEC195
(238,193,149)
#EFC8A1
(239,200,161)
#F0CFAD
(240,207,173)
#F1D6B9
(241,214,185)
#F2DDC5
(242,221,197)
#F3E4D1
(243,228,209)
#F4EBDD
(244,235,221)
#F5F2E9
(245,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAC71 color. Also use rgb(235,172,113) instead hex code.

Text Font Color

.myTextColor { color: #EBAC71; }

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

This text font color is #EBAC71.

Background Color

.myBgColor { background-color: #EBAC71; }

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

This div background color is #EBAC71.

Border color

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

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

This div border color is #EBAC71.

Opacity

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

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

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

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

This text has shadow with #EBAC71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBAC71.

Preview

Color preview on black background

This text has color #EBAC71 on black background.


Color preview on white background

This text has color #EBAC71 on white background.


Black color preview on #EBAC71 background

This text has black color on #EBAC71 background.


White color preview on #EBAC71 background

This text has white color on #EBAC71 background.


Related colors

Complementary color

Complementary color for #hex is #14538E.


I love getcolorcode.com

Triadic colors

1 #71EBAC and #AC71EB with #EBAC71 are triadic colors.

2 #71ACEB and #ACEB71 with #EBAC71 are triadic colors.