COLOR #E8B649

HEX: #E8B649
RGB: (232,182,73)

Color info

#E8B649 contains mainly red and green colors. Web safe color of #E8B649 is #FFCC33 (or #FC3).

RGB color model

#E8B649 color RGB value is (232,182,73).

  • red value is 232;
  • green value is 182;
  • blue value is 73.
RGB:
(232,182,73)
(91%,71%,29%)

RGB channels and saturation

R 232 of 255 = 91%
G 182 of 255 = 71%
B 73 of 255 = 29%

232
182
73

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

Portions of RGB colors in percentages

R + G + B =
232 + 182 + 73 = 487 (100%)
R 232 of 487 ~ 47.64%
G 182 of 487 ~ 37.37%
B 73 of 487 ~ 14.99%

%47.64
%37.37
%14.99

CMYK color model

#E8B649 color CMYK value is (0,22,69,9).

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 68.53%
  • key color value is 9.02%
CMYK:
(0,22,69,9)
C0M22Y69K9 
(0%,22%,69%,9%)
(0.00/0.22/0.69/0.09)	

CMYK percentages

%0
%21.55
%68.53
%9.02

Codes

Color #E8B649 in popluar color models

E8B649
RGB23218273
HSL41°77.56%59.80%
HSB/HSV41°68.53%90.98%
CMYK0.00%21.55%68.53%
9.02%

Color #E8B649 in popluar number systems.

HEXE8B649
Decimal23218273
Binary11101000101101101001001
Octal350266111

Shades and tints

Shades of #E8B649

#E8B649
(232,182,73)
#D3A643
(211,166,67)
#BE963D
(190,150,61)
#A98637
(169,134,55)
#947631
(148,118,49)
#7F662B
(127,102,43)
#6A5625
(106,86,37)
#55461F
(85,70,31)
#403619
(64,54,25)
#2B2613
(43,38,19)
#16160D
(22,22,13)
#000000
(0,0,0)

Tints of #E8B649

#E8B649
(232,182,73)
#EABC59
(234,188,89)
#ECC269
(236,194,105)
#EEC879
(238,200,121)
#F0CE89
(240,206,137)
#F2D499
(242,212,153)
#F4DAA9
(244,218,169)
#F6E0B9
(246,224,185)
#F8E6C9
(248,230,201)
#FAECD9
(250,236,217)
#FCF2E9
(252,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B649 color. Also use rgb(232,182,73) instead hex code.

Text Font Color

.myTextColor { color: #E8B649; }

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

This text font color is #E8B649.


Background Color

.myBgColor { background-color: #E8B649; }

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

This div background color is #E8B649.


Border color

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

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

This div border color is #E8B649.


Opacity

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

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

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

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

This text has shadow with #E8B649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B649 on black background.


Color preview on white background

This text has color #E8B649 on white background.



Black color preview on #E8B649 background

This text has black color on #E8B649 background.


White color preview on #E8B649 background

This text has white color on #E8B649 background.