COLOR #E3BF6D

HEX: #E3BF6D RGB: (227,191,109)

Color info

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

RGB color model

#E3BF6D color RGB value is (227,191,109).

RGB: (227,191,109) (89%, 75%, 43%)

RGB channels and saturation

R 227 of 255 = 89%
G 191 of 255 = 75%
B 109 of 255 = 43%

227
191
109

R + G + B ~ 69%. #E3BF6D is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 191 + 109 = 527 (100%)
R 227 of 527 ~ 43.07%
G 191 of 527 ~ 36.24%
B 109 of 527 ~ 20.68'%

%43.07
%36.24
%20.68

CMYK color model

#E3BF6D color CMYK value is (0,16,52,11).

  • cyan value is 0.00%
  • magenta value is 15.86%
  • yellow value is 51.98%
  • key color value is 10.98%

CMYK: (0,16,52,11)
C0M16Y52K11 (0%, 16%, 52%, 11%)
(0.00 / 0.16 / 0.52 / 0.11)

CMYK percentages

%0
%15.86
%51.98
%10.98

Codes

Color #E3BF6D in popluar color models

E3 BF 6D
RGB 227 191 109
HSL 42° 67.82% 65.88%
HSB/HSV 42° 51.98% 89.02%
CMYK 0.00% 15.86% 51.98%
10.98%

Color #E3BF6D in popluar number systems.

HEX E3 BF 6D
Decimal 227 191 109
Binary 11100011 10111111 1101101
Octal 343 277 155

Shades and tints

Shades of #E3BF6D

#E3BF6D
(227,191,109)
#CFAE64
(207,174,100)
#BB9D5B
(187,157,91)
#A78C52
(167,140,82)
#937B49
(147,123,73)
#7F6A40
(127,106,64)
#6B5937
(107,89,55)
#57482E
(87,72,46)
#433725
(67,55,37)
#2F261C
(47,38,28)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #E3BF6D

#E3BF6D
(227,191,109)
#E5C47A
(229,196,122)
#E7C987
(231,201,135)
#E9CE94
(233,206,148)
#EBD3A1
(235,211,161)
#EDD8AE
(237,216,174)
#EFDDBB
(239,221,187)
#F1E2C8
(241,226,200)
#F3E7D5
(243,231,213)
#F5ECE2
(245,236,226)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BF6D color. Also use rgb(227,191,109) instead hex code.

Text Font Color

.myTextColor { color: #E3BF6D; }

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

This text font color is #E3BF6D.

Background Color

.myBgColor { background-color: #E3BF6D; }

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

This div background color is #E3BF6D.

Border color

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

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

This div border color is #E3BF6D.

Opacity

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

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

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

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

This text has shadow with #E3BF6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BF6D.

Preview

Color preview on black background

This text has color #E3BF6D on black background.


Color preview on white background

This text has color #E3BF6D on white background.


Black color preview on #E3BF6D background

This text has black color on #E3BF6D background.


White color preview on #E3BF6D background

This text has white color on #E3BF6D background.


Related colors

Complementary color

Complementary color for #hex is #1C4092.


I love getcolorcode.com

Triadic colors

1 #6DE3BF and #BF6DE3 with #E3BF6D are triadic colors.

2 #6DBFE3 and #BFE36D with #E3BF6D are triadic colors.