COLOR #E4DA08

HEX: #E4DA08
RGB: (228,218,8)

Color info

#E4DA08 contains mainly red and green colors. Web safe color of #E4DA08 is #CCCC00 (or #CC0).

RGB color model

#E4DA08 color RGB value is (228,218,8).

  • red value is 228;
  • green value is 218;
  • blue value is 8.
RGB:
(228,218,8)
(89%,85%,3%)

RGB channels and saturation

R 228 of 255 = 89%
G 218 of 255 = 85%
B 8 of 255 = 3%

228
218
8

R + G + B ~ 59%. #E4DA08 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
228 + 218 + 8 = 454 (100%)
R 228 of 454 ~ 50.22%
G 218 of 454 ~ 48.02%
B 8 of 454 ~ 1.76%

%50.22
%48.02

CMYK color model

#E4DA08 color CMYK value is (0,4,96,11).

  • cyan value is 0.00%
  • magenta value is 4.39%
  • yellow value is 96.49%
  • key color value is 10.59%
CMYK:
(0,4,96,11)
C0M4Y96K11 
(0%,4%,96%,11%)
(0.00/0.04/0.96/0.11)	

CMYK percentages

%0
%4.39
%96.49
%10.59

Codes

Color #E4DA08 in popluar color models

E4DA08
RGB2282188
HSL57°93.22%46.27%
HSB/HSV57°96.49%89.41%
CMYK0.00%4.39%96.49%
10.59%

Color #E4DA08 in popluar number systems.

HEXE4DA08
Decimal2282188
Binary11100100110110101000
Octal34433210

Shades and tints

Shades of #E4DA08

#E4DA08
(228,218,8)
#D0C708
(208,199,8)
#BCB408
(188,180,8)
#A8A108
(168,161,8)
#948E08
(148,142,8)
#807B08
(128,123,8)
#6C6808
(108,104,8)
#585508
(88,85,8)
#444208
(68,66,8)
#302F08
(48,47,8)
#1C1C08
(28,28,8)
#000000
(0,0,0)

Tints of #E4DA08

#E4DA08
(228,218,8)
#E6DD1E
(230,221,30)
#E8E034
(232,224,52)
#EAE34A
(234,227,74)
#ECE660
(236,230,96)
#EEE976
(238,233,118)
#F0EC8C
(240,236,140)
#F2EFA2
(242,239,162)
#F4F2B8
(244,242,184)
#F6F5CE
(246,245,206)
#F8F8E4
(248,248,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DA08 color. Also use rgb(228,218,8) instead hex code.

Text Font Color

.myTextColor { color: #E4DA08; }

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

This text font color is #E4DA08.


Background Color

.myBgColor { background-color: #E4DA08; }

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

This div background color is #E4DA08.


Border color

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

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

This div border color is #E4DA08.


Opacity

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

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

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

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

This text has shadow with #E4DA08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DA08 on black background.


Color preview on white background

This text has color #E4DA08 on white background.



Black color preview on #E4DA08 background

This text has black color on #E4DA08 background.


White color preview on #E4DA08 background

This text has white color on #E4DA08 background.