COLOR #E2DC64

HEX: #E2DC64 RGB: (226,220,100)

Color info

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

RGB color model

#E2DC64 color RGB value is (226,220,100).

RGB: (226,220,100) (89%, 86%, 39%)

RGB channels and saturation

R 226 of 255 = 89%
G 220 of 255 = 86%
B 100 of 255 = 39%

226
220
100

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

Portions of RGB colors in percentages

R + G + B = 226 + 220 + 100 = 546 (100%)
R 226 of 546 ~ 41.39%
G 220 of 546 ~ 40.29%
B 100 of 546 ~ 18.32'%

%41.39
%40.29
%18.32

CMYK color model

#E2DC64 color CMYK value is (0,3,56,11).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 55.75%
  • key color value is 11.37%
CMYK: (0,3,56,11) C0M3Y56K11 (0%,3%,56%,11%) (0.00/0.03/0.56/0.11) 

CMYK percentages

%0
%2.65
%55.75
%11.37

Codes

Color #E2DC64 in popluar color models

E2 DC 64
RGB 226 220 100
HSL 57° 68.48% 63.92%
HSB/HSV 57° 55.75% 88.63%
CMYK 0.00% 2.65% 55.75%
11.37%

Color #E2DC64 in popluar number systems.

HEX E2 DC 64
Decimal 226 220 100
Binary 11100010 11011100 1100100
Octal 342 334 144

Shades and tints

Shades of #E2DC64

#E2DC64
(226,220,100)
#CEC85B
(206,200,91)
#BAB452
(186,180,82)
#A6A049
(166,160,73)
#928C40
(146,140,64)
#7E7837
(126,120,55)
#6A642E
(106,100,46)
#565025
(86,80,37)
#423C1C
(66,60,28)
#2E2813
(46,40,19)
#1A140A
(26,20,10)
#000000
(0,0,0)

Tints of #E2DC64

#E2DC64
(226,220,100)
#E4DF72
(228,223,114)
#E6E280
(230,226,128)
#E8E58E
(232,229,142)
#EAE89C
(234,232,156)
#ECEBAA
(236,235,170)
#EEEEB8
(238,238,184)
#F0F1C6
(240,241,198)
#F2F4D4
(242,244,212)
#F4F7E2
(244,247,226)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DC64 color. Also use rgb(226,220,100) instead hex code.

Text Font Color

.myTextColor { color: #E2DC64; }

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

This text font color is #E2DC64.

Background Color

.myBgColor { background-color: #E2DC64; }

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

This div background color is #E2DC64.

Border color

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

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

This div border color is #E2DC64.

Opacity

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

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

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

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

This text has shadow with #E2DC64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DC64.

Preview

Color preview on black background

This text has color #E2DC64 on black background.


Color preview on white background

This text has color #E2DC64 on white background.


Black color preview on #E2DC64 background

This text has black color on #E2DC64 background.


White color preview on #E2DC64 background

This text has white color on #E2DC64 background.


Related colors

Complementary color

Complementary color for #hex is #1D239B.


I love getcolorcode.com

Triadic colors

1 #64E2DC and #DC64E2 with #E2DC64 are triadic colors.

2 #64DCE2 and #DCE264 with #E2DC64 are triadic colors.