COLOR #EBA97A

HEX: #EBA97A RGB: (235,169,122)

Color info

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

RGB color model

#EBA97A color RGB value is (235,169,122).

RGB: (235,169,122) (92%, 66%, 48%)

RGB channels and saturation

R 235 of 255 = 92%
G 169 of 255 = 66%
B 122 of 255 = 48%

235
169
122

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

Portions of RGB colors in percentages

R + G + B = 235 + 169 + 122 = 526 (100%)
R 235 of 526 ~ 44.68%
G 169 of 526 ~ 32.13%
B 122 of 526 ~ 23.19'%

%44.68
%32.13
%23.19

CMYK color model

#EBA97A color CMYK value is (0,28,48,8).

  • cyan value is 0.00%
  • magenta value is 28.09%
  • yellow value is 48.09%
  • key color value is 7.84%
CMYK: (0,28,48,8) C0M28Y48K8 (0%,28%,48%,8%) (0.00/0.28/0.48/0.08) 

CMYK percentages

%0
%28.09
%48.09
%7.84

Codes

Color #EBA97A in popluar color models

EB A9 7A
RGB 235 169 122
HSL 25° 73.86% 70.00%
HSB/HSV 25° 48.09% 92.16%
CMYK 0.00% 28.09% 48.09%
7.84%

Color #EBA97A in popluar number systems.

HEX EB A9 7A
Decimal 235 169 122
Binary 11101011 10101001 1111010
Octal 353 251 172

Shades and tints

Shades of #EBA97A

#EBA97A
(235,169,122)
#D69A6F
(214,154,111)
#C18B64
(193,139,100)
#AC7C59
(172,124,89)
#976D4E
(151,109,78)
#825E43
(130,94,67)
#6D4F38
(109,79,56)
#58402D
(88,64,45)
#433122
(67,49,34)
#2E2217
(46,34,23)
#19130C
(25,19,12)
#000000
(0,0,0)

Tints of #EBA97A

#EBA97A
(235,169,122)
#ECB086
(236,176,134)
#EDB792
(237,183,146)
#EEBE9E
(238,190,158)
#EFC5AA
(239,197,170)
#F0CCB6
(240,204,182)
#F1D3C2
(241,211,194)
#F2DACE
(242,218,206)
#F3E1DA
(243,225,218)
#F4E8E6
(244,232,230)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA97A color. Also use rgb(235,169,122) instead hex code.

Text Font Color

.myTextColor { color: #EBA97A; }

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

This text font color is #EBA97A.

Background Color

.myBgColor { background-color: #EBA97A; }

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

This div background color is #EBA97A.

Border color

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

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

This div border color is #EBA97A.

Opacity

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

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

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

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

This text has shadow with #EBA97A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBA97A.

Preview

Color preview on black background

This text has color #EBA97A on black background.


Color preview on white background

This text has color #EBA97A on white background.


Black color preview on #EBA97A background

This text has black color on #EBA97A background.


White color preview on #EBA97A background

This text has white color on #EBA97A background.


Related colors

Complementary color

Complementary color for #hex is #145685.


I love getcolorcode.com

Triadic colors

1 #7AEBA9 and #A97AEB with #EBA97A are triadic colors.

2 #7AA9EB and #A9EB7A with #EBA97A are triadic colors.