COLOR #E8DC6C

HEX: #E8DC6C RGB: (232,220,108)

Color info

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

RGB color model

#E8DC6C color RGB value is (232,220,108).

RGB: (232,220,108) (91%, 86%, 42%)

RGB channels and saturation

R 232 of 255 = 91%
G 220 of 255 = 86%
B 108 of 255 = 42%

232
220
108

R + G + B ~ 73%. #E8DC6C is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 220 + 108 = 560 (100%)
R 232 of 560 ~ 41.43%
G 220 of 560 ~ 39.29%
B 108 of 560 ~ 19.29'%

%41.43
%39.29
%19.29

CMYK color model

#E8DC6C color CMYK value is (0,5,53,9).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 53.45%
  • key color value is 9.02%

CMYK: (0,5,53,9)
C0M5Y53K9 (0%, 5%, 53%, 9%)
(0.00 / 0.05 / 0.53 / 0.09)

CMYK percentages

%0
%5.17
%53.45
%9.02

Codes

Color #E8DC6C in popluar color models

E8 DC 6C
RGB 232 220 108
HSL 54° 72.94% 66.67%
HSB/HSV 54° 53.45% 90.98%
CMYK 0.00% 5.17% 53.45%
9.02%

Color #E8DC6C in popluar number systems.

HEX E8 DC 6C
Decimal 232 220 108
Binary 11101000 11011100 1101100
Octal 350 334 154

Shades and tints

Shades of #E8DC6C

#E8DC6C
(232,220,108)
#D3C863
(211,200,99)
#BEB45A
(190,180,90)
#A9A051
(169,160,81)
#948C48
(148,140,72)
#7F783F
(127,120,63)
#6A6436
(106,100,54)
#55502D
(85,80,45)
#403C24
(64,60,36)
#2B281B
(43,40,27)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #E8DC6C

#E8DC6C
(232,220,108)
#EADF79
(234,223,121)
#ECE286
(236,226,134)
#EEE593
(238,229,147)
#F0E8A0
(240,232,160)
#F2EBAD
(242,235,173)
#F4EEBA
(244,238,186)
#F6F1C7
(246,241,199)
#F8F4D4
(248,244,212)
#FAF7E1
(250,247,225)
#FCFAEE
(252,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DC6C color. Also use rgb(232,220,108) instead hex code.

Text Font Color

.myTextColor { color: #E8DC6C; }

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

This text font color is #E8DC6C.

Background Color

.myBgColor { background-color: #E8DC6C; }

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

This div background color is #E8DC6C.

Border color

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

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

This div border color is #E8DC6C.

Opacity

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

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

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

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

This text has shadow with #E8DC6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DC6C.

Preview

Color preview on black background

This text has color #E8DC6C on black background.


Color preview on white background

This text has color #E8DC6C on white background.


Black color preview on #E8DC6C background

This text has black color on #E8DC6C background.


White color preview on #E8DC6C background

This text has white color on #E8DC6C background.


Related colors

Complementary color

Complementary color for #hex is #172393.


I love getcolorcode.com

Triadic colors

1 #6CE8DC and #DC6CE8 with #E8DC6C are triadic colors.

2 #6CDCE8 and #DCE86C with #E8DC6C are triadic colors.