COLOR #E1BF35

HEX: #E1BF35
RGB: (225,191,53)

Color info

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

RGB color model

#E1BF35 color RGB value is (225,191,53).

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

RGB channels and saturation

R 225 of 255 = 88%
G 191 of 255 = 75%
B 53 of 255 = 21%

225
191
53

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

Portions of RGB colors in percentages

R + G + B =
225 + 191 + 53 = 469 (100%)
R 225 of 469 ~ 47.97%
G 191 of 469 ~ 40.72%
B 53 of 469 ~ 11.3%

%47.97
%40.72
%11.3

CMYK color model

#E1BF35 color CMYK value is (0,15,76,12).

  • cyan value is 0.00%
  • magenta value is 15.11%
  • yellow value is 76.44%
  • key color value is 11.76%
CMYK:
(0,15,76,12)
C0M15Y76K12 
(0%,15%,76%,12%)
(0.00/0.15/0.76/0.12)	

CMYK percentages

%0
%15.11
%76.44
%11.76

Codes

Color #E1BF35 in popluar color models

E1BF35
RGB22519153
HSL48°74.14%54.51%
HSB/HSV48°76.44%88.24%
CMYK0.00%15.11%76.44%
11.76%

Color #E1BF35 in popluar number systems.

HEXE1BF35
Decimal22519153
Binary1110000110111111110101
Octal34127765

Shades and tints

Shades of #E1BF35

#E1BF35
(225,191,53)
#CDAE31
(205,174,49)
#B99D2D
(185,157,45)
#A58C29
(165,140,41)
#917B25
(145,123,37)
#7D6A21
(125,106,33)
#69591D
(105,89,29)
#554819
(85,72,25)
#413715
(65,55,21)
#2D2611
(45,38,17)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #E1BF35

#E1BF35
(225,191,53)
#E3C447
(227,196,71)
#E5C959
(229,201,89)
#E7CE6B
(231,206,107)
#E9D37D
(233,211,125)
#EBD88F
(235,216,143)
#EDDDA1
(237,221,161)
#EFE2B3
(239,226,179)
#F1E7C5
(241,231,197)
#F3ECD7
(243,236,215)
#F5F1E9
(245,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BF35; }

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

This text font color is #E1BF35.


Background Color

.myBgColor { background-color: #E1BF35; }

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

This div background color is #E1BF35.


Border color

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

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

This div border color is #E1BF35.


Opacity

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

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

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

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

This text has shadow with #E1BF35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BF35 on black background.


Color preview on white background

This text has color #E1BF35 on white background.



Black color preview on #E1BF35 background

This text has black color on #E1BF35 background.


White color preview on #E1BF35 background

This text has white color on #E1BF35 background.