COLOR #E4AA98

HEX: #E4AA98 RGB: (228,170,152)

Color info

#E4AA98 contains mainly red and green colors. Web safe color of #E4AA98 is #CC9999 (or #C99).

RGB color model

#E4AA98 color RGB value is (228,170,152).

RGB: (228,170,152) (89%, 67%, 60%)

RGB channels and saturation

R 228 of 255 = 89%
G 170 of 255 = 67%
B 152 of 255 = 60%

228
170
152

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

Portions of RGB colors in percentages

R + G + B = 228 + 170 + 152 = 550 (100%)
R 228 of 550 ~ 41.45%
G 170 of 550 ~ 30.91%
B 152 of 550 ~ 27.64'%

%41.45
%30.91
%27.64

CMYK color model

#E4AA98 color CMYK value is (0,25,33,11).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 33.33%
  • key color value is 10.59%

CMYK: (0,25,33,11)
C0M25Y33K11 (0%, 25%, 33%, 11%)
(0.00 / 0.25 / 0.33 / 0.11)

CMYK percentages

%0
%25.44
%33.33
%10.59

Codes

Color #E4AA98 in popluar color models

E4 AA 98
RGB 228 170 152
HSL 14° 58.46% 74.51%
HSB/HSV 14° 33.33% 89.41%
CMYK 0.00% 25.44% 33.33%
10.59%

Color #E4AA98 in popluar number systems.

HEX E4 AA 98
Decimal 228 170 152
Binary 11100100 10101010 10011000
Octal 344 252 230

Shades and tints

Shades of #E4AA98

#E4AA98
(228,170,152)
#D09B8B
(208,155,139)
#BC8C7E
(188,140,126)
#A87D71
(168,125,113)
#946E64
(148,110,100)
#805F57
(128,95,87)
#6C504A
(108,80,74)
#58413D
(88,65,61)
#443230
(68,50,48)
#302323
(48,35,35)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #E4AA98

#E4AA98
(228,170,152)
#E6B1A1
(230,177,161)
#E8B8AA
(232,184,170)
#EABFB3
(234,191,179)
#ECC6BC
(236,198,188)
#EECDC5
(238,205,197)
#F0D4CE
(240,212,206)
#F2DBD7
(242,219,215)
#F4E2E0
(244,226,224)
#F6E9E9
(246,233,233)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AA98 color. Also use rgb(228,170,152) instead hex code.

Text Font Color

.myTextColor { color: #E4AA98; }

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

This text font color is #E4AA98.

Background Color

.myBgColor { background-color: #E4AA98; }

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

This div background color is #E4AA98.

Border color

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

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

This div border color is #E4AA98.

Opacity

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

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

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

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

This text has shadow with #E4AA98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4AA98.

Preview

Color preview on black background

This text has color #E4AA98 on black background.


Color preview on white background

This text has color #E4AA98 on white background.


Black color preview on #E4AA98 background

This text has black color on #E4AA98 background.


White color preview on #E4AA98 background

This text has white color on #E4AA98 background.


Related colors

Complementary color

Complementary color for #hex is #1B5567.


I love getcolorcode.com

Triadic colors

1 #98E4AA and #AA98E4 with #E4AA98 are triadic colors.

2 #98AAE4 and #AAE498 with #E4AA98 are triadic colors.