COLOR #E1B641

HEX: #E1B641
RGB: (225,182,65)

Color info

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

RGB color model

#E1B641 color RGB value is (225,182,65).

  • red value is 225;
  • green value is 182;
  • blue value is 65.
RGB:
(225,182,65)
(88%,71%,25%)

RGB channels and saturation

R 225 of 255 = 88%
G 182 of 255 = 71%
B 65 of 255 = 25%

225
182
65

R + G + B ~ 61%. #E1B641 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 182 + 65 = 472 (100%)
R 225 of 472 ~ 47.67%
G 182 of 472 ~ 38.56%
B 65 of 472 ~ 13.77%

%47.67
%38.56
%13.77

CMYK color model

#E1B641 color CMYK value is (0,19,71,12).

  • cyan value is 0.00%
  • magenta value is 19.11%
  • yellow value is 71.11%
  • key color value is 11.76%
CMYK:
(0,19,71,12)
C0M19Y71K12 
(0%,19%,71%,12%)
(0.00/0.19/0.71/0.12)	

CMYK percentages

%0
%19.11
%71.11
%11.76

Codes

Color #E1B641 in popluar color models

E1B641
RGB22518265
HSL44°72.73%56.86%
HSB/HSV44°71.11%88.24%
CMYK0.00%19.11%71.11%
11.76%

Color #E1B641 in popluar number systems.

HEXE1B641
Decimal22518265
Binary11100001101101101000001
Octal341266101

Shades and tints

Shades of #E1B641

#E1B641
(225,182,65)
#CDA63C
(205,166,60)
#B99637
(185,150,55)
#A58632
(165,134,50)
#91762D
(145,118,45)
#7D6628
(125,102,40)
#695623
(105,86,35)
#55461E
(85,70,30)
#413619
(65,54,25)
#2D2614
(45,38,20)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #E1B641

#E1B641
(225,182,65)
#E3BC52
(227,188,82)
#E5C263
(229,194,99)
#E7C874
(231,200,116)
#E9CE85
(233,206,133)
#EBD496
(235,212,150)
#EDDAA7
(237,218,167)
#EFE0B8
(239,224,184)
#F1E6C9
(241,230,201)
#F3ECDA
(243,236,218)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B641 color. Also use rgb(225,182,65) instead hex code.

Text Font Color

.myTextColor { color: #E1B641; }

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

This text font color is #E1B641.


Background Color

.myBgColor { background-color: #E1B641; }

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

This div background color is #E1B641.


Border color

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

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

This div border color is #E1B641.


Opacity

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

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

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

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

This text has shadow with #E1B641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B641 on black background.


Color preview on white background

This text has color #E1B641 on white background.



Black color preview on #E1B641 background

This text has black color on #E1B641 background.


White color preview on #E1B641 background

This text has white color on #E1B641 background.