COLOR #E3D14D

HEX: #E3D14D
RGB: (227,209,77)

Color info

#E3D14D contains mainly red and green colors. Web safe color of #E3D14D is #CCCC33 (or #CC3).

RGB color model

#E3D14D color RGB value is (227,209,77).

  • red value is 227;
  • green value is 209;
  • blue value is 77.
RGB:
(227,209,77)
(89%,82%,30%)

RGB channels and saturation

R 227 of 255 = 89%
G 209 of 255 = 82%
B 77 of 255 = 30%

227
209
77

R + G + B ~ 67%. #E3D14D is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 209 + 77 = 513 (100%)
R 227 of 513 ~ 44.25%
G 209 of 513 ~ 40.74%
B 77 of 513 ~ 15.01%

%44.25
%40.74
%15.01

CMYK color model

#E3D14D color CMYK value is (0,8,66,11).

  • cyan value is 0.00%
  • magenta value is 7.93%
  • yellow value is 66.08%
  • key color value is 10.98%
CMYK:
(0,8,66,11)
C0M8Y66K11 
(0%,8%,66%,11%)
(0.00/0.08/0.66/0.11)	

CMYK percentages

%0
%7.93
%66.08
%10.98

Codes

Color #E3D14D in popluar color models

E3D14D
RGB22720977
HSL53°72.82%59.61%
HSB/HSV53°66.08%89.02%
CMYK0.00%7.93%66.08%
10.98%

Color #E3D14D in popluar number systems.

HEXE3D14D
Decimal22720977
Binary11100011110100011001101
Octal343321115

Shades and tints

Shades of #E3D14D

#E3D14D
(227,209,77)
#CFBE46
(207,190,70)
#BBAB3F
(187,171,63)
#A79838
(167,152,56)
#938531
(147,133,49)
#7F722A
(127,114,42)
#6B5F23
(107,95,35)
#574C1C
(87,76,28)
#433915
(67,57,21)
#2F260E
(47,38,14)
#1B1307
(27,19,7)
#000000
(0,0,0)

Tints of #E3D14D

#E3D14D
(227,209,77)
#E5D55D
(229,213,93)
#E7D96D
(231,217,109)
#E9DD7D
(233,221,125)
#EBE18D
(235,225,141)
#EDE59D
(237,229,157)
#EFE9AD
(239,233,173)
#F1EDBD
(241,237,189)
#F3F1CD
(243,241,205)
#F5F5DD
(245,245,221)
#F7F9ED
(247,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D14D color. Also use rgb(227,209,77) instead hex code.

Text Font Color

.myTextColor { color: #E3D14D; }

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

This text font color is #E3D14D.


Background Color

.myBgColor { background-color: #E3D14D; }

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

This div background color is #E3D14D.


Border color

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

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

This div border color is #E3D14D.


Opacity

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

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

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

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

This text has shadow with #E3D14D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D14D on black background.


Color preview on white background

This text has color #E3D14D on white background.



Black color preview on #E3D14D background

This text has black color on #E3D14D background.


White color preview on #E3D14D background

This text has white color on #E3D14D background.