COLOR #E6BF47

HEX: #E6BF47
RGB: (230,191,71)

Color info

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

RGB color model

#E6BF47 color RGB value is (230,191,71).

  • red value is 230;
  • green value is 191;
  • blue value is 71.
RGB:
(230,191,71)
(90%,75%,28%)

RGB channels and saturation

R 230 of 255 = 90%
G 191 of 255 = 75%
B 71 of 255 = 28%

230
191
71

R + G + B ~ 64%. #E6BF47 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 191 + 71 = 492 (100%)
R 230 of 492 ~ 46.75%
G 191 of 492 ~ 38.82%
B 71 of 492 ~ 14.43%

%46.75
%38.82
%14.43

CMYK color model

#E6BF47 color CMYK value is (0,17,69,10).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 69.13%
  • key color value is 9.80%
CMYK:
(0,17,69,10)
C0M17Y69K10 
(0%,17%,69%,10%)
(0.00/0.17/0.69/0.10)	

CMYK percentages

%0
%16.96
%69.13
%9.8

Codes

Color #E6BF47 in popluar color models

E6BF47
RGB23019171
HSL45°76.08%59.02%
HSB/HSV45°69.13%90.20%
CMYK0.00%16.96%69.13%
9.80%

Color #E6BF47 in popluar number systems.

HEXE6BF47
Decimal23019171
Binary11100110101111111000111
Octal346277107

Shades and tints

Shades of #E6BF47

#E6BF47
(230,191,71)
#D2AE41
(210,174,65)
#BE9D3B
(190,157,59)
#AA8C35
(170,140,53)
#967B2F
(150,123,47)
#826A29
(130,106,41)
#6E5923
(110,89,35)
#5A481D
(90,72,29)
#463717
(70,55,23)
#322611
(50,38,17)
#1E150B
(30,21,11)
#000000
(0,0,0)

Tints of #E6BF47

#E6BF47
(230,191,71)
#E8C457
(232,196,87)
#EAC967
(234,201,103)
#ECCE77
(236,206,119)
#EED387
(238,211,135)
#F0D897
(240,216,151)
#F2DDA7
(242,221,167)
#F4E2B7
(244,226,183)
#F6E7C7
(246,231,199)
#F8ECD7
(248,236,215)
#FAF1E7
(250,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BF47 color. Also use rgb(230,191,71) instead hex code.

Text Font Color

.myTextColor { color: #E6BF47; }

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

This text font color is #E6BF47.


Background Color

.myBgColor { background-color: #E6BF47; }

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

This div background color is #E6BF47.


Border color

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

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

This div border color is #E6BF47.


Opacity

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

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

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

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

This text has shadow with #E6BF47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BF47 on black background.


Color preview on white background

This text has color #E6BF47 on white background.



Black color preview on #E6BF47 background

This text has black color on #E6BF47 background.


White color preview on #E6BF47 background

This text has white color on #E6BF47 background.