COLOR #E6DE94

HEX: #E6DE94
RGB: (230,222,148)

Color info

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

RGB color model

#E6DE94 color RGB value is (230,222,148).

  • red value is 230;
  • green value is 222;
  • blue value is 148.
RGB:
(230,222,148)
(90%,87%,58%)

RGB channels and saturation

R 230 of 255 = 90%
G 222 of 255 = 87%
B 148 of 255 = 58%

230
222
148

R + G + B ~ 78%. #E6DE94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 222 + 148 = 600 (100%)
R 230 of 600 ~ 38.33%
G 222 of 600 ~ 37%
B 148 of 600 ~ 24.67%

%38.33
%37
%24.67

CMYK color model

#E6DE94 color CMYK value is (0,3,36,10).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 35.65%
  • key color value is 9.80%
CMYK:
(0,3,36,10)
C0M3Y36K10 
(0%,3%,36%,10%)
(0.00/0.03/0.36/0.10)	

CMYK percentages

%0
%3.48
%35.65
%9.8

Codes

Color #E6DE94 in popluar color models

E6DE94
RGB230222148
HSL54°62.12%74.12%
HSB/HSV54°35.65%90.20%
CMYK0.00%3.48%35.65%
9.80%

Color #E6DE94 in popluar number systems.

HEXE6DE94
Decimal230222148
Binary111001101101111010010100
Octal346336224

Shades and tints

Shades of #E6DE94

#E6DE94
(230,222,148)
#D2CA87
(210,202,135)
#BEB67A
(190,182,122)
#AAA26D
(170,162,109)
#968E60
(150,142,96)
#827A53
(130,122,83)
#6E6646
(110,102,70)
#5A5239
(90,82,57)
#463E2C
(70,62,44)
#322A1F
(50,42,31)
#1E1612
(30,22,18)
#000000
(0,0,0)

Tints of #E6DE94

#E6DE94
(230,222,148)
#E8E19D
(232,225,157)
#EAE4A6
(234,228,166)
#ECE7AF
(236,231,175)
#EEEAB8
(238,234,184)
#F0EDC1
(240,237,193)
#F2F0CA
(242,240,202)
#F4F3D3
(244,243,211)
#F6F6DC
(246,246,220)
#F8F9E5
(248,249,229)
#FAFCEE
(250,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DE94 color. Also use rgb(230,222,148) instead hex code.

Text Font Color

.myTextColor { color: #E6DE94; }

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

This text font color is #E6DE94.


Background Color

.myBgColor { background-color: #E6DE94; }

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

This div background color is #E6DE94.


Border color

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

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

This div border color is #E6DE94.


Opacity

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

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

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

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

This text has shadow with #E6DE94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DE94 on black background.


Color preview on white background

This text has color #E6DE94 on white background.



Black color preview on #E6DE94 background

This text has black color on #E6DE94 background.


White color preview on #E6DE94 background

This text has white color on #E6DE94 background.