COLOR #E1B943

HEX: #E1B943
RGB: (225,185,67)

Color info

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

RGB color model

#E1B943 color RGB value is (225,185,67).

  • red value is 225;
  • green value is 185;
  • blue value is 67.
RGB:
(225,185,67)
(88%,73%,26%)

RGB channels and saturation

R 225 of 255 = 88%
G 185 of 255 = 73%
B 67 of 255 = 26%

225
185
67

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

Portions of RGB colors in percentages

R + G + B =
225 + 185 + 67 = 477 (100%)
R 225 of 477 ~ 47.17%
G 185 of 477 ~ 38.78%
B 67 of 477 ~ 14.05%

%47.17
%38.78
%14.05

CMYK color model

#E1B943 color CMYK value is (0,18,70,12).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 70.22%
  • key color value is 11.76%
CMYK:
(0,18,70,12)
C0M18Y70K12 
(0%,18%,70%,12%)
(0.00/0.18/0.70/0.12)	

CMYK percentages

%0
%17.78
%70.22
%11.76

Codes

Color #E1B943 in popluar color models

E1B943
RGB22518567
HSL45°72.48%57.25%
HSB/HSV45°70.22%88.24%
CMYK0.00%17.78%70.22%
11.76%

Color #E1B943 in popluar number systems.

HEXE1B943
Decimal22518567
Binary11100001101110011000011
Octal341271103

Shades and tints

Shades of #E1B943

#E1B943
(225,185,67)
#CDA93D
(205,169,61)
#B99937
(185,153,55)
#A58931
(165,137,49)
#91792B
(145,121,43)
#7D6925
(125,105,37)
#69591F
(105,89,31)
#554919
(85,73,25)
#413913
(65,57,19)
#2D290D
(45,41,13)
#191907
(25,25,7)
#000000
(0,0,0)

Tints of #E1B943

#E1B943
(225,185,67)
#E3BF54
(227,191,84)
#E5C565
(229,197,101)
#E7CB76
(231,203,118)
#E9D187
(233,209,135)
#EBD798
(235,215,152)
#EDDDA9
(237,221,169)
#EFE3BA
(239,227,186)
#F1E9CB
(241,233,203)
#F3EFDC
(243,239,220)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B943 color. Also use rgb(225,185,67) instead hex code.

Text Font Color

.myTextColor { color: #E1B943; }

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

This text font color is #E1B943.


Background Color

.myBgColor { background-color: #E1B943; }

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

This div background color is #E1B943.


Border color

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

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

This div border color is #E1B943.


Opacity

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

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

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

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

This text has shadow with #E1B943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B943 on black background.


Color preview on white background

This text has color #E1B943 on white background.



Black color preview on #E1B943 background

This text has black color on #E1B943 background.


White color preview on #E1B943 background

This text has white color on #E1B943 background.