COLOR #E4D093

HEX: #E4D093
RGB: (228,208,147)

Color info

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

RGB color model

#E4D093 color RGB value is (228,208,147).

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

RGB channels and saturation

R 228 of 255 = 89%
G 208 of 255 = 82%
B 147 of 255 = 58%

228
208
147

R + G + B ~ 76%. #E4D093 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 208 + 147 = 583 (100%)
R 228 of 583 ~ 39.11%
G 208 of 583 ~ 35.68%
B 147 of 583 ~ 25.21%

%39.11
%35.68
%25.21

CMYK color model

#E4D093 color CMYK value is (0,9,36,11).

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 35.53%
  • key color value is 10.59%
CMYK:
(0,9,36,11)
C0M9Y36K11 
(0%,9%,36%,11%)
(0.00/0.09/0.36/0.11)	

CMYK percentages

%0
%8.77
%35.53
%10.59

Codes

Color #E4D093 in popluar color models

E4D093
RGB228208147
HSL45°60.00%73.53%
HSB/HSV45°35.53%89.41%
CMYK0.00%8.77%35.53%
10.59%

Color #E4D093 in popluar number systems.

HEXE4D093
Decimal228208147
Binary111001001101000010010011
Octal344320223

Shades and tints

Shades of #E4D093

#E4D093
(228,208,147)
#D0BE86
(208,190,134)
#BCAC79
(188,172,121)
#A89A6C
(168,154,108)
#94885F
(148,136,95)
#807652
(128,118,82)
#6C6445
(108,100,69)
#585238
(88,82,56)
#44402B
(68,64,43)
#302E1E
(48,46,30)
#1C1C11
(28,28,17)
#000000
(0,0,0)

Tints of #E4D093

#E4D093
(228,208,147)
#E6D49C
(230,212,156)
#E8D8A5
(232,216,165)
#EADCAE
(234,220,174)
#ECE0B7
(236,224,183)
#EEE4C0
(238,228,192)
#F0E8C9
(240,232,201)
#F2ECD2
(242,236,210)
#F4F0DB
(244,240,219)
#F6F4E4
(246,244,228)
#F8F8ED
(248,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D093; }

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

This text font color is #E4D093.


Background Color

.myBgColor { background-color: #E4D093; }

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

This div background color is #E4D093.


Border color

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

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

This div border color is #E4D093.


Opacity

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

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

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

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

This text has shadow with #E4D093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D093 on black background.


Color preview on white background

This text has color #E4D093 on white background.



Black color preview on #E4D093 background

This text has black color on #E4D093 background.


White color preview on #E4D093 background

This text has white color on #E4D093 background.