COLOR #E0D194

HEX: #E0D194
RGB: (224,209,148)

Color info

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

RGB color model

#E0D194 color RGB value is (224,209,148).

  • red value is 224;
  • green value is 209;
  • blue value is 148.
RGB:
(224,209,148)
(88%,82%,58%)

RGB channels and saturation

R 224 of 255 = 88%
G 209 of 255 = 82%
B 148 of 255 = 58%

224
209
148

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

Portions of RGB colors in percentages

R + G + B =
224 + 209 + 148 = 581 (100%)
R 224 of 581 ~ 38.55%
G 209 of 581 ~ 35.97%
B 148 of 581 ~ 25.47%

%38.55
%35.97
%25.47

CMYK color model

#E0D194 color CMYK value is (0,7,34,12).

  • cyan value is 0.00%
  • magenta value is 6.70%
  • yellow value is 33.93%
  • key color value is 12.16%
CMYK:
(0,7,34,12)
C0M7Y34K12 
(0%,7%,34%,12%)
(0.00/0.07/0.34/0.12)	

CMYK percentages

%0
%6.7
%33.93
%12.16

Codes

Color #E0D194 in popluar color models

E0D194
RGB224209148
HSL48°55.07%72.94%
HSB/HSV48°33.93%87.84%
CMYK0.00%6.70%33.93%
12.16%

Color #E0D194 in popluar number systems.

HEXE0D194
Decimal224209148
Binary111000001101000110010100
Octal340321224

Shades and tints

Shades of #E0D194

#E0D194
(224,209,148)
#CCBE87
(204,190,135)
#B8AB7A
(184,171,122)
#A4986D
(164,152,109)
#908560
(144,133,96)
#7C7253
(124,114,83)
#685F46
(104,95,70)
#544C39
(84,76,57)
#40392C
(64,57,44)
#2C261F
(44,38,31)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #E0D194

#E0D194
(224,209,148)
#E2D59D
(226,213,157)
#E4D9A6
(228,217,166)
#E6DDAF
(230,221,175)
#E8E1B8
(232,225,184)
#EAE5C1
(234,229,193)
#ECE9CA
(236,233,202)
#EEEDD3
(238,237,211)
#F0F1DC
(240,241,220)
#F2F5E5
(242,245,229)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D194 color. Also use rgb(224,209,148) instead hex code.

Text Font Color

.myTextColor { color: #E0D194; }

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

This text font color is #E0D194.


Background Color

.myBgColor { background-color: #E0D194; }

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

This div background color is #E0D194.


Border color

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

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

This div border color is #E0D194.


Opacity

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

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

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

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

This text has shadow with #E0D194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D194 on black background.


Color preview on white background

This text has color #E0D194 on white background.



Black color preview on #E0D194 background

This text has black color on #E0D194 background.


White color preview on #E0D194 background

This text has white color on #E0D194 background.