COLOR #E6AE7D

HEX: #E6AE7D
RGB: (230,174,125)

Color info

#E6AE7D contains mainly red and green colors. Web safe color of #E6AE7D is #CC9966 (or #C96).

RGB color model

#E6AE7D color RGB value is (230,174,125).

  • red value is 230;
  • green value is 174;
  • blue value is 125.
RGB:
(230,174,125)
(90%,68%,49%)

RGB channels and saturation

R 230 of 255 = 90%
G 174 of 255 = 68%
B 125 of 255 = 49%

230
174
125

R + G + B ~ 69%. #E6AE7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 174 + 125 = 529 (100%)
R 230 of 529 ~ 43.48%
G 174 of 529 ~ 32.89%
B 125 of 529 ~ 23.63%

%43.48
%32.89
%23.63

CMYK color model

#E6AE7D color CMYK value is (0,24,46,10).

  • cyan value is 0.00%
  • magenta value is 24.35%
  • yellow value is 45.65%
  • key color value is 9.80%
CMYK:
(0,24,46,10)
C0M24Y46K10 
(0%,24%,46%,10%)
(0.00/0.24/0.46/0.10)	

CMYK percentages

%0
%24.35
%45.65
%9.8

Codes

Color #E6AE7D in popluar color models

E6AE7D
RGB230174125
HSL28°67.74%69.61%
HSB/HSV28°45.65%90.20%
CMYK0.00%24.35%45.65%
9.80%

Color #E6AE7D in popluar number systems.

HEXE6AE7D
Decimal230174125
Binary11100110101011101111101
Octal346256175

Shades and tints

Shades of #E6AE7D

#E6AE7D
(230,174,125)
#D29F72
(210,159,114)
#BE9067
(190,144,103)
#AA815C
(170,129,92)
#967251
(150,114,81)
#826346
(130,99,70)
#6E543B
(110,84,59)
#5A4530
(90,69,48)
#463625
(70,54,37)
#32271A
(50,39,26)
#1E180F
(30,24,15)
#000000
(0,0,0)

Tints of #E6AE7D

#E6AE7D
(230,174,125)
#E8B588
(232,181,136)
#EABC93
(234,188,147)
#ECC39E
(236,195,158)
#EECAA9
(238,202,169)
#F0D1B4
(240,209,180)
#F2D8BF
(242,216,191)
#F4DFCA
(244,223,202)
#F6E6D5
(246,230,213)
#F8EDE0
(248,237,224)
#FAF4EB
(250,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6AE7D color. Also use rgb(230,174,125) instead hex code.

Text Font Color

.myTextColor { color: #E6AE7D; }

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

This text font color is #E6AE7D.


Background Color

.myBgColor { background-color: #E6AE7D; }

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

This div background color is #E6AE7D.


Border color

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

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

This div border color is #E6AE7D.


Opacity

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

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

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

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

This text has shadow with #E6AE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6AE7D on black background.


Color preview on white background

This text has color #E6AE7D on white background.



Black color preview on #E6AE7D background

This text has black color on #E6AE7D background.


White color preview on #E6AE7D background

This text has white color on #E6AE7D background.