COLOR #E8C150

HEX: #E8C150
RGB: (232,193,80)

Color info

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

RGB color model

#E8C150 color RGB value is (232,193,80).

  • red value is 232;
  • green value is 193;
  • blue value is 80.
RGB:
(232,193,80)
(91%,76%,31%)

RGB channels and saturation

R 232 of 255 = 91%
G 193 of 255 = 76%
B 80 of 255 = 31%

232
193
80

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

Portions of RGB colors in percentages

R + G + B =
232 + 193 + 80 = 505 (100%)
R 232 of 505 ~ 45.94%
G 193 of 505 ~ 38.22%
B 80 of 505 ~ 15.84%

%45.94
%38.22
%15.84

CMYK color model

#E8C150 color CMYK value is (0,17,66,9).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 65.52%
  • key color value is 9.02%
CMYK:
(0,17,66,9)
C0M17Y66K9 
(0%,17%,66%,9%)
(0.00/0.17/0.66/0.09)	

CMYK percentages

%0
%16.81
%65.52
%9.02

Codes

Color #E8C150 in popluar color models

E8C150
RGB23219380
HSL45°76.77%61.18%
HSB/HSV45°65.52%90.98%
CMYK0.00%16.81%65.52%
9.02%

Color #E8C150 in popluar number systems.

HEXE8C150
Decimal23219380
Binary11101000110000011010000
Octal350301120

Shades and tints

Shades of #E8C150

#E8C150
(232,193,80)
#D3B049
(211,176,73)
#BE9F42
(190,159,66)
#A98E3B
(169,142,59)
#947D34
(148,125,52)
#7F6C2D
(127,108,45)
#6A5B26
(106,91,38)
#554A1F
(85,74,31)
#403918
(64,57,24)
#2B2811
(43,40,17)
#16170A
(22,23,10)
#000000
(0,0,0)

Tints of #E8C150

#E8C150
(232,193,80)
#EAC65F
(234,198,95)
#ECCB6E
(236,203,110)
#EED07D
(238,208,125)
#F0D58C
(240,213,140)
#F2DA9B
(242,218,155)
#F4DFAA
(244,223,170)
#F6E4B9
(246,228,185)
#F8E9C8
(248,233,200)
#FAEED7
(250,238,215)
#FCF3E6
(252,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C150 color. Also use rgb(232,193,80) instead hex code.

Text Font Color

.myTextColor { color: #E8C150; }

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

This text font color is #E8C150.


Background Color

.myBgColor { background-color: #E8C150; }

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

This div background color is #E8C150.


Border color

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

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

This div border color is #E8C150.


Opacity

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

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

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

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

This text has shadow with #E8C150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C150 on black background.


Color preview on white background

This text has color #E8C150 on white background.



Black color preview on #E8C150 background

This text has black color on #E8C150 background.


White color preview on #E8C150 background

This text has white color on #E8C150 background.