COLOR #E8C365

HEX: #E8C365
RGB: (232,195,101)

Color info

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

RGB color model

#E8C365 color RGB value is (232,195,101).

  • red value is 232;
  • green value is 195;
  • blue value is 101.
RGB:
(232,195,101)
(91%,76%,40%)

RGB channels and saturation

R 232 of 255 = 91%
G 195 of 255 = 76%
B 101 of 255 = 40%

232
195
101

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

Portions of RGB colors in percentages

R + G + B =
232 + 195 + 101 = 528 (100%)
R 232 of 528 ~ 43.94%
G 195 of 528 ~ 36.93%
B 101 of 528 ~ 19.13%

%43.94
%36.93
%19.13

CMYK color model

#E8C365 color CMYK value is (0,16,56,9).

  • cyan value is 0.00%
  • magenta value is 15.95%
  • yellow value is 56.47%
  • key color value is 9.02%
CMYK:
(0,16,56,9)
C0M16Y56K9 
(0%,16%,56%,9%)
(0.00/0.16/0.56/0.09)	

CMYK percentages

%0
%15.95
%56.47
%9.02

Codes

Color #E8C365 in popluar color models

E8C365
RGB232195101
HSL43°74.01%65.29%
HSB/HSV43°56.47%90.98%
CMYK0.00%15.95%56.47%
9.02%

Color #E8C365 in popluar number systems.

HEXE8C365
Decimal232195101
Binary11101000110000111100101
Octal350303145

Shades and tints

Shades of #E8C365

#E8C365
(232,195,101)
#D3B25C
(211,178,92)
#BEA153
(190,161,83)
#A9904A
(169,144,74)
#947F41
(148,127,65)
#7F6E38
(127,110,56)
#6A5D2F
(106,93,47)
#554C26
(85,76,38)
#403B1D
(64,59,29)
#2B2A14
(43,42,20)
#16190B
(22,25,11)
#000000
(0,0,0)

Tints of #E8C365

#E8C365
(232,195,101)
#EAC873
(234,200,115)
#ECCD81
(236,205,129)
#EED28F
(238,210,143)
#F0D79D
(240,215,157)
#F2DCAB
(242,220,171)
#F4E1B9
(244,225,185)
#F6E6C7
(246,230,199)
#F8EBD5
(248,235,213)
#FAF0E3
(250,240,227)
#FCF5F1
(252,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C365 color. Also use rgb(232,195,101) instead hex code.

Text Font Color

.myTextColor { color: #E8C365; }

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

This text font color is #E8C365.


Background Color

.myBgColor { background-color: #E8C365; }

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

This div background color is #E8C365.


Border color

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

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

This div border color is #E8C365.


Opacity

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

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

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

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

This text has shadow with #E8C365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C365 on black background.


Color preview on white background

This text has color #E8C365 on white background.



Black color preview on #E8C365 background

This text has black color on #E8C365 background.


White color preview on #E8C365 background

This text has white color on #E8C365 background.