COLOR #E5DC4C

HEX: #E5DC4C RGB: (229,220,76)

Color info

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

RGB color model

#E5DC4C color RGB value is (229,220,76).

RGB: (229,220,76) (90%, 86%, 30%)

RGB channels and saturation

R 229 of 255 = 90%
G 220 of 255 = 86%
B 76 of 255 = 30%

229
220
76

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

Portions of RGB colors in percentages

R + G + B = 229 + 220 + 76 = 525 (100%)
R 229 of 525 ~ 43.62%
G 220 of 525 ~ 41.9%
B 76 of 525 ~ 14.48'%

%43.62
%41.9
%14.48

CMYK color model

#E5DC4C color CMYK value is (0,4,67,10).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 66.81%
  • key color value is 10.20%

CMYK: (0,4,67,10)
C0M4Y67K10 (0%, 4%, 67%, 10%)
(0.00 / 0.04 / 0.67 / 0.10)

CMYK percentages

%0
%3.93
%66.81
%10.2

Codes

Color #E5DC4C in popluar color models

E5 DC 4C
RGB 229 220 76
HSL 56° 74.63% 59.80%
HSB/HSV 56° 66.81% 89.80%
CMYK 0.00% 3.93% 66.81%
10.20%

Color #E5DC4C in popluar number systems.

HEX E5 DC 4C
Decimal 229 220 76
Binary 11100101 11011100 1001100
Octal 345 334 114

Shades and tints

Shades of #E5DC4C

#E5DC4C
(229,220,76)
#D1C846
(209,200,70)
#BDB440
(189,180,64)
#A9A03A
(169,160,58)
#958C34
(149,140,52)
#81782E
(129,120,46)
#6D6428
(109,100,40)
#595022
(89,80,34)
#453C1C
(69,60,28)
#312816
(49,40,22)
#1D1410
(29,20,16)
#000000
(0,0,0)

Tints of #E5DC4C

#E5DC4C
(229,220,76)
#E7DF5C
(231,223,92)
#E9E26C
(233,226,108)
#EBE57C
(235,229,124)
#EDE88C
(237,232,140)
#EFEB9C
(239,235,156)
#F1EEAC
(241,238,172)
#F3F1BC
(243,241,188)
#F5F4CC
(245,244,204)
#F7F7DC
(247,247,220)
#F9FAEC
(249,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DC4C color. Also use rgb(229,220,76) instead hex code.

Text Font Color

.myTextColor { color: #E5DC4C; }

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

This text font color is #E5DC4C.

Background Color

.myBgColor { background-color: #E5DC4C; }

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

This div background color is #E5DC4C.

Border color

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

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

This div border color is #E5DC4C.

Opacity

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

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

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

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

This text has shadow with #E5DC4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DC4C.

Preview

Color preview on black background

This text has color #E5DC4C on black background.


Color preview on white background

This text has color #E5DC4C on white background.


Black color preview on #E5DC4C background

This text has black color on #E5DC4C background.


White color preview on #E5DC4C background

This text has white color on #E5DC4C background.


Related colors

Complementary color

Complementary color for #hex is #1A23B3.


I love getcolorcode.com

Triadic colors

1 #4CE5DC and #DC4CE5 with #E5DC4C are triadic colors.

2 #4CDCE5 and #DCE54C with #E5DC4C are triadic colors.