COLOR #EAA796

HEX: #EAA796
RGB: (234,167,150)

Color info

#EAA796 contains mainly red color. Web safe color of #EAA796 is #FF9999 (or #F99).

RGB color model

#EAA796 color RGB value is (234,167,150).

  • red value is 234;
  • green value is 167;
  • blue value is 150.
RGB:
(234,167,150)
(92%,65%,59%)

RGB channels and saturation

R 234 of 255 = 92%
G 167 of 255 = 65%
B 150 of 255 = 59%

234
167
150

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

Portions of RGB colors in percentages

R + G + B =
234 + 167 + 150 = 551 (100%)
R 234 of 551 ~ 42.47%
G 167 of 551 ~ 30.31%
B 150 of 551 ~ 27.22%

%42.47
%30.31
%27.22

CMYK color model

#EAA796 color CMYK value is (0,29,36,8).

  • cyan value is 0.00%
  • magenta value is 28.63%
  • yellow value is 35.90%
  • key color value is 8.24%
CMYK:
(0,29,36,8)
C0M29Y36K8 
(0%,29%,36%,8%)
(0.00/0.29/0.36/0.08)	

CMYK percentages

%0
%28.63
%35.9
%8.24

Codes

Color #EAA796 in popluar color models

EAA796
RGB234167150
HSL12°66.67%75.29%
HSB/HSV12°35.90%91.76%
CMYK0.00%28.63%35.90%
8.24%

Color #EAA796 in popluar number systems.

HEXEAA796
Decimal234167150
Binary111010101010011110010110
Octal352247226

Shades and tints

Shades of #EAA796

#EAA796
(234,167,150)
#D59889
(213,152,137)
#C0897C
(192,137,124)
#AB7A6F
(171,122,111)
#966B62
(150,107,98)
#815C55
(129,92,85)
#6C4D48
(108,77,72)
#573E3B
(87,62,59)
#422F2E
(66,47,46)
#2D2021
(45,32,33)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #EAA796

#EAA796
(234,167,150)
#EBAF9F
(235,175,159)
#ECB7A8
(236,183,168)
#EDBFB1
(237,191,177)
#EEC7BA
(238,199,186)
#EFCFC3
(239,207,195)
#F0D7CC
(240,215,204)
#F1DFD5
(241,223,213)
#F2E7DE
(242,231,222)
#F3EFE7
(243,239,231)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAA796 color. Also use rgb(234,167,150) instead hex code.

Text Font Color

.myTextColor { color: #EAA796; }

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

This text font color is #EAA796.


Background Color

.myBgColor { background-color: #EAA796; }

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

This div background color is #EAA796.


Border color

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

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

This div border color is #EAA796.


Opacity

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

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

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

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

This text has shadow with #EAA796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAA796 on black background.


Color preview on white background

This text has color #EAA796 on white background.



Black color preview on #EAA796 background

This text has black color on #EAA796 background.


White color preview on #EAA796 background

This text has white color on #EAA796 background.