COLOR #E2A098

HEX: #E2A098 RGB: (226,160,152)

Color info

#E2A098 contains mainly red color. Web safe color of #E2A098 is #CC9999 (or #C99).

RGB color model

#E2A098 color RGB value is (226,160,152).

RGB: (226,160,152) (89%, 63%, 60%)

RGB channels and saturation

R 226 of 255 = 89%
G 160 of 255 = 63%
B 152 of 255 = 60%

226
160
152

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

Portions of RGB colors in percentages

R + G + B = 226 + 160 + 152 = 538 (100%)
R 226 of 538 ~ 42.01%
G 160 of 538 ~ 29.74%
B 152 of 538 ~ 28.25'%

%42.01
%29.74
%28.25

CMYK color model

#E2A098 color CMYK value is (0,29,33,11).

  • cyan value is 0.00%
  • magenta value is 29.20%
  • yellow value is 32.74%
  • key color value is 11.37%

CMYK: (0,29,33,11)
C0M29Y33K11 (0%, 29%, 33%, 11%)
(0.00 / 0.29 / 0.33 / 0.11)

CMYK percentages

%0
%29.2
%32.74
%11.37

Codes

Color #E2A098 in popluar color models

E2 A0 98
RGB 226 160 152
HSL 56.06% 74.12%
HSB/HSV 32.74% 88.63%
CMYK 0.00% 29.20% 32.74%
11.37%

Color #E2A098 in popluar number systems.

HEX E2 A0 98
Decimal 226 160 152
Binary 11100010 10100000 10011000
Octal 342 240 230

Shades and tints

Shades of #E2A098

#E2A098
(226,160,152)
#CE928B
(206,146,139)
#BA847E
(186,132,126)
#A67671
(166,118,113)
#926864
(146,104,100)
#7E5A57
(126,90,87)
#6A4C4A
(106,76,74)
#563E3D
(86,62,61)
#423030
(66,48,48)
#2E2223
(46,34,35)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #E2A098

#E2A098
(226,160,152)
#E4A8A1
(228,168,161)
#E6B0AA
(230,176,170)
#E8B8B3
(232,184,179)
#EAC0BC
(234,192,188)
#ECC8C5
(236,200,197)
#EED0CE
(238,208,206)
#F0D8D7
(240,216,215)
#F2E0E0
(242,224,224)
#F4E8E9
(244,232,233)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A098 color. Also use rgb(226,160,152) instead hex code.

Text Font Color

.myTextColor { color: #E2A098; }

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

This text font color is #E2A098.

Background Color

.myBgColor { background-color: #E2A098; }

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

This div background color is #E2A098.

Border color

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

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

This div border color is #E2A098.

Opacity

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

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

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

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

This text has shadow with #E2A098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2A098.

Preview

Color preview on black background

This text has color #E2A098 on black background.


Color preview on white background

This text has color #E2A098 on white background.


Black color preview on #E2A098 background

This text has black color on #E2A098 background.


White color preview on #E2A098 background

This text has white color on #E2A098 background.


Related colors

Complementary color

Complementary color for #hex is #1D5F67.


I love getcolorcode.com

Triadic colors

1 #98E2A0 and #A098E2 with #E2A098 are triadic colors.

2 #98A0E2 and #A0E298 with #E2A098 are triadic colors.