COLOR #E1D631

HEX: #E1D631
RGB: (225,214,49)

Color info

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

RGB color model

#E1D631 color RGB value is (225,214,49).

  • red value is 225;
  • green value is 214;
  • blue value is 49.
RGB:
(225,214,49)
(88%,84%,19%)

RGB channels and saturation

R 225 of 255 = 88%
G 214 of 255 = 84%
B 49 of 255 = 19%

225
214
49

R + G + B ~ 64%. #E1D631 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 214 + 49 = 488 (100%)
R 225 of 488 ~ 46.11%
G 214 of 488 ~ 43.85%
B 49 of 488 ~ 10.04%

%46.11
%43.85
%10.04

CMYK color model

#E1D631 color CMYK value is (0,5,78,12).

  • cyan value is 0.00%
  • magenta value is 4.89%
  • yellow value is 78.22%
  • key color value is 11.76%
CMYK:
(0,5,78,12)
C0M5Y78K12 
(0%,5%,78%,12%)
(0.00/0.05/0.78/0.12)	

CMYK percentages

%0
%4.89
%78.22
%11.76

Codes

Color #E1D631 in popluar color models

E1D631
RGB22521449
HSL56°74.58%53.73%
HSB/HSV56°78.22%88.24%
CMYK0.00%4.89%78.22%
11.76%

Color #E1D631 in popluar number systems.

HEXE1D631
Decimal22521449
Binary1110000111010110110001
Octal34132661

Shades and tints

Shades of #E1D631

#E1D631
(225,214,49)
#CDC32D
(205,195,45)
#B9B029
(185,176,41)
#A59D25
(165,157,37)
#918A21
(145,138,33)
#7D771D
(125,119,29)
#696419
(105,100,25)
#555115
(85,81,21)
#413E11
(65,62,17)
#2D2B0D
(45,43,13)
#191809
(25,24,9)
#000000
(0,0,0)

Tints of #E1D631

#E1D631
(225,214,49)
#E3D943
(227,217,67)
#E5DC55
(229,220,85)
#E7DF67
(231,223,103)
#E9E279
(233,226,121)
#EBE58B
(235,229,139)
#EDE89D
(237,232,157)
#EFEBAF
(239,235,175)
#F1EEC1
(241,238,193)
#F3F1D3
(243,241,211)
#F5F4E5
(245,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D631 color. Also use rgb(225,214,49) instead hex code.

Text Font Color

.myTextColor { color: #E1D631; }

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

This text font color is #E1D631.


Background Color

.myBgColor { background-color: #E1D631; }

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

This div background color is #E1D631.


Border color

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

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

This div border color is #E1D631.


Opacity

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

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

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

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

This text has shadow with #E1D631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D631 on black background.


Color preview on white background

This text has color #E1D631 on white background.



Black color preview on #E1D631 background

This text has black color on #E1D631 background.


White color preview on #E1D631 background

This text has white color on #E1D631 background.