COLOR #E3CD6D

HEX: #E3CD6D
RGB: (227,205,109)

Color info

#E3CD6D contains mainly red and green colors. Web safe color of #E3CD6D is #CCCC66 (or #CC6).

RGB color model

#E3CD6D color RGB value is (227,205,109).

  • red value is 227;
  • green value is 205;
  • blue value is 109.
RGB:
(227,205,109)
(89%,80%,43%)

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 109 of 255 = 43%

227
205
109

R + G + B ~ 71%. #E3CD6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 205 + 109 = 541 (100%)
R 227 of 541 ~ 41.96%
G 205 of 541 ~ 37.89%
B 109 of 541 ~ 20.15%

%41.96
%37.89
%20.15

CMYK color model

#E3CD6D color CMYK value is (0,10,52,11).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 51.98%
  • key color value is 10.98%
CMYK:
(0,10,52,11)
C0M10Y52K11 
(0%,10%,52%,11%)
(0.00/0.10/0.52/0.11)	

CMYK percentages

%0
%9.69
%51.98
%10.98

Codes

Color #E3CD6D in popluar color models

E3CD6D
RGB227205109
HSL49°67.82%65.88%
HSB/HSV49°51.98%89.02%
CMYK0.00%9.69%51.98%
10.98%

Color #E3CD6D in popluar number systems.

HEXE3CD6D
Decimal227205109
Binary11100011110011011101101
Octal343315155

Shades and tints

Shades of #E3CD6D

#E3CD6D
(227,205,109)
#CFBB64
(207,187,100)
#BBA95B
(187,169,91)
#A79752
(167,151,82)
#938549
(147,133,73)
#7F7340
(127,115,64)
#6B6137
(107,97,55)
#574F2E
(87,79,46)
#433D25
(67,61,37)
#2F2B1C
(47,43,28)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #E3CD6D

#E3CD6D
(227,205,109)
#E5D17A
(229,209,122)
#E7D587
(231,213,135)
#E9D994
(233,217,148)
#EBDDA1
(235,221,161)
#EDE1AE
(237,225,174)
#EFE5BB
(239,229,187)
#F1E9C8
(241,233,200)
#F3EDD5
(243,237,213)
#F5F1E2
(245,241,226)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CD6D color. Also use rgb(227,205,109) instead hex code.

Text Font Color

.myTextColor { color: #E3CD6D; }

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

This text font color is #E3CD6D.


Background Color

.myBgColor { background-color: #E3CD6D; }

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

This div background color is #E3CD6D.


Border color

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

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

This div border color is #E3CD6D.


Opacity

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

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

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

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

This text has shadow with #E3CD6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CD6D on black background.


Color preview on white background

This text has color #E3CD6D on white background.



Black color preview on #E3CD6D background

This text has black color on #E3CD6D background.


White color preview on #E3CD6D background

This text has white color on #E3CD6D background.