COLOR #E4D802

HEX: #E4D802
RGB: (228,216,2)

Color info

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

RGB color model

#E4D802 color RGB value is (228,216,2).

  • red value is 228;
  • green value is 216;
  • blue value is 2.
RGB:
(228,216,2)
(89%,85%,1%)

RGB channels and saturation

R 228 of 255 = 89%
G 216 of 255 = 85%
B 2 of 255 = 1%

228
216
2

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

Portions of RGB colors in percentages

R + G + B =
228 + 216 + 2 = 446 (100%)
R 228 of 446 ~ 51.12%
G 216 of 446 ~ 48.43%
B 2 of 446 ~ 0.45%

%51.12
%48.43

CMYK color model

#E4D802 color CMYK value is (0,5,99,11).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 99.12%
  • key color value is 10.59%
CMYK:
(0,5,99,11)
C0M5Y99K11 
(0%,5%,99%,11%)
(0.00/0.05/0.99/0.11)	

CMYK percentages

%0
%5.26
%99.12
%10.59

Codes

Color #E4D802 in popluar color models

E4D802
RGB2282162
HSL57°98.26%45.10%
HSB/HSV57°99.12%89.41%
CMYK0.00%5.26%99.12%
10.59%

Color #E4D802 in popluar number systems.

HEXE4D802
Decimal2282162
Binary111001001101100010
Octal3443302

Shades and tints

Shades of #E4D802

#E4D802
(228,216,2)
#D0C502
(208,197,2)
#BCB202
(188,178,2)
#A89F02
(168,159,2)
#948C02
(148,140,2)
#807902
(128,121,2)
#6C6602
(108,102,2)
#585302
(88,83,2)
#444002
(68,64,2)
#302D02
(48,45,2)
#1C1A02
(28,26,2)
#000000
(0,0,0)

Tints of #E4D802

#E4D802
(228,216,2)
#E6DB19
(230,219,25)
#E8DE30
(232,222,48)
#EAE147
(234,225,71)
#ECE45E
(236,228,94)
#EEE775
(238,231,117)
#F0EA8C
(240,234,140)
#F2EDA3
(242,237,163)
#F4F0BA
(244,240,186)
#F6F3D1
(246,243,209)
#F8F6E8
(248,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D802 color. Also use rgb(228,216,2) instead hex code.

Text Font Color

.myTextColor { color: #E4D802; }

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

This text font color is #E4D802.


Background Color

.myBgColor { background-color: #E4D802; }

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

This div background color is #E4D802.


Border color

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

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

This div border color is #E4D802.


Opacity

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

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

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

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

This text has shadow with #E4D802 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D802 on black background.


Color preview on white background

This text has color #E4D802 on white background.



Black color preview on #E4D802 background

This text has black color on #E4D802 background.


White color preview on #E4D802 background

This text has white color on #E4D802 background.