COLOR #E9BF4E

HEX: #E9BF4E
RGB: (233,191,78)

Color info

#E9BF4E contains mainly red and green colors. Web safe color of #E9BF4E is #FFCC66 (or #FC6).

RGB color model

#E9BF4E color RGB value is (233,191,78).

  • red value is 233;
  • green value is 191;
  • blue value is 78.
RGB:
(233,191,78)
(91%,75%,31%)

RGB channels and saturation

R 233 of 255 = 91%
G 191 of 255 = 75%
B 78 of 255 = 31%

233
191
78

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

Portions of RGB colors in percentages

R + G + B =
233 + 191 + 78 = 502 (100%)
R 233 of 502 ~ 46.41%
G 191 of 502 ~ 38.05%
B 78 of 502 ~ 15.54%

%46.41
%38.05
%15.54

CMYK color model

#E9BF4E color CMYK value is (0,18,67,9).

  • cyan value is 0.00%
  • magenta value is 18.03%
  • yellow value is 66.52%
  • key color value is 8.63%
CMYK:
(0,18,67,9)
C0M18Y67K9 
(0%,18%,67%,9%)
(0.00/0.18/0.67/0.09)	

CMYK percentages

%0
%18.03
%66.52
%8.63

Codes

Color #E9BF4E in popluar color models

E9BF4E
RGB23319178
HSL44°77.89%60.98%
HSB/HSV44°66.52%91.37%
CMYK0.00%18.03%66.52%
8.63%

Color #E9BF4E in popluar number systems.

HEXE9BF4E
Decimal23319178
Binary11101001101111111001110
Octal351277116

Shades and tints

Shades of #E9BF4E

#E9BF4E
(233,191,78)
#D4AE47
(212,174,71)
#BF9D40
(191,157,64)
#AA8C39
(170,140,57)
#957B32
(149,123,50)
#806A2B
(128,106,43)
#6B5924
(107,89,36)
#56481D
(86,72,29)
#413716
(65,55,22)
#2C260F
(44,38,15)
#171508
(23,21,8)
#000000
(0,0,0)

Tints of #E9BF4E

#E9BF4E
(233,191,78)
#EBC45E
(235,196,94)
#EDC96E
(237,201,110)
#EFCE7E
(239,206,126)
#F1D38E
(241,211,142)
#F3D89E
(243,216,158)
#F5DDAE
(245,221,174)
#F7E2BE
(247,226,190)
#F9E7CE
(249,231,206)
#FBECDE
(251,236,222)
#FDF1EE
(253,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BF4E color. Also use rgb(233,191,78) instead hex code.

Text Font Color

.myTextColor { color: #E9BF4E; }

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

This text font color is #E9BF4E.


Background Color

.myBgColor { background-color: #E9BF4E; }

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

This div background color is #E9BF4E.


Border color

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

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

This div border color is #E9BF4E.


Opacity

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

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

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

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

This text has shadow with #E9BF4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BF4E on black background.


Color preview on white background

This text has color #E9BF4E on white background.



Black color preview on #E9BF4E background

This text has black color on #E9BF4E background.


White color preview on #E9BF4E background

This text has white color on #E9BF4E background.