COLOR #E4AF93

HEX: #E4AF93 RGB: (228,175,147)

Color info

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

RGB color model

#E4AF93 color RGB value is (228,175,147).

RGB: (228,175,147) (89%, 69%, 58%)

RGB channels and saturation

R 228 of 255 = 89%
G 175 of 255 = 69%
B 147 of 255 = 58%

228
175
147

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

Portions of RGB colors in percentages

R + G + B = 228 + 175 + 147 = 550 (100%)
R 228 of 550 ~ 41.45%
G 175 of 550 ~ 31.82%
B 147 of 550 ~ 26.73'%

%41.45
%31.82
%26.73

CMYK color model

#E4AF93 color CMYK value is (0,23,36,11).

  • cyan value is 0.00%
  • magenta value is 23.25%
  • yellow value is 35.53%
  • key color value is 10.59%
CMYK: (0,23,36,11) C0M23Y36K11 (0%,23%,36%,11%) (0.00/0.23/0.36/0.11) 

CMYK percentages

%0
%23.25
%35.53
%10.59

Codes

Color #E4AF93 in popluar color models

E4 AF 93
RGB 228 175 147
HSL 21° 60.00% 73.53%
HSB/HSV 21° 35.53% 89.41%
CMYK 0.00% 23.25% 35.53%
10.59%

Color #E4AF93 in popluar number systems.

HEX E4 AF 93
Decimal 228 175 147
Binary 11100100 10101111 10010011
Octal 344 257 223

Shades and tints

Shades of #E4AF93

#E4AF93
(228,175,147)
#D0A086
(208,160,134)
#BC9179
(188,145,121)
#A8826C
(168,130,108)
#94735F
(148,115,95)
#806452
(128,100,82)
#6C5545
(108,85,69)
#584638
(88,70,56)
#44372B
(68,55,43)
#30281E
(48,40,30)
#1C1911
(28,25,17)
#000000
(0,0,0)

Tints of #E4AF93

#E4AF93
(228,175,147)
#E6B69C
(230,182,156)
#E8BDA5
(232,189,165)
#EAC4AE
(234,196,174)
#ECCBB7
(236,203,183)
#EED2C0
(238,210,192)
#F0D9C9
(240,217,201)
#F2E0D2
(242,224,210)
#F4E7DB
(244,231,219)
#F6EEE4
(246,238,228)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4AF93; }

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

This text font color is #E4AF93.

Background Color

.myBgColor { background-color: #E4AF93; }

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

This div background color is #E4AF93.

Border color

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

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

This div border color is #E4AF93.

Opacity

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

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

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

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

This text has shadow with #E4AF93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4AF93.

Preview

Color preview on black background

This text has color #E4AF93 on black background.


Color preview on white background

This text has color #E4AF93 on white background.


Black color preview on #E4AF93 background

This text has black color on #E4AF93 background.


White color preview on #E4AF93 background

This text has white color on #E4AF93 background.


Related colors

Complementary color

Complementary color for #hex is #1B506C.


I love getcolorcode.com

Triadic colors

1 #93E4AF and #AF93E4 with #E4AF93 are triadic colors.

2 #93AFE4 and #AFE493 with #E4AF93 are triadic colors.