COLOR #E5C169

HEX: #E5C169
RGB: (229,193,105)

Color info

#E5C169 contains mainly red and green colors. Web safe color of #E5C169 is #CCCC66 (or #CC6).

RGB color model

#E5C169 color RGB value is (229,193,105).

  • red value is 229;
  • green value is 193;
  • blue value is 105.
RGB:
(229,193,105)
(90%,76%,41%)

RGB channels and saturation

R 229 of 255 = 90%
G 193 of 255 = 76%
B 105 of 255 = 41%

229
193
105

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

Portions of RGB colors in percentages

R + G + B =
229 + 193 + 105 = 527 (100%)
R 229 of 527 ~ 43.45%
G 193 of 527 ~ 36.62%
B 105 of 527 ~ 19.92%

%43.45
%36.62
%19.92

CMYK color model

#E5C169 color CMYK value is (0,16,54,10).

  • cyan value is 0.00%
  • magenta value is 15.72%
  • yellow value is 54.15%
  • key color value is 10.20%
CMYK:
(0,16,54,10)
C0M16Y54K10 
(0%,16%,54%,10%)
(0.00/0.16/0.54/0.10)	

CMYK percentages

%0
%15.72
%54.15
%10.2

Codes

Color #E5C169 in popluar color models

E5C169
RGB229193105
HSL43°70.45%65.49%
HSB/HSV43°54.15%89.80%
CMYK0.00%15.72%54.15%
10.20%

Color #E5C169 in popluar number systems.

HEXE5C169
Decimal229193105
Binary11100101110000011101001
Octal345301151

Shades and tints

Shades of #E5C169

#E5C169
(229,193,105)
#D1B060
(209,176,96)
#BD9F57
(189,159,87)
#A98E4E
(169,142,78)
#957D45
(149,125,69)
#816C3C
(129,108,60)
#6D5B33
(109,91,51)
#594A2A
(89,74,42)
#453921
(69,57,33)
#312818
(49,40,24)
#1D170F
(29,23,15)
#000000
(0,0,0)

Tints of #E5C169

#E5C169
(229,193,105)
#E7C676
(231,198,118)
#E9CB83
(233,203,131)
#EBD090
(235,208,144)
#EDD59D
(237,213,157)
#EFDAAA
(239,218,170)
#F1DFB7
(241,223,183)
#F3E4C4
(243,228,196)
#F5E9D1
(245,233,209)
#F7EEDE
(247,238,222)
#F9F3EB
(249,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C169 color. Also use rgb(229,193,105) instead hex code.

Text Font Color

.myTextColor { color: #E5C169; }

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

This text font color is #E5C169.


Background Color

.myBgColor { background-color: #E5C169; }

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

This div background color is #E5C169.


Border color

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

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

This div border color is #E5C169.


Opacity

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

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

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

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

This text has shadow with #E5C169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C169 on black background.


Color preview on white background

This text has color #E5C169 on white background.



Black color preview on #E5C169 background

This text has black color on #E5C169 background.


White color preview on #E5C169 background

This text has white color on #E5C169 background.