COLOR #E7DD67

HEX: #E7DD67
RGB: (231,221,103)

Color info

#E7DD67 contains mainly red and green colors. Web safe color of #E7DD67 is #FFCC66 (or #FC6).

RGB color model

#E7DD67 color RGB value is (231,221,103).

  • red value is 231;
  • green value is 221;
  • blue value is 103.
RGB:
(231,221,103)
(91%,87%,40%)

RGB channels and saturation

R 231 of 255 = 91%
G 221 of 255 = 87%
B 103 of 255 = 40%

231
221
103

R + G + B ~ 73%. #E7DD67 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 221 + 103 = 555 (100%)
R 231 of 555 ~ 41.62%
G 221 of 555 ~ 39.82%
B 103 of 555 ~ 18.56%

%41.62
%39.82
%18.56

CMYK color model

#E7DD67 color CMYK value is (0,4,55,9).

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 55.41%
  • key color value is 9.41%
CMYK:
(0,4,55,9)
C0M4Y55K9 
(0%,4%,55%,9%)
(0.00/0.04/0.55/0.09)	

CMYK percentages

%0
%4.33
%55.41
%9.41

Codes

Color #E7DD67 in popluar color models

E7DD67
RGB231221103
HSL55°72.73%65.49%
HSB/HSV55°55.41%90.59%
CMYK0.00%4.33%55.41%
9.41%

Color #E7DD67 in popluar number systems.

HEXE7DD67
Decimal231221103
Binary11100111110111011100111
Octal347335147

Shades and tints

Shades of #E7DD67

#E7DD67
(231,221,103)
#D2C95E
(210,201,94)
#BDB555
(189,181,85)
#A8A14C
(168,161,76)
#938D43
(147,141,67)
#7E793A
(126,121,58)
#696531
(105,101,49)
#545128
(84,81,40)
#3F3D1F
(63,61,31)
#2A2916
(42,41,22)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #E7DD67

#E7DD67
(231,221,103)
#E9E074
(233,224,116)
#EBE381
(235,227,129)
#EDE68E
(237,230,142)
#EFE99B
(239,233,155)
#F1ECA8
(241,236,168)
#F3EFB5
(243,239,181)
#F5F2C2
(245,242,194)
#F7F5CF
(247,245,207)
#F9F8DC
(249,248,220)
#FBFBE9
(251,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DD67 color. Also use rgb(231,221,103) instead hex code.

Text Font Color

.myTextColor { color: #E7DD67; }

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

This text font color is #E7DD67.


Background Color

.myBgColor { background-color: #E7DD67; }

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

This div background color is #E7DD67.


Border color

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

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

This div border color is #E7DD67.


Opacity

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

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

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

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

This text has shadow with #E7DD67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DD67 on black background.


Color preview on white background

This text has color #E7DD67 on white background.



Black color preview on #E7DD67 background

This text has black color on #E7DD67 background.


White color preview on #E7DD67 background

This text has white color on #E7DD67 background.