COLOR #EAC896

HEX: #EAC896
RGB: (234,200,150)

Color info

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

RGB color model

#EAC896 color RGB value is (234,200,150).

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

RGB channels and saturation

R 234 of 255 = 92%
G 200 of 255 = 78%
B 150 of 255 = 59%

234
200
150

R + G + B ~ 76%. #EAC896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 200 + 150 = 584 (100%)
R 234 of 584 ~ 40.07%
G 200 of 584 ~ 34.25%
B 150 of 584 ~ 25.68%

%40.07
%34.25
%25.68

CMYK color model

#EAC896 color CMYK value is (0,15,36,8).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 35.90%
  • key color value is 8.24%
CMYK:
(0,15,36,8)
C0M15Y36K8 
(0%,15%,36%,8%)
(0.00/0.15/0.36/0.08)	

CMYK percentages

%0
%14.53
%35.9
%8.24

Codes

Color #EAC896 in popluar color models

EAC896
RGB234200150
HSL36°66.67%75.29%
HSB/HSV36°35.90%91.76%
CMYK0.00%14.53%35.90%
8.24%

Color #EAC896 in popluar number systems.

HEXEAC896
Decimal234200150
Binary111010101100100010010110
Octal352310226

Shades and tints

Shades of #EAC896

#EAC896
(234,200,150)
#D5B689
(213,182,137)
#C0A47C
(192,164,124)
#AB926F
(171,146,111)
#968062
(150,128,98)
#816E55
(129,110,85)
#6C5C48
(108,92,72)
#574A3B
(87,74,59)
#42382E
(66,56,46)
#2D2621
(45,38,33)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #EAC896

#EAC896
(234,200,150)
#EBCD9F
(235,205,159)
#ECD2A8
(236,210,168)
#EDD7B1
(237,215,177)
#EEDCBA
(238,220,186)
#EFE1C3
(239,225,195)
#F0E6CC
(240,230,204)
#F1EBD5
(241,235,213)
#F2F0DE
(242,240,222)
#F3F5E7
(243,245,231)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC896; }

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

This text font color is #EAC896.


Background Color

.myBgColor { background-color: #EAC896; }

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

This div background color is #EAC896.


Border color

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

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

This div border color is #EAC896.


Opacity

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

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

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

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

This text has shadow with #EAC896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC896 on black background.


Color preview on white background

This text has color #EAC896 on white background.



Black color preview on #EAC896 background

This text has black color on #EAC896 background.


White color preview on #EAC896 background

This text has white color on #EAC896 background.