COLOR #E2BF59

HEX: #E2BF59
RGB: (226,191,89)

Color info

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

RGB color model

#E2BF59 color RGB value is (226,191,89).

  • red value is 226;
  • green value is 191;
  • blue value is 89.
RGB:
(226,191,89)
(89%,75%,35%)

RGB channels and saturation

R 226 of 255 = 89%
G 191 of 255 = 75%
B 89 of 255 = 35%

226
191
89

R + G + B ~ 66%. #E2BF59 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 191 + 89 = 506 (100%)
R 226 of 506 ~ 44.66%
G 191 of 506 ~ 37.75%
B 89 of 506 ~ 17.59%

%44.66
%37.75
%17.59

CMYK color model

#E2BF59 color CMYK value is (0,15,61,11).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 60.62%
  • key color value is 11.37%
CMYK:
(0,15,61,11)
C0M15Y61K11 
(0%,15%,61%,11%)
(0.00/0.15/0.61/0.11)	

CMYK percentages

%0
%15.49
%60.62
%11.37

Codes

Color #E2BF59 in popluar color models

E2BF59
RGB22619189
HSL45°70.26%61.76%
HSB/HSV45°60.62%88.63%
CMYK0.00%15.49%60.62%
11.37%

Color #E2BF59 in popluar number systems.

HEXE2BF59
Decimal22619189
Binary11100010101111111011001
Octal342277131

Shades and tints

Shades of #E2BF59

#E2BF59
(226,191,89)
#CEAE51
(206,174,81)
#BA9D49
(186,157,73)
#A68C41
(166,140,65)
#927B39
(146,123,57)
#7E6A31
(126,106,49)
#6A5929
(106,89,41)
#564821
(86,72,33)
#423719
(66,55,25)
#2E2611
(46,38,17)
#1A1509
(26,21,9)
#000000
(0,0,0)

Tints of #E2BF59

#E2BF59
(226,191,89)
#E4C468
(228,196,104)
#E6C977
(230,201,119)
#E8CE86
(232,206,134)
#EAD395
(234,211,149)
#ECD8A4
(236,216,164)
#EEDDB3
(238,221,179)
#F0E2C2
(240,226,194)
#F2E7D1
(242,231,209)
#F4ECE0
(244,236,224)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BF59 color. Also use rgb(226,191,89) instead hex code.

Text Font Color

.myTextColor { color: #E2BF59; }

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

This text font color is #E2BF59.


Background Color

.myBgColor { background-color: #E2BF59; }

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

This div background color is #E2BF59.


Border color

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

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

This div border color is #E2BF59.


Opacity

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

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

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

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

This text has shadow with #E2BF59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BF59 on black background.


Color preview on white background

This text has color #E2BF59 on white background.



Black color preview on #E2BF59 background

This text has black color on #E2BF59 background.


White color preview on #E2BF59 background

This text has white color on #E2BF59 background.