COLOR #EAC3A5

HEX: #EAC3A5
RGB: (234,195,165)

Color info

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

RGB color model

#EAC3A5 color RGB value is (234,195,165).

  • red value is 234;
  • green value is 195;
  • blue value is 165.
RGB:
(234,195,165)
(92%,76%,65%)

RGB channels and saturation

R 234 of 255 = 92%
G 195 of 255 = 76%
B 165 of 255 = 65%

234
195
165

R + G + B ~ 78%. #EAC3A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 195 + 165 = 594 (100%)
R 234 of 594 ~ 39.39%
G 195 of 594 ~ 32.83%
B 165 of 594 ~ 27.78%

%39.39
%32.83
%27.78

CMYK color model

#EAC3A5 color CMYK value is (0,17,29,8).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 29.49%
  • key color value is 8.24%
CMYK:
(0,17,29,8)
C0M17Y29K8 
(0%,17%,29%,8%)
(0.00/0.17/0.29/0.08)	

CMYK percentages

%0
%16.67
%29.49
%8.24

Codes

Color #EAC3A5 in popluar color models

EAC3A5
RGB234195165
HSL26°62.16%78.24%
HSB/HSV26°29.49%91.76%
CMYK0.00%16.67%29.49%
8.24%

Color #EAC3A5 in popluar number systems.

HEXEAC3A5
Decimal234195165
Binary111010101100001110100101
Octal352303245

Shades and tints

Shades of #EAC3A5

#EAC3A5
(234,195,165)
#D5B296
(213,178,150)
#C0A187
(192,161,135)
#AB9078
(171,144,120)
#967F69
(150,127,105)
#816E5A
(129,110,90)
#6C5D4B
(108,93,75)
#574C3C
(87,76,60)
#423B2D
(66,59,45)
#2D2A1E
(45,42,30)
#18190F
(24,25,15)
#000000
(0,0,0)

Tints of #EAC3A5

#EAC3A5
(234,195,165)
#EBC8AD
(235,200,173)
#ECCDB5
(236,205,181)
#EDD2BD
(237,210,189)
#EED7C5
(238,215,197)
#EFDCCD
(239,220,205)
#F0E1D5
(240,225,213)
#F1E6DD
(241,230,221)
#F2EBE5
(242,235,229)
#F3F0ED
(243,240,237)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC3A5 color. Also use rgb(234,195,165) instead hex code.

Text Font Color

.myTextColor { color: #EAC3A5; }

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

This text font color is #EAC3A5.


Background Color

.myBgColor { background-color: #EAC3A5; }

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

This div background color is #EAC3A5.


Border color

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

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

This div border color is #EAC3A5.


Opacity

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

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

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

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

This text has shadow with #EAC3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC3A5 on black background.


Color preview on white background

This text has color #EAC3A5 on white background.



Black color preview on #EAC3A5 background

This text has black color on #EAC3A5 background.


White color preview on #EAC3A5 background

This text has white color on #EAC3A5 background.