COLOR #E7C465

HEX: #E7C465
RGB: (231,196,101)

Color info

#E7C465 contains mainly red and green colors. Web safe color of #E7C465 is #FFCC66 (or #FC6).

RGB color model

#E7C465 color RGB value is (231,196,101).

  • red value is 231;
  • green value is 196;
  • blue value is 101.
RGB:
(231,196,101)
(91%,77%,40%)

RGB channels and saturation

R 231 of 255 = 91%
G 196 of 255 = 77%
B 101 of 255 = 40%

231
196
101

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

Portions of RGB colors in percentages

R + G + B =
231 + 196 + 101 = 528 (100%)
R 231 of 528 ~ 43.75%
G 196 of 528 ~ 37.12%
B 101 of 528 ~ 19.13%

%43.75
%37.12
%19.13

CMYK color model

#E7C465 color CMYK value is (0,15,56,9).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 56.28%
  • key color value is 9.41%
CMYK:
(0,15,56,9)
C0M15Y56K9 
(0%,15%,56%,9%)
(0.00/0.15/0.56/0.09)	

CMYK percentages

%0
%15.15
%56.28
%9.41

Codes

Color #E7C465 in popluar color models

E7C465
RGB231196101
HSL44°73.03%65.10%
HSB/HSV44°56.28%90.59%
CMYK0.00%15.15%56.28%
9.41%

Color #E7C465 in popluar number systems.

HEXE7C465
Decimal231196101
Binary11100111110001001100101
Octal347304145

Shades and tints

Shades of #E7C465

#E7C465
(231,196,101)
#D2B35C
(210,179,92)
#BDA253
(189,162,83)
#A8914A
(168,145,74)
#938041
(147,128,65)
#7E6F38
(126,111,56)
#695E2F
(105,94,47)
#544D26
(84,77,38)
#3F3C1D
(63,60,29)
#2A2B14
(42,43,20)
#151A0B
(21,26,11)
#000000
(0,0,0)

Tints of #E7C465

#E7C465
(231,196,101)
#E9C973
(233,201,115)
#EBCE81
(235,206,129)
#EDD38F
(237,211,143)
#EFD89D
(239,216,157)
#F1DDAB
(241,221,171)
#F3E2B9
(243,226,185)
#F5E7C7
(245,231,199)
#F7ECD5
(247,236,213)
#F9F1E3
(249,241,227)
#FBF6F1
(251,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C465 color. Also use rgb(231,196,101) instead hex code.

Text Font Color

.myTextColor { color: #E7C465; }

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

This text font color is #E7C465.


Background Color

.myBgColor { background-color: #E7C465; }

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

This div background color is #E7C465.


Border color

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

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

This div border color is #E7C465.


Opacity

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

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

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

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

This text has shadow with #E7C465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C465 on black background.


Color preview on white background

This text has color #E7C465 on white background.



Black color preview on #E7C465 background

This text has black color on #E7C465 background.


White color preview on #E7C465 background

This text has white color on #E7C465 background.