COLOR #E5C767

HEX: #E5C767
RGB: (229,199,103)

Color info

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

RGB color model

#E5C767 color RGB value is (229,199,103).

  • red value is 229;
  • green value is 199;
  • blue value is 103.
RGB:
(229,199,103)
(90%,78%,40%)

RGB channels and saturation

R 229 of 255 = 90%
G 199 of 255 = 78%
B 103 of 255 = 40%

229
199
103

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

Portions of RGB colors in percentages

R + G + B =
229 + 199 + 103 = 531 (100%)
R 229 of 531 ~ 43.13%
G 199 of 531 ~ 37.48%
B 103 of 531 ~ 19.4%

%43.13
%37.48
%19.4

CMYK color model

#E5C767 color CMYK value is (0,13,55,10).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 55.02%
  • key color value is 10.20%
CMYK:
(0,13,55,10)
C0M13Y55K10 
(0%,13%,55%,10%)
(0.00/0.13/0.55/0.10)	

CMYK percentages

%0
%13.1
%55.02
%10.2

Codes

Color #E5C767 in popluar color models

E5C767
RGB229199103
HSL46°70.79%65.10%
HSB/HSV46°55.02%89.80%
CMYK0.00%13.10%55.02%
10.20%

Color #E5C767 in popluar number systems.

HEXE5C767
Decimal229199103
Binary11100101110001111100111
Octal345307147

Shades and tints

Shades of #E5C767

#E5C767
(229,199,103)
#D1B55E
(209,181,94)
#BDA355
(189,163,85)
#A9914C
(169,145,76)
#957F43
(149,127,67)
#816D3A
(129,109,58)
#6D5B31
(109,91,49)
#594928
(89,73,40)
#45371F
(69,55,31)
#312516
(49,37,22)
#1D130D
(29,19,13)
#000000
(0,0,0)

Tints of #E5C767

#E5C767
(229,199,103)
#E7CC74
(231,204,116)
#E9D181
(233,209,129)
#EBD68E
(235,214,142)
#EDDB9B
(237,219,155)
#EFE0A8
(239,224,168)
#F1E5B5
(241,229,181)
#F3EAC2
(243,234,194)
#F5EFCF
(245,239,207)
#F7F4DC
(247,244,220)
#F9F9E9
(249,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C767 color. Also use rgb(229,199,103) instead hex code.

Text Font Color

.myTextColor { color: #E5C767; }

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

This text font color is #E5C767.


Background Color

.myBgColor { background-color: #E5C767; }

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

This div background color is #E5C767.


Border color

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

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

This div border color is #E5C767.


Opacity

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

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

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

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

This text has shadow with #E5C767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C767 on black background.


Color preview on white background

This text has color #E5C767 on white background.



Black color preview on #E5C767 background

This text has black color on #E5C767 background.


White color preview on #E5C767 background

This text has white color on #E5C767 background.