COLOR #E4DC1B

HEX: #E4DC1B
RGB: (228,220,27)

Color info

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

RGB color model

#E4DC1B color RGB value is (228,220,27).

  • red value is 228;
  • green value is 220;
  • blue value is 27.
RGB:
(228,220,27)
(89%,86%,11%)

RGB channels and saturation

R 228 of 255 = 89%
G 220 of 255 = 86%
B 27 of 255 = 11%

228
220
27

R + G + B ~ 62%. #E4DC1B is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 220 + 27 = 475 (100%)
R 228 of 475 ~ 48%
G 220 of 475 ~ 46.32%
B 27 of 475 ~ 5.68%

%48
%46.32

CMYK color model

#E4DC1B color CMYK value is (0,4,88,11).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 88.16%
  • key color value is 10.59%
CMYK:
(0,4,88,11)
C0M4Y88K11 
(0%,4%,88%,11%)
(0.00/0.04/0.88/0.11)	

CMYK percentages

%0
%3.51
%88.16
%10.59

Codes

Color #E4DC1B in popluar color models

E4DC1B
RGB22822027
HSL58°78.82%50.00%
HSB/HSV58°88.16%89.41%
CMYK0.00%3.51%88.16%
10.59%

Color #E4DC1B in popluar number systems.

HEXE4DC1B
Decimal22822027
Binary111001001101110011011
Octal34433433

Shades and tints

Shades of #E4DC1B

#E4DC1B
(228,220,27)
#D0C819
(208,200,25)
#BCB417
(188,180,23)
#A8A015
(168,160,21)
#948C13
(148,140,19)
#807811
(128,120,17)
#6C640F
(108,100,15)
#58500D
(88,80,13)
#443C0B
(68,60,11)
#302809
(48,40,9)
#1C1407
(28,20,7)
#000000
(0,0,0)

Tints of #E4DC1B

#E4DC1B
(228,220,27)
#E6DF2F
(230,223,47)
#E8E243
(232,226,67)
#EAE557
(234,229,87)
#ECE86B
(236,232,107)
#EEEB7F
(238,235,127)
#F0EE93
(240,238,147)
#F2F1A7
(242,241,167)
#F4F4BB
(244,244,187)
#F6F7CF
(246,247,207)
#F8FAE3
(248,250,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DC1B color. Also use rgb(228,220,27) instead hex code.

Text Font Color

.myTextColor { color: #E4DC1B; }

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

This text font color is #E4DC1B.


Background Color

.myBgColor { background-color: #E4DC1B; }

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

This div background color is #E4DC1B.


Border color

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

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

This div border color is #E4DC1B.


Opacity

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

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

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

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

This text has shadow with #E4DC1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DC1B on black background.


Color preview on white background

This text has color #E4DC1B on white background.



Black color preview on #E4DC1B background

This text has black color on #E4DC1B background.


White color preview on #E4DC1B background

This text has white color on #E4DC1B background.