COLOR #E4DE27

HEX: #E4DE27
RGB: (228,222,39)

Color info

#E4DE27 contains mainly red and green colors. Web safe color of #E4DE27 is #CCCC33 (or #CC3).

RGB color model

#E4DE27 color RGB value is (228,222,39).

  • red value is 228;
  • green value is 222;
  • blue value is 39.
RGB:
(228,222,39)
(89%,87%,15%)

RGB channels and saturation

R 228 of 255 = 89%
G 222 of 255 = 87%
B 39 of 255 = 15%

228
222
39

R + G + B ~ 64%. #E4DE27 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 222 + 39 = 489 (100%)
R 228 of 489 ~ 46.63%
G 222 of 489 ~ 45.4%
B 39 of 489 ~ 7.98%

%46.63
%45.4

CMYK color model

#E4DE27 color CMYK value is (0,3,83,11).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 82.89%
  • key color value is 10.59%
CMYK:
(0,3,83,11)
C0M3Y83K11 
(0%,3%,83%,11%)
(0.00/0.03/0.83/0.11)	

CMYK percentages

%0
%2.63
%82.89
%10.59

Codes

Color #E4DE27 in popluar color models

E4DE27
RGB22822239
HSL58°77.78%52.35%
HSB/HSV58°82.89%89.41%
CMYK0.00%2.63%82.89%
10.59%

Color #E4DE27 in popluar number systems.

HEXE4DE27
Decimal22822239
Binary1110010011011110100111
Octal34433647

Shades and tints

Shades of #E4DE27

#E4DE27
(228,222,39)
#D0CA24
(208,202,36)
#BCB621
(188,182,33)
#A8A21E
(168,162,30)
#948E1B
(148,142,27)
#807A18
(128,122,24)
#6C6615
(108,102,21)
#585212
(88,82,18)
#443E0F
(68,62,15)
#302A0C
(48,42,12)
#1C1609
(28,22,9)
#000000
(0,0,0)

Tints of #E4DE27

#E4DE27
(228,222,39)
#E6E13A
(230,225,58)
#E8E44D
(232,228,77)
#EAE760
(234,231,96)
#ECEA73
(236,234,115)
#EEED86
(238,237,134)
#F0F099
(240,240,153)
#F2F3AC
(242,243,172)
#F4F6BF
(244,246,191)
#F6F9D2
(246,249,210)
#F8FCE5
(248,252,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DE27 color. Also use rgb(228,222,39) instead hex code.

Text Font Color

.myTextColor { color: #E4DE27; }

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

This text font color is #E4DE27.


Background Color

.myBgColor { background-color: #E4DE27; }

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

This div background color is #E4DE27.


Border color

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

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

This div border color is #E4DE27.


Opacity

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

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

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

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

This text has shadow with #E4DE27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DE27 on black background.


Color preview on white background

This text has color #E4DE27 on white background.



Black color preview on #E4DE27 background

This text has black color on #E4DE27 background.


White color preview on #E4DE27 background

This text has white color on #E4DE27 background.