COLOR #EAA498

HEX: #EAA498
RGB: (234,164,152)

Color info

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

RGB color model

#EAA498 color RGB value is (234,164,152).

  • red value is 234;
  • green value is 164;
  • blue value is 152.
RGB:
(234,164,152)
(92%,64%,60%)

RGB channels and saturation

R 234 of 255 = 92%
G 164 of 255 = 64%
B 152 of 255 = 60%

234
164
152

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

Portions of RGB colors in percentages

R + G + B =
234 + 164 + 152 = 550 (100%)
R 234 of 550 ~ 42.55%
G 164 of 550 ~ 29.82%
B 152 of 550 ~ 27.64%

%42.55
%29.82
%27.64

CMYK color model

#EAA498 color CMYK value is (0,30,35,8).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 35.04%
  • key color value is 8.24%
CMYK:
(0,30,35,8)
C0M30Y35K8 
(0%,30%,35%,8%)
(0.00/0.30/0.35/0.08)	

CMYK percentages

%0
%29.91
%35.04
%8.24

Codes

Color #EAA498 in popluar color models

EAA498
RGB234164152
HSL66.13%75.69%
HSB/HSV35.04%91.76%
CMYK0.00%29.91%35.04%
8.24%

Color #EAA498 in popluar number systems.

HEXEAA498
Decimal234164152
Binary111010101010010010011000
Octal352244230

Shades and tints

Shades of #EAA498

#EAA498
(234,164,152)
#D5968B
(213,150,139)
#C0887E
(192,136,126)
#AB7A71
(171,122,113)
#966C64
(150,108,100)
#815E57
(129,94,87)
#6C504A
(108,80,74)
#57423D
(87,66,61)
#423430
(66,52,48)
#2D2623
(45,38,35)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #EAA498

#EAA498
(234,164,152)
#EBACA1
(235,172,161)
#ECB4AA
(236,180,170)
#EDBCB3
(237,188,179)
#EEC4BC
(238,196,188)
#EFCCC5
(239,204,197)
#F0D4CE
(240,212,206)
#F1DCD7
(241,220,215)
#F2E4E0
(242,228,224)
#F3ECE9
(243,236,233)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAA498 color. Also use rgb(234,164,152) instead hex code.

Text Font Color

.myTextColor { color: #EAA498; }

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

This text font color is #EAA498.


Background Color

.myBgColor { background-color: #EAA498; }

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

This div background color is #EAA498.


Border color

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

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

This div border color is #EAA498.


Opacity

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

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

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

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

This text has shadow with #EAA498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAA498 on black background.


Color preview on white background

This text has color #EAA498 on white background.



Black color preview on #EAA498 background

This text has black color on #EAA498 background.


White color preview on #EAA498 background

This text has white color on #EAA498 background.