COLOR #E0DC2A

HEX: #E0DC2A
RGB: (224,220,42)

Color info

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

RGB color model

#E0DC2A color RGB value is (224,220,42).

  • red value is 224;
  • green value is 220;
  • blue value is 42.
RGB:
(224,220,42)
(88%,86%,16%)

RGB channels and saturation

R 224 of 255 = 88%
G 220 of 255 = 86%
B 42 of 255 = 16%

224
220
42

R + G + B ~ 63%. #E0DC2A is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 220 + 42 = 486 (100%)
R 224 of 486 ~ 46.09%
G 220 of 486 ~ 45.27%
B 42 of 486 ~ 8.64%

%46.09
%45.27

CMYK color model

#E0DC2A color CMYK value is (0,2,81,12).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 81.25%
  • key color value is 12.16%
CMYK:
(0,2,81,12)
C0M2Y81K12 
(0%,2%,81%,12%)
(0.00/0.02/0.81/0.12)	

CMYK percentages

%0
%1.79
%81.25
%12.16

Codes

Color #E0DC2A in popluar color models

E0DC2A
RGB22422042
HSL59°74.59%52.16%
HSB/HSV59°81.25%87.84%
CMYK0.00%1.79%81.25%
12.16%

Color #E0DC2A in popluar number systems.

HEXE0DC2A
Decimal22422042
Binary1110000011011100101010
Octal34033452

Shades and tints

Shades of #E0DC2A

#E0DC2A
(224,220,42)
#CCC827
(204,200,39)
#B8B424
(184,180,36)
#A4A021
(164,160,33)
#908C1E
(144,140,30)
#7C781B
(124,120,27)
#686418
(104,100,24)
#545015
(84,80,21)
#403C12
(64,60,18)
#2C280F
(44,40,15)
#18140C
(24,20,12)
#000000
(0,0,0)

Tints of #E0DC2A

#E0DC2A
(224,220,42)
#E2DF3D
(226,223,61)
#E4E250
(228,226,80)
#E6E563
(230,229,99)
#E8E876
(232,232,118)
#EAEB89
(234,235,137)
#ECEE9C
(236,238,156)
#EEF1AF
(238,241,175)
#F0F4C2
(240,244,194)
#F2F7D5
(242,247,213)
#F4FAE8
(244,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DC2A color. Also use rgb(224,220,42) instead hex code.

Text Font Color

.myTextColor { color: #E0DC2A; }

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

This text font color is #E0DC2A.


Background Color

.myBgColor { background-color: #E0DC2A; }

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

This div background color is #E0DC2A.


Border color

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

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

This div border color is #E0DC2A.


Opacity

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

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

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

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

This text has shadow with #E0DC2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DC2A on black background.


Color preview on white background

This text has color #E0DC2A on white background.



Black color preview on #E0DC2A background

This text has black color on #E0DC2A background.


White color preview on #E0DC2A background

This text has white color on #E0DC2A background.