COLOR #EAA295

HEX: #EAA295
RGB: (234,162,149)

Color info

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

RGB color model

#EAA295 color RGB value is (234,162,149).

  • red value is 234;
  • green value is 162;
  • blue value is 149.
RGB:
(234,162,149)
(92%,64%,58%)

RGB channels and saturation

R 234 of 255 = 92%
G 162 of 255 = 64%
B 149 of 255 = 58%

234
162
149

R + G + B ~ 71%. #EAA295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 162 + 149 = 545 (100%)
R 234 of 545 ~ 42.94%
G 162 of 545 ~ 29.72%
B 149 of 545 ~ 27.34%

%42.94
%29.72
%27.34

CMYK color model

#EAA295 color CMYK value is (0,31,36,8).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 36.32%
  • key color value is 8.24%
CMYK:
(0,31,36,8)
C0M31Y36K8 
(0%,31%,36%,8%)
(0.00/0.31/0.36/0.08)	

CMYK percentages

%0
%30.77
%36.32
%8.24

Codes

Color #EAA295 in popluar color models

EAA295
RGB234162149
HSL66.93%75.10%
HSB/HSV36.32%91.76%
CMYK0.00%30.77%36.32%
8.24%

Color #EAA295 in popluar number systems.

HEXEAA295
Decimal234162149
Binary111010101010001010010101
Octal352242225

Shades and tints

Shades of #EAA295

#EAA295
(234,162,149)
#D59488
(213,148,136)
#C0867B
(192,134,123)
#AB786E
(171,120,110)
#966A61
(150,106,97)
#815C54
(129,92,84)
#6C4E47
(108,78,71)
#57403A
(87,64,58)
#42322D
(66,50,45)
#2D2420
(45,36,32)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #EAA295

#EAA295
(234,162,149)
#EBAA9E
(235,170,158)
#ECB2A7
(236,178,167)
#EDBAB0
(237,186,176)
#EEC2B9
(238,194,185)
#EFCAC2
(239,202,194)
#F0D2CB
(240,210,203)
#F1DAD4
(241,218,212)
#F2E2DD
(242,226,221)
#F3EAE6
(243,234,230)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAA295 color. Also use rgb(234,162,149) instead hex code.

Text Font Color

.myTextColor { color: #EAA295; }

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

This text font color is #EAA295.


Background Color

.myBgColor { background-color: #EAA295; }

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

This div background color is #EAA295.


Border color

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

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

This div border color is #EAA295.


Opacity

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

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

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

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

This text has shadow with #EAA295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAA295 on black background.


Color preview on white background

This text has color #EAA295 on white background.



Black color preview on #EAA295 background

This text has black color on #EAA295 background.


White color preview on #EAA295 background

This text has white color on #EAA295 background.