COLOR #E7DD2D

HEX: #E7DD2D
RGB: (231,221,45)

Color info

#E7DD2D contains mainly red and green colors. Web safe color of #E7DD2D is #FFCC33 (or #FC3).

RGB color model

#E7DD2D color RGB value is (231,221,45).

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

RGB channels and saturation

R 231 of 255 = 91%
G 221 of 255 = 87%
B 45 of 255 = 18%

231
221
45

R + G + B ~ 65%. #E7DD2D is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 221 + 45 = 497 (100%)
R 231 of 497 ~ 46.48%
G 221 of 497 ~ 44.47%
B 45 of 497 ~ 9.05%

%46.48
%44.47

CMYK color model

#E7DD2D color CMYK value is (0,4,81,9).

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 80.52%
  • key color value is 9.41%
CMYK:
(0,4,81,9)
C0M4Y81K9 
(0%,4%,81%,9%)
(0.00/0.04/0.81/0.09)	

CMYK percentages

%0
%4.33
%80.52
%9.41

Codes

Color #E7DD2D in popluar color models

E7DD2D
RGB23122145
HSL57°79.49%54.12%
HSB/HSV57°80.52%90.59%
CMYK0.00%4.33%80.52%
9.41%

Color #E7DD2D in popluar number systems.

HEXE7DD2D
Decimal23122145
Binary1110011111011101101101
Octal34733555

Shades and tints

Shades of #E7DD2D

#E7DD2D
(231,221,45)
#D2C929
(210,201,41)
#BDB525
(189,181,37)
#A8A121
(168,161,33)
#938D1D
(147,141,29)
#7E7919
(126,121,25)
#696515
(105,101,21)
#545111
(84,81,17)
#3F3D0D
(63,61,13)
#2A2909
(42,41,9)
#151505
(21,21,5)
#000000
(0,0,0)

Tints of #E7DD2D

#E7DD2D
(231,221,45)
#E9E040
(233,224,64)
#EBE353
(235,227,83)
#EDE666
(237,230,102)
#EFE979
(239,233,121)
#F1EC8C
(241,236,140)
#F3EF9F
(243,239,159)
#F5F2B2
(245,242,178)
#F7F5C5
(247,245,197)
#F9F8D8
(249,248,216)
#FBFBEB
(251,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DD2D; }

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

This text font color is #E7DD2D.


Background Color

.myBgColor { background-color: #E7DD2D; }

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

This div background color is #E7DD2D.


Border color

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

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

This div border color is #E7DD2D.


Opacity

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

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

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

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

This text has shadow with #E7DD2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DD2D on black background.


Color preview on white background

This text has color #E7DD2D on white background.



Black color preview on #E7DD2D background

This text has black color on #E7DD2D background.


White color preview on #E7DD2D background

This text has white color on #E7DD2D background.