COLOR #E4A765

HEX: #E4A765
RGB: (228,167,101)

Color info

#E4A765 contains mainly red color. Web safe color of #E4A765 is #CC9966 (or #C96).

RGB color model

#E4A765 color RGB value is (228,167,101).

  • red value is 228;
  • green value is 167;
  • blue value is 101.
RGB:
(228,167,101)
(89%,65%,40%)

RGB channels and saturation

R 228 of 255 = 89%
G 167 of 255 = 65%
B 101 of 255 = 40%

228
167
101

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

Portions of RGB colors in percentages

R + G + B =
228 + 167 + 101 = 496 (100%)
R 228 of 496 ~ 45.97%
G 167 of 496 ~ 33.67%
B 101 of 496 ~ 20.36%

%45.97
%33.67
%20.36

CMYK color model

#E4A765 color CMYK value is (0,27,56,11).

  • cyan value is 0.00%
  • magenta value is 26.75%
  • yellow value is 55.70%
  • key color value is 10.59%
CMYK:
(0,27,56,11)
C0M27Y56K11 
(0%,27%,56%,11%)
(0.00/0.27/0.56/0.11)	

CMYK percentages

%0
%26.75
%55.7
%10.59

Codes

Color #E4A765 in popluar color models

E4A765
RGB228167101
HSL31°70.17%64.51%
HSB/HSV31°55.70%89.41%
CMYK0.00%26.75%55.70%
10.59%

Color #E4A765 in popluar number systems.

HEXE4A765
Decimal228167101
Binary11100100101001111100101
Octal344247145

Shades and tints

Shades of #E4A765

#E4A765
(228,167,101)
#D0985C
(208,152,92)
#BC8953
(188,137,83)
#A87A4A
(168,122,74)
#946B41
(148,107,65)
#805C38
(128,92,56)
#6C4D2F
(108,77,47)
#583E26
(88,62,38)
#442F1D
(68,47,29)
#302014
(48,32,20)
#1C110B
(28,17,11)
#000000
(0,0,0)

Tints of #E4A765

#E4A765
(228,167,101)
#E6AF73
(230,175,115)
#E8B781
(232,183,129)
#EABF8F
(234,191,143)
#ECC79D
(236,199,157)
#EECFAB
(238,207,171)
#F0D7B9
(240,215,185)
#F2DFC7
(242,223,199)
#F4E7D5
(244,231,213)
#F6EFE3
(246,239,227)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A765 color. Also use rgb(228,167,101) instead hex code.

Text Font Color

.myTextColor { color: #E4A765; }

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

This text font color is #E4A765.


Background Color

.myBgColor { background-color: #E4A765; }

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

This div background color is #E4A765.


Border color

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

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

This div border color is #E4A765.


Opacity

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

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

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

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

This text has shadow with #E4A765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A765 on black background.


Color preview on white background

This text has color #E4A765 on white background.



Black color preview on #E4A765 background

This text has black color on #E4A765 background.


White color preview on #E4A765 background

This text has white color on #E4A765 background.