COLOR #E4DA68

HEX: #E4DA68 RGB: (228,218,104)

Color info

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

RGB color model

#E4DA68 color RGB value is (228,218,104).

RGB: (228,218,104) (89%, 85%, 41%)

RGB channels and saturation

R 228 of 255 = 89%
G 218 of 255 = 85%
B 104 of 255 = 41%

228
218
104

R + G + B ~ 72%. #E4DA68 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 218 + 104 = 550 (100%)
R 228 of 550 ~ 41.45%
G 218 of 550 ~ 39.64%
B 104 of 550 ~ 18.91'%

%41.45
%39.64
%18.91

CMYK color model

#E4DA68 color CMYK value is (0,4,54,11).

  • cyan value is 0.00%
  • magenta value is 4.39%
  • yellow value is 54.39%
  • key color value is 10.59%

CMYK: (0,4,54,11)
C0M4Y54K11 (0%, 4%, 54%, 11%)
(0.00 / 0.04 / 0.54 / 0.11)

CMYK percentages

%0
%4.39
%54.39
%10.59

Codes

Color #E4DA68 in popluar color models

E4 DA 68
RGB 228 218 104
HSL 55° 69.66% 65.10%
HSB/HSV 55° 54.39% 89.41%
CMYK 0.00% 4.39% 54.39%
10.59%

Color #E4DA68 in popluar number systems.

HEX E4 DA 68
Decimal 228 218 104
Binary 11100100 11011010 1101000
Octal 344 332 150

Shades and tints

Shades of #E4DA68

#E4DA68
(228,218,104)
#D0C75F
(208,199,95)
#BCB456
(188,180,86)
#A8A14D
(168,161,77)
#948E44
(148,142,68)
#807B3B
(128,123,59)
#6C6832
(108,104,50)
#585529
(88,85,41)
#444220
(68,66,32)
#302F17
(48,47,23)
#1C1C0E
(28,28,14)
#000000
(0,0,0)

Tints of #E4DA68

#E4DA68
(228,218,104)
#E6DD75
(230,221,117)
#E8E082
(232,224,130)
#EAE38F
(234,227,143)
#ECE69C
(236,230,156)
#EEE9A9
(238,233,169)
#F0ECB6
(240,236,182)
#F2EFC3
(242,239,195)
#F4F2D0
(244,242,208)
#F6F5DD
(246,245,221)
#F8F8EA
(248,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DA68 color. Also use rgb(228,218,104) instead hex code.

Text Font Color

.myTextColor { color: #E4DA68; }

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

This text font color is #E4DA68.

Background Color

.myBgColor { background-color: #E4DA68; }

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

This div background color is #E4DA68.

Border color

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

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

This div border color is #E4DA68.

Opacity

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

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

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

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

This text has shadow with #E4DA68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DA68.

Preview

Color preview on black background

This text has color #E4DA68 on black background.


Color preview on white background

This text has color #E4DA68 on white background.


Black color preview on #E4DA68 background

This text has black color on #E4DA68 background.


White color preview on #E4DA68 background

This text has white color on #E4DA68 background.


Related colors

Complementary color

Complementary color for #hex is #1B2597.


I love getcolorcode.com

Triadic colors

1 #68E4DA and #DA68E4 with #E4DA68 are triadic colors.

2 #68DAE4 and #DAE468 with #E4DA68 are triadic colors.