COLOR #E1BF61

HEX: #E1BF61
RGB: (225,191,97)

Color info

#E1BF61 contains mainly red and green colors. Web safe color of #E1BF61 is #CCCC66 (or #CC6).

RGB color model

#E1BF61 color RGB value is (225,191,97).

  • red value is 225;
  • green value is 191;
  • blue value is 97.
RGB:
(225,191,97)
(88%,75%,38%)

RGB channels and saturation

R 225 of 255 = 88%
G 191 of 255 = 75%
B 97 of 255 = 38%

225
191
97

R + G + B ~ 67%. #E1BF61 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 191 + 97 = 513 (100%)
R 225 of 513 ~ 43.86%
G 191 of 513 ~ 37.23%
B 97 of 513 ~ 18.91%

%43.86
%37.23
%18.91

CMYK color model

#E1BF61 color CMYK value is (0,15,57,12).

  • cyan value is 0.00%
  • magenta value is 15.11%
  • yellow value is 56.89%
  • key color value is 11.76%
CMYK:
(0,15,57,12)
C0M15Y57K12 
(0%,15%,57%,12%)
(0.00/0.15/0.57/0.12)	

CMYK percentages

%0
%15.11
%56.89
%11.76

Codes

Color #E1BF61 in popluar color models

E1BF61
RGB22519197
HSL44°68.09%63.14%
HSB/HSV44°56.89%88.24%
CMYK0.00%15.11%56.89%
11.76%

Color #E1BF61 in popluar number systems.

HEXE1BF61
Decimal22519197
Binary11100001101111111100001
Octal341277141

Shades and tints

Shades of #E1BF61

#E1BF61
(225,191,97)
#CDAE59
(205,174,89)
#B99D51
(185,157,81)
#A58C49
(165,140,73)
#917B41
(145,123,65)
#7D6A39
(125,106,57)
#695931
(105,89,49)
#554829
(85,72,41)
#413721
(65,55,33)
#2D2619
(45,38,25)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #E1BF61

#E1BF61
(225,191,97)
#E3C46F
(227,196,111)
#E5C97D
(229,201,125)
#E7CE8B
(231,206,139)
#E9D399
(233,211,153)
#EBD8A7
(235,216,167)
#EDDDB5
(237,221,181)
#EFE2C3
(239,226,195)
#F1E7D1
(241,231,209)
#F3ECDF
(243,236,223)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BF61 color. Also use rgb(225,191,97) instead hex code.

Text Font Color

.myTextColor { color: #E1BF61; }

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

This text font color is #E1BF61.


Background Color

.myBgColor { background-color: #E1BF61; }

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

This div background color is #E1BF61.


Border color

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

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

This div border color is #E1BF61.


Opacity

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

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

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

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

This text has shadow with #E1BF61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BF61 on black background.


Color preview on white background

This text has color #E1BF61 on white background.



Black color preview on #E1BF61 background

This text has black color on #E1BF61 background.


White color preview on #E1BF61 background

This text has white color on #E1BF61 background.