COLOR #E8C669

HEX: #E8C669
RGB: (232,198,105)

Color info

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

RGB color model

#E8C669 color RGB value is (232,198,105).

  • red value is 232;
  • green value is 198;
  • blue value is 105.
RGB:
(232,198,105)
(91%,78%,41%)

RGB channels and saturation

R 232 of 255 = 91%
G 198 of 255 = 78%
B 105 of 255 = 41%

232
198
105

R + G + B ~ 70%. #E8C669 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 198 + 105 = 535 (100%)
R 232 of 535 ~ 43.36%
G 198 of 535 ~ 37.01%
B 105 of 535 ~ 19.63%

%43.36
%37.01
%19.63

CMYK color model

#E8C669 color CMYK value is (0,15,55,9).

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 54.74%
  • key color value is 9.02%
CMYK:
(0,15,55,9)
C0M15Y55K9 
(0%,15%,55%,9%)
(0.00/0.15/0.55/0.09)	

CMYK percentages

%0
%14.66
%54.74
%9.02

Codes

Color #E8C669 in popluar color models

E8C669
RGB232198105
HSL44°73.41%66.08%
HSB/HSV44°54.74%90.98%
CMYK0.00%14.66%54.74%
9.02%

Color #E8C669 in popluar number systems.

HEXE8C669
Decimal232198105
Binary11101000110001101101001
Octal350306151

Shades and tints

Shades of #E8C669

#E8C669
(232,198,105)
#D3B460
(211,180,96)
#BEA257
(190,162,87)
#A9904E
(169,144,78)
#947E45
(148,126,69)
#7F6C3C
(127,108,60)
#6A5A33
(106,90,51)
#55482A
(85,72,42)
#403621
(64,54,33)
#2B2418
(43,36,24)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #E8C669

#E8C669
(232,198,105)
#EACB76
(234,203,118)
#ECD083
(236,208,131)
#EED590
(238,213,144)
#F0DA9D
(240,218,157)
#F2DFAA
(242,223,170)
#F4E4B7
(244,228,183)
#F6E9C4
(246,233,196)
#F8EED1
(248,238,209)
#FAF3DE
(250,243,222)
#FCF8EB
(252,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C669 color. Also use rgb(232,198,105) instead hex code.

Text Font Color

.myTextColor { color: #E8C669; }

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

This text font color is #E8C669.


Background Color

.myBgColor { background-color: #E8C669; }

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

This div background color is #E8C669.


Border color

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

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

This div border color is #E8C669.


Opacity

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

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

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

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

This text has shadow with #E8C669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C669 on black background.


Color preview on white background

This text has color #E8C669 on white background.



Black color preview on #E8C669 background

This text has black color on #E8C669 background.


White color preview on #E8C669 background

This text has white color on #E8C669 background.