COLOR #E2AD69

HEX: #E2AD69 RGB: (226,173,105)

Color info

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

RGB color model

#E2AD69 color RGB value is (226,173,105).

RGB: (226,173,105) (89%, 68%, 41%)

RGB channels and saturation

R 226 of 255 = 89%
G 173 of 255 = 68%
B 105 of 255 = 41%

226
173
105

R + G + B ~ 66%. #E2AD69 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 173 + 105 = 504 (100%)
R 226 of 504 ~ 44.84%
G 173 of 504 ~ 34.33%
B 105 of 504 ~ 20.83'%

%44.84
%34.33
%20.83

CMYK color model

#E2AD69 color CMYK value is (0,23,54,11).

  • cyan value is 0.00%
  • magenta value is 23.45%
  • yellow value is 53.54%
  • key color value is 11.37%

CMYK: (0,23,54,11)
C0M23Y54K11 (0%, 23%, 54%, 11%)
(0.00 / 0.23 / 0.54 / 0.11)

CMYK percentages

%0
%23.45
%53.54
%11.37

Codes

Color #E2AD69 in popluar color models

E2 AD 69
RGB 226 173 105
HSL 34° 67.60% 64.90%
HSB/HSV 34° 53.54% 88.63%
CMYK 0.00% 23.45% 53.54%
11.37%

Color #E2AD69 in popluar number systems.

HEX E2 AD 69
Decimal 226 173 105
Binary 11100010 10101101 1101001
Octal 342 255 151

Shades and tints

Shades of #E2AD69

#E2AD69
(226,173,105)
#CE9E60
(206,158,96)
#BA8F57
(186,143,87)
#A6804E
(166,128,78)
#927145
(146,113,69)
#7E623C
(126,98,60)
#6A5333
(106,83,51)
#56442A
(86,68,42)
#423521
(66,53,33)
#2E2618
(46,38,24)
#1A170F
(26,23,15)
#000000
(0,0,0)

Tints of #E2AD69

#E2AD69
(226,173,105)
#E4B476
(228,180,118)
#E6BB83
(230,187,131)
#E8C290
(232,194,144)
#EAC99D
(234,201,157)
#ECD0AA
(236,208,170)
#EED7B7
(238,215,183)
#F0DEC4
(240,222,196)
#F2E5D1
(242,229,209)
#F4ECDE
(244,236,222)
#F6F3EB
(246,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2AD69 color. Also use rgb(226,173,105) instead hex code.

Text Font Color

.myTextColor { color: #E2AD69; }

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

This text font color is #E2AD69.

Background Color

.myBgColor { background-color: #E2AD69; }

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

This div background color is #E2AD69.

Border color

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

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

This div border color is #E2AD69.

Opacity

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

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

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

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

This text has shadow with #E2AD69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2AD69.

Preview

Color preview on black background

This text has color #E2AD69 on black background.


Color preview on white background

This text has color #E2AD69 on white background.


Black color preview on #E2AD69 background

This text has black color on #E2AD69 background.


White color preview on #E2AD69 background

This text has white color on #E2AD69 background.


Related colors

Complementary color

Complementary color for #hex is #1D5296.


I love getcolorcode.com

Triadic colors

1 #69E2AD and #AD69E2 with #E2AD69 are triadic colors.

2 #69ADE2 and #ADE269 with #E2AD69 are triadic colors.