COLOR #E8C254

HEX: #E8C254
RGB: (232,194,84)

Color info

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

RGB color model

#E8C254 color RGB value is (232,194,84).

  • red value is 232;
  • green value is 194;
  • blue value is 84.
RGB:
(232,194,84)
(91%,76%,33%)

RGB channels and saturation

R 232 of 255 = 91%
G 194 of 255 = 76%
B 84 of 255 = 33%

232
194
84

R + G + B ~ 67%. #E8C254 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 194 + 84 = 510 (100%)
R 232 of 510 ~ 45.49%
G 194 of 510 ~ 38.04%
B 84 of 510 ~ 16.47%

%45.49
%38.04
%16.47

CMYK color model

#E8C254 color CMYK value is (0,16,64,9).

  • cyan value is 0.00%
  • magenta value is 16.38%
  • yellow value is 63.79%
  • key color value is 9.02%
CMYK:
(0,16,64,9)
C0M16Y64K9 
(0%,16%,64%,9%)
(0.00/0.16/0.64/0.09)	

CMYK percentages

%0
%16.38
%63.79
%9.02

Codes

Color #E8C254 in popluar color models

E8C254
RGB23219484
HSL45°76.29%61.96%
HSB/HSV45°63.79%90.98%
CMYK0.00%16.38%63.79%
9.02%

Color #E8C254 in popluar number systems.

HEXE8C254
Decimal23219484
Binary11101000110000101010100
Octal350302124

Shades and tints

Shades of #E8C254

#E8C254
(232,194,84)
#D3B14D
(211,177,77)
#BEA046
(190,160,70)
#A98F3F
(169,143,63)
#947E38
(148,126,56)
#7F6D31
(127,109,49)
#6A5C2A
(106,92,42)
#554B23
(85,75,35)
#403A1C
(64,58,28)
#2B2915
(43,41,21)
#16180E
(22,24,14)
#000000
(0,0,0)

Tints of #E8C254

#E8C254
(232,194,84)
#EAC763
(234,199,99)
#ECCC72
(236,204,114)
#EED181
(238,209,129)
#F0D690
(240,214,144)
#F2DB9F
(242,219,159)
#F4E0AE
(244,224,174)
#F6E5BD
(246,229,189)
#F8EACC
(248,234,204)
#FAEFDB
(250,239,219)
#FCF4EA
(252,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C254 color. Also use rgb(232,194,84) instead hex code.

Text Font Color

.myTextColor { color: #E8C254; }

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

This text font color is #E8C254.


Background Color

.myBgColor { background-color: #E8C254; }

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

This div background color is #E8C254.


Border color

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

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

This div border color is #E8C254.


Opacity

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

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

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

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

This text has shadow with #E8C254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C254 on black background.


Color preview on white background

This text has color #E8C254 on white background.



Black color preview on #E8C254 background

This text has black color on #E8C254 background.


White color preview on #E8C254 background

This text has white color on #E8C254 background.