COLOR #E4DB41

HEX: #E4DB41
RGB: (228,219,65)

Color info

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

RGB color model

#E4DB41 color RGB value is (228,219,65).

  • red value is 228;
  • green value is 219;
  • blue value is 65.
RGB:
(228,219,65)
(89%,86%,25%)

RGB channels and saturation

R 228 of 255 = 89%
G 219 of 255 = 86%
B 65 of 255 = 25%

228
219
65

R + G + B ~ 67%. #E4DB41 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 219 + 65 = 512 (100%)
R 228 of 512 ~ 44.53%
G 219 of 512 ~ 42.77%
B 65 of 512 ~ 12.7%

%44.53
%42.77
%12.7

CMYK color model

#E4DB41 color CMYK value is (0,4,71,11).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 71.49%
  • key color value is 10.59%
CMYK:
(0,4,71,11)
C0M4Y71K11 
(0%,4%,71%,11%)
(0.00/0.04/0.71/0.11)	

CMYK percentages

%0
%3.95
%71.49
%10.59

Codes

Color #E4DB41 in popluar color models

E4DB41
RGB22821965
HSL57°75.12%57.45%
HSB/HSV57°71.49%89.41%
CMYK0.00%3.95%71.49%
10.59%

Color #E4DB41 in popluar number systems.

HEXE4DB41
Decimal22821965
Binary11100100110110111000001
Octal344333101

Shades and tints

Shades of #E4DB41

#E4DB41
(228,219,65)
#D0C83C
(208,200,60)
#BCB537
(188,181,55)
#A8A232
(168,162,50)
#948F2D
(148,143,45)
#807C28
(128,124,40)
#6C6923
(108,105,35)
#58561E
(88,86,30)
#444319
(68,67,25)
#303014
(48,48,20)
#1C1D0F
(28,29,15)
#000000
(0,0,0)

Tints of #E4DB41

#E4DB41
(228,219,65)
#E6DE52
(230,222,82)
#E8E163
(232,225,99)
#EAE474
(234,228,116)
#ECE785
(236,231,133)
#EEEA96
(238,234,150)
#F0EDA7
(240,237,167)
#F2F0B8
(242,240,184)
#F4F3C9
(244,243,201)
#F6F6DA
(246,246,218)
#F8F9EB
(248,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DB41 color. Also use rgb(228,219,65) instead hex code.

Text Font Color

.myTextColor { color: #E4DB41; }

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

This text font color is #E4DB41.


Background Color

.myBgColor { background-color: #E4DB41; }

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

This div background color is #E4DB41.


Border color

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

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

This div border color is #E4DB41.


Opacity

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

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

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

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

This text has shadow with #E4DB41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DB41 on black background.


Color preview on white background

This text has color #E4DB41 on white background.



Black color preview on #E4DB41 background

This text has black color on #E4DB41 background.


White color preview on #E4DB41 background

This text has white color on #E4DB41 background.