COLOR #E5DF30

HEX: #E5DF30
RGB: (229,223,48)

Color info

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

RGB color model

#E5DF30 color RGB value is (229,223,48).

  • red value is 229;
  • green value is 223;
  • blue value is 48.
RGB:
(229,223,48)
(90%,87%,19%)

RGB channels and saturation

R 229 of 255 = 90%
G 223 of 255 = 87%
B 48 of 255 = 19%

229
223
48

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

Portions of RGB colors in percentages

R + G + B =
229 + 223 + 48 = 500 (100%)
R 229 of 500 ~ 45.8%
G 223 of 500 ~ 44.6%
B 48 of 500 ~ 9.6%

%45.8
%44.6
%9.6

CMYK color model

#E5DF30 color CMYK value is (0,3,79,10).

  • cyan value is 0.00%
  • magenta value is 2.62%
  • yellow value is 79.04%
  • key color value is 10.20%
CMYK:
(0,3,79,10)
C0M3Y79K10 
(0%,3%,79%,10%)
(0.00/0.03/0.79/0.10)	

CMYK percentages

%0
%2.62
%79.04
%10.2

Codes

Color #E5DF30 in popluar color models

E5DF30
RGB22922348
HSL58°77.68%54.31%
HSB/HSV58°79.04%89.80%
CMYK0.00%2.62%79.04%
10.20%

Color #E5DF30 in popluar number systems.

HEXE5DF30
Decimal22922348
Binary1110010111011111110000
Octal34533760

Shades and tints

Shades of #E5DF30

#E5DF30
(229,223,48)
#D1CB2C
(209,203,44)
#BDB728
(189,183,40)
#A9A324
(169,163,36)
#958F20
(149,143,32)
#817B1C
(129,123,28)
#6D6718
(109,103,24)
#595314
(89,83,20)
#453F10
(69,63,16)
#312B0C
(49,43,12)
#1D1708
(29,23,8)
#000000
(0,0,0)

Tints of #E5DF30

#E5DF30
(229,223,48)
#E7E142
(231,225,66)
#E9E354
(233,227,84)
#EBE566
(235,229,102)
#EDE778
(237,231,120)
#EFE98A
(239,233,138)
#F1EB9C
(241,235,156)
#F3EDAE
(243,237,174)
#F5EFC0
(245,239,192)
#F7F1D2
(247,241,210)
#F9F3E4
(249,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DF30 color. Also use rgb(229,223,48) instead hex code.

Text Font Color

.myTextColor { color: #E5DF30; }

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

This text font color is #E5DF30.


Background Color

.myBgColor { background-color: #E5DF30; }

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

This div background color is #E5DF30.


Border color

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

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

This div border color is #E5DF30.


Opacity

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

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

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

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

This text has shadow with #E5DF30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DF30 on black background.


Color preview on white background

This text has color #E5DF30 on white background.



Black color preview on #E5DF30 background

This text has black color on #E5DF30 background.


White color preview on #E5DF30 background

This text has white color on #E5DF30 background.