COLOR #E3DE25

HEX: #E3DE25
RGB: (227,222,37)

Color info

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

RGB color model

#E3DE25 color RGB value is (227,222,37).

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

RGB channels and saturation

R 227 of 255 = 89%
G 222 of 255 = 87%
B 37 of 255 = 15%

227
222
37

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

Portions of RGB colors in percentages

R + G + B =
227 + 222 + 37 = 486 (100%)
R 227 of 486 ~ 46.71%
G 222 of 486 ~ 45.68%
B 37 of 486 ~ 7.61%

%46.71
%45.68

CMYK color model

#E3DE25 color CMYK value is (0,2,84,11).

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 83.70%
  • key color value is 10.98%
CMYK:
(0,2,84,11)
C0M2Y84K11 
(0%,2%,84%,11%)
(0.00/0.02/0.84/0.11)	

CMYK percentages

%0
%2.2
%83.7
%10.98

Codes

Color #E3DE25 in popluar color models

E3DE25
RGB22722237
HSL58°77.24%51.76%
HSB/HSV58°83.70%89.02%
CMYK0.00%2.20%83.70%
10.98%

Color #E3DE25 in popluar number systems.

HEXE3DE25
Decimal22722237
Binary1110001111011110100101
Octal34333645

Shades and tints

Shades of #E3DE25

#E3DE25
(227,222,37)
#CFCA22
(207,202,34)
#BBB61F
(187,182,31)
#A7A21C
(167,162,28)
#938E19
(147,142,25)
#7F7A16
(127,122,22)
#6B6613
(107,102,19)
#575210
(87,82,16)
#433E0D
(67,62,13)
#2F2A0A
(47,42,10)
#1B1607
(27,22,7)
#000000
(0,0,0)

Tints of #E3DE25

#E3DE25
(227,222,37)
#E5E138
(229,225,56)
#E7E44B
(231,228,75)
#E9E75E
(233,231,94)
#EBEA71
(235,234,113)
#EDED84
(237,237,132)
#EFF097
(239,240,151)
#F1F3AA
(241,243,170)
#F3F6BD
(243,246,189)
#F5F9D0
(245,249,208)
#F7FCE3
(247,252,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DE25 color. Also use rgb(227,222,37) instead hex code.

Text Font Color

.myTextColor { color: #E3DE25; }

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

This text font color is #E3DE25.


Background Color

.myBgColor { background-color: #E3DE25; }

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

This div background color is #E3DE25.


Border color

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

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

This div border color is #E3DE25.


Opacity

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

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

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

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

This text has shadow with #E3DE25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DE25 on black background.


Color preview on white background

This text has color #E3DE25 on white background.



Black color preview on #E3DE25 background

This text has black color on #E3DE25 background.


White color preview on #E3DE25 background

This text has white color on #E3DE25 background.