COLOR #E4AF9A

HEX: #E4AF9A RGB: (228,175,154)

Color info

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

RGB color model

#E4AF9A color RGB value is (228,175,154).

RGB: (228,175,154) (89%, 69%, 60%)

RGB channels and saturation

R 228 of 255 = 89%
G 175 of 255 = 69%
B 154 of 255 = 60%

228
175
154

R + G + B ~ 73%. #E4AF9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 175 + 154 = 557 (100%)
R 228 of 557 ~ 40.93%
G 175 of 557 ~ 31.42%
B 154 of 557 ~ 27.65'%

%40.93
%31.42
%27.65

CMYK color model

#E4AF9A color CMYK value is (0,23,32,11).

  • cyan value is 0.00%
  • magenta value is 23.25%
  • yellow value is 32.46%
  • key color value is 10.59%

CMYK: (0,23,32,11)
C0M23Y32K11 (0%, 23%, 32%, 11%)
(0.00 / 0.23 / 0.32 / 0.11)

CMYK percentages

%0
%23.25
%32.46
%10.59

Codes

Color #E4AF9A in popluar color models

E4 AF 9A
RGB 228 175 154
HSL 17° 57.81% 74.90%
HSB/HSV 17° 32.46% 89.41%
CMYK 0.00% 23.25% 32.46%
10.59%

Color #E4AF9A in popluar number systems.

HEX E4 AF 9A
Decimal 228 175 154
Binary 11100100 10101111 10011010
Octal 344 257 232

Shades and tints

Shades of #E4AF9A

#E4AF9A
(228,175,154)
#D0A08C
(208,160,140)
#BC917E
(188,145,126)
#A88270
(168,130,112)
#947362
(148,115,98)
#806454
(128,100,84)
#6C5546
(108,85,70)
#584638
(88,70,56)
#44372A
(68,55,42)
#30281C
(48,40,28)
#1C190E
(28,25,14)
#000000
(0,0,0)

Tints of #E4AF9A

#E4AF9A
(228,175,154)
#E6B6A3
(230,182,163)
#E8BDAC
(232,189,172)
#EAC4B5
(234,196,181)
#ECCBBE
(236,203,190)
#EED2C7
(238,210,199)
#F0D9D0
(240,217,208)
#F2E0D9
(242,224,217)
#F4E7E2
(244,231,226)
#F6EEEB
(246,238,235)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AF9A color. Also use rgb(228,175,154) instead hex code.

Text Font Color

.myTextColor { color: #E4AF9A; }

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

This text font color is #E4AF9A.

Background Color

.myBgColor { background-color: #E4AF9A; }

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

This div background color is #E4AF9A.

Border color

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

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

This div border color is #E4AF9A.

Opacity

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

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

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

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

This text has shadow with #E4AF9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4AF9A.

Preview

Color preview on black background

This text has color #E4AF9A on black background.


Color preview on white background

This text has color #E4AF9A on white background.


Black color preview on #E4AF9A background

This text has black color on #E4AF9A background.


White color preview on #E4AF9A background

This text has white color on #E4AF9A background.


Related colors

Complementary color

Complementary color for #hex is #1B5065.


I love getcolorcode.com

Triadic colors

1 #9AE4AF and #AF9AE4 with #E4AF9A are triadic colors.

2 #9AAFE4 and #AFE49A with #E4AF9A are triadic colors.