COLOR #E7DE45

HEX: #E7DE45
RGB: (231,222,69)

Color info

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

RGB color model

#E7DE45 color RGB value is (231,222,69).

  • red value is 231;
  • green value is 222;
  • blue value is 69.
RGB:
(231,222,69)
(91%,87%,27%)

RGB channels and saturation

R 231 of 255 = 91%
G 222 of 255 = 87%
B 69 of 255 = 27%

231
222
69

R + G + B ~ 68%. #E7DE45 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 222 + 69 = 522 (100%)
R 231 of 522 ~ 44.25%
G 222 of 522 ~ 42.53%
B 69 of 522 ~ 13.22%

%44.25
%42.53
%13.22

CMYK color model

#E7DE45 color CMYK value is (0,4,70,9).

  • cyan value is 0.00%
  • magenta value is 3.90%
  • yellow value is 70.13%
  • key color value is 9.41%
CMYK:
(0,4,70,9)
C0M4Y70K9 
(0%,4%,70%,9%)
(0.00/0.04/0.70/0.09)	

CMYK percentages

%0
%3.9
%70.13
%9.41

Codes

Color #E7DE45 in popluar color models

E7DE45
RGB23122269
HSL57°77.14%58.82%
HSB/HSV57°70.13%90.59%
CMYK0.00%3.90%70.13%
9.41%

Color #E7DE45 in popluar number systems.

HEXE7DE45
Decimal23122269
Binary11100111110111101000101
Octal347336105

Shades and tints

Shades of #E7DE45

#E7DE45
(231,222,69)
#D2CA3F
(210,202,63)
#BDB639
(189,182,57)
#A8A233
(168,162,51)
#938E2D
(147,142,45)
#7E7A27
(126,122,39)
#696621
(105,102,33)
#54521B
(84,82,27)
#3F3E15
(63,62,21)
#2A2A0F
(42,42,15)
#151609
(21,22,9)
#000000
(0,0,0)

Tints of #E7DE45

#E7DE45
(231,222,69)
#E9E155
(233,225,85)
#EBE465
(235,228,101)
#EDE775
(237,231,117)
#EFEA85
(239,234,133)
#F1ED95
(241,237,149)
#F3F0A5
(243,240,165)
#F5F3B5
(245,243,181)
#F7F6C5
(247,246,197)
#F9F9D5
(249,249,213)
#FBFCE5
(251,252,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DE45 color. Also use rgb(231,222,69) instead hex code.

Text Font Color

.myTextColor { color: #E7DE45; }

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

This text font color is #E7DE45.


Background Color

.myBgColor { background-color: #E7DE45; }

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

This div background color is #E7DE45.


Border color

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

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

This div border color is #E7DE45.


Opacity

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

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

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

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

This text has shadow with #E7DE45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DE45 on black background.


Color preview on white background

This text has color #E7DE45 on white background.



Black color preview on #E7DE45 background

This text has black color on #E7DE45 background.


White color preview on #E7DE45 background

This text has white color on #E7DE45 background.