COLOR #E6AE5D

HEX: #E6AE5D RGB: (230,174,93)

Color info

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

RGB color model

#E6AE5D color RGB value is (230,174,93).

RGB: (230,174,93) (90%, 68%, 36%)

RGB channels and saturation

R 230 of 255 = 90%
G 174 of 255 = 68%
B 93 of 255 = 36%

230
174
93

R + G + B ~ 65%. #E6AE5D is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 174 + 93 = 497 (100%)
R 230 of 497 ~ 46.28%
G 174 of 497 ~ 35.01%
B 93 of 497 ~ 18.71'%

%46.28
%35.01
%18.71

CMYK color model

#E6AE5D color CMYK value is (0,24,60,10).

  • cyan value is 0.00%
  • magenta value is 24.35%
  • yellow value is 59.57%
  • key color value is 9.80%
CMYK: (0,24,60,10) C0M24Y60K10 (0%,24%,60%,10%) (0.00/0.24/0.60/0.10) 

CMYK percentages

%0
%24.35
%59.57
%9.8

Codes

Color #E6AE5D in popluar color models

E6 AE 5D
RGB 230 174 93
HSL 35° 73.26% 63.33%
HSB/HSV 35° 59.57% 90.20%
CMYK 0.00% 24.35% 59.57%
9.80%

Color #E6AE5D in popluar number systems.

HEX E6 AE 5D
Decimal 230 174 93
Binary 11100110 10101110 1011101
Octal 346 256 135

Shades and tints

Shades of #E6AE5D

#E6AE5D
(230,174,93)
#D29F55
(210,159,85)
#BE904D
(190,144,77)
#AA8145
(170,129,69)
#96723D
(150,114,61)
#826335
(130,99,53)
#6E542D
(110,84,45)
#5A4525
(90,69,37)
#46361D
(70,54,29)
#322715
(50,39,21)
#1E180D
(30,24,13)
#000000
(0,0,0)

Tints of #E6AE5D

#E6AE5D
(230,174,93)
#E8B56B
(232,181,107)
#EABC79
(234,188,121)
#ECC387
(236,195,135)
#EECA95
(238,202,149)
#F0D1A3
(240,209,163)
#F2D8B1
(242,216,177)
#F4DFBF
(244,223,191)
#F6E6CD
(246,230,205)
#F8EDDB
(248,237,219)
#FAF4E9
(250,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6AE5D; }

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

This text font color is #E6AE5D.

Background Color

.myBgColor { background-color: #E6AE5D; }

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

This div background color is #E6AE5D.

Border color

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

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

This div border color is #E6AE5D.

Opacity

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

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

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

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

This text has shadow with #E6AE5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6AE5D.

Preview

Color preview on black background

This text has color #E6AE5D on black background.


Color preview on white background

This text has color #E6AE5D on white background.


Black color preview on #E6AE5D background

This text has black color on #E6AE5D background.


White color preview on #E6AE5D background

This text has white color on #E6AE5D background.


Related colors

Complementary color

Complementary color for #hex is #1951A2.


I love getcolorcode.com

Triadic colors

1 #5DE6AE and #AE5DE6 with #E6AE5D are triadic colors.

2 #5DAEE6 and #AEE65D with #E6AE5D are triadic colors.