COLOR #E2AF88

HEX: #E2AF88
RGB: (226,175,136)

Color info

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

RGB color model

#E2AF88 color RGB value is (226,175,136).

  • red value is 226;
  • green value is 175;
  • blue value is 136.
RGB:
(226,175,136)
(89%,69%,53%)

RGB channels and saturation

R 226 of 255 = 89%
G 175 of 255 = 69%
B 136 of 255 = 53%

226
175
136

R + G + B ~ 70%. #E2AF88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 175 + 136 = 537 (100%)
R 226 of 537 ~ 42.09%
G 175 of 537 ~ 32.59%
B 136 of 537 ~ 25.33%

%42.09
%32.59
%25.33

CMYK color model

#E2AF88 color CMYK value is (0,23,40,11).

  • cyan value is 0.00%
  • magenta value is 22.57%
  • yellow value is 39.82%
  • key color value is 11.37%
CMYK:
(0,23,40,11)
C0M23Y40K11 
(0%,23%,40%,11%)
(0.00/0.23/0.40/0.11)	

CMYK percentages

%0
%22.57
%39.82
%11.37

Codes

Color #E2AF88 in popluar color models

E2AF88
RGB226175136
HSL26°60.81%70.98%
HSB/HSV26°39.82%88.63%
CMYK0.00%22.57%39.82%
11.37%

Color #E2AF88 in popluar number systems.

HEXE2AF88
Decimal226175136
Binary111000101010111110001000
Octal342257210

Shades and tints

Shades of #E2AF88

#E2AF88
(226,175,136)
#CEA07C
(206,160,124)
#BA9170
(186,145,112)
#A68264
(166,130,100)
#927358
(146,115,88)
#7E644C
(126,100,76)
#6A5540
(106,85,64)
#564634
(86,70,52)
#423728
(66,55,40)
#2E281C
(46,40,28)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #E2AF88

#E2AF88
(226,175,136)
#E4B692
(228,182,146)
#E6BD9C
(230,189,156)
#E8C4A6
(232,196,166)
#EACBB0
(234,203,176)
#ECD2BA
(236,210,186)
#EED9C4
(238,217,196)
#F0E0CE
(240,224,206)
#F2E7D8
(242,231,216)
#F4EEE2
(244,238,226)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2AF88 color. Also use rgb(226,175,136) instead hex code.

Text Font Color

.myTextColor { color: #E2AF88; }

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

This text font color is #E2AF88.


Background Color

.myBgColor { background-color: #E2AF88; }

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

This div background color is #E2AF88.


Border color

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

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

This div border color is #E2AF88.


Opacity

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

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

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

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

This text has shadow with #E2AF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2AF88 on black background.


Color preview on white background

This text has color #E2AF88 on white background.



Black color preview on #E2AF88 background

This text has black color on #E2AF88 background.


White color preview on #E2AF88 background

This text has white color on #E2AF88 background.