COLOR #E4D098

HEX: #E4D098
RGB: (228,208,152)

Color info

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

RGB color model

#E4D098 color RGB value is (228,208,152).

  • red value is 228;
  • green value is 208;
  • blue value is 152.
RGB:
(228,208,152)
(89%,82%,60%)

RGB channels and saturation

R 228 of 255 = 89%
G 208 of 255 = 82%
B 152 of 255 = 60%

228
208
152

R + G + B ~ 77%. #E4D098 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 208 + 152 = 588 (100%)
R 228 of 588 ~ 38.78%
G 208 of 588 ~ 35.37%
B 152 of 588 ~ 25.85%

%38.78
%35.37
%25.85

CMYK color model

#E4D098 color CMYK value is (0,9,33,11).

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 33.33%
  • key color value is 10.59%
CMYK:
(0,9,33,11)
C0M9Y33K11 
(0%,9%,33%,11%)
(0.00/0.09/0.33/0.11)	

CMYK percentages

%0
%8.77
%33.33
%10.59

Codes

Color #E4D098 in popluar color models

E4D098
RGB228208152
HSL44°58.46%74.51%
HSB/HSV44°33.33%89.41%
CMYK0.00%8.77%33.33%
10.59%

Color #E4D098 in popluar number systems.

HEXE4D098
Decimal228208152
Binary111001001101000010011000
Octal344320230

Shades and tints

Shades of #E4D098

#E4D098
(228,208,152)
#D0BE8B
(208,190,139)
#BCAC7E
(188,172,126)
#A89A71
(168,154,113)
#948864
(148,136,100)
#807657
(128,118,87)
#6C644A
(108,100,74)
#58523D
(88,82,61)
#444030
(68,64,48)
#302E23
(48,46,35)
#1C1C16
(28,28,22)
#000000
(0,0,0)

Tints of #E4D098

#E4D098
(228,208,152)
#E6D4A1
(230,212,161)
#E8D8AA
(232,216,170)
#EADCB3
(234,220,179)
#ECE0BC
(236,224,188)
#EEE4C5
(238,228,197)
#F0E8CE
(240,232,206)
#F2ECD7
(242,236,215)
#F4F0E0
(244,240,224)
#F6F4E9
(246,244,233)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D098; }

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

This text font color is #E4D098.


Background Color

.myBgColor { background-color: #E4D098; }

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

This div background color is #E4D098.


Border color

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

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

This div border color is #E4D098.


Opacity

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

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

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

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

This text has shadow with #E4D098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D098 on black background.


Color preview on white background

This text has color #E4D098 on white background.



Black color preview on #E4D098 background

This text has black color on #E4D098 background.


White color preview on #E4D098 background

This text has white color on #E4D098 background.