COLOR #E4DD98

HEX: #E4DD98 RGB: (228,221,152)

Color info

#E4DD98 contains mainly red and green colors. Web safe color of #E4DD98 is #CCCC99 (or #CC9).

RGB color model

#E4DD98 color RGB value is (228,221,152).

RGB: (228,221,152) (89%, 87%, 60%)

RGB channels and saturation

R 228 of 255 = 89%
G 221 of 255 = 87%
B 152 of 255 = 60%

228
221
152

R + G + B ~ 79%. #E4DD98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 221 + 152 = 601 (100%)
R 228 of 601 ~ 37.94%
G 221 of 601 ~ 36.77%
B 152 of 601 ~ 25.29'%

%37.94
%36.77
%25.29

CMYK color model

#E4DD98 color CMYK value is (0,3,33,11).

  • cyan value is 0.00%
  • magenta value is 3.07%
  • yellow value is 33.33%
  • key color value is 10.59%

CMYK: (0,3,33,11)
C0M3Y33K11 (0%, 3%, 33%, 11%)
(0.00 / 0.03 / 0.33 / 0.11)

CMYK percentages

%0
%3.07
%33.33
%10.59

Codes

Color #E4DD98 in popluar color models

E4 DD 98
RGB 228 221 152
HSL 54° 58.46% 74.51%
HSB/HSV 54° 33.33% 89.41%
CMYK 0.00% 3.07% 33.33%
10.59%

Color #E4DD98 in popluar number systems.

HEX E4 DD 98
Decimal 228 221 152
Binary 11100100 11011101 10011000
Octal 344 335 230

Shades and tints

Shades of #E4DD98

#E4DD98
(228,221,152)
#D0C98B
(208,201,139)
#BCB57E
(188,181,126)
#A8A171
(168,161,113)
#948D64
(148,141,100)
#807957
(128,121,87)
#6C654A
(108,101,74)
#58513D
(88,81,61)
#443D30
(68,61,48)
#302923
(48,41,35)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #E4DD98

#E4DD98
(228,221,152)
#E6E0A1
(230,224,161)
#E8E3AA
(232,227,170)
#EAE6B3
(234,230,179)
#ECE9BC
(236,233,188)
#EEECC5
(238,236,197)
#F0EFCE
(240,239,206)
#F2F2D7
(242,242,215)
#F4F5E0
(244,245,224)
#F6F8E9
(246,248,233)
#F8FBF2
(248,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DD98 color. Also use rgb(228,221,152) instead hex code.

Text Font Color

.myTextColor { color: #E4DD98; }

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

This text font color is #E4DD98.

Background Color

.myBgColor { background-color: #E4DD98; }

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

This div background color is #E4DD98.

Border color

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

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

This div border color is #E4DD98.

Opacity

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

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

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

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

This text has shadow with #E4DD98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DD98.

Preview

Color preview on black background

This text has color #E4DD98 on black background.


Color preview on white background

This text has color #E4DD98 on white background.


Black color preview on #E4DD98 background

This text has black color on #E4DD98 background.


White color preview on #E4DD98 background

This text has white color on #E4DD98 background.


Related colors

Complementary color

Complementary color for #hex is #1B2267.


I love getcolorcode.com

Triadic colors

1 #98E4DD and #DD98E4 with #E4DD98 are triadic colors.

2 #98DDE4 and #DDE498 with #E4DD98 are triadic colors.