COLOR #E8C83C

HEX: #E8C83C
RGB: (232,200,60)

Color info

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

RGB color model

#E8C83C color RGB value is (232,200,60).

  • red value is 232;
  • green value is 200;
  • blue value is 60.
RGB:
(232,200,60)
(91%,78%,24%)

RGB channels and saturation

R 232 of 255 = 91%
G 200 of 255 = 78%
B 60 of 255 = 24%

232
200
60

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

Portions of RGB colors in percentages

R + G + B =
232 + 200 + 60 = 492 (100%)
R 232 of 492 ~ 47.15%
G 200 of 492 ~ 40.65%
B 60 of 492 ~ 12.2%

%47.15
%40.65
%12.2

CMYK color model

#E8C83C color CMYK value is (0,14,74,9).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 74.14%
  • key color value is 9.02%
CMYK:
(0,14,74,9)
C0M14Y74K9 
(0%,14%,74%,9%)
(0.00/0.14/0.74/0.09)	

CMYK percentages

%0
%13.79
%74.14
%9.02

Codes

Color #E8C83C in popluar color models

E8C83C
RGB23220060
HSL49°78.90%57.25%
HSB/HSV49°74.14%90.98%
CMYK0.00%13.79%74.14%
9.02%

Color #E8C83C in popluar number systems.

HEXE8C83C
Decimal23220060
Binary1110100011001000111100
Octal35031074

Shades and tints

Shades of #E8C83C

#E8C83C
(232,200,60)
#D3B637
(211,182,55)
#BEA432
(190,164,50)
#A9922D
(169,146,45)
#948028
(148,128,40)
#7F6E23
(127,110,35)
#6A5C1E
(106,92,30)
#554A19
(85,74,25)
#403814
(64,56,20)
#2B260F
(43,38,15)
#16140A
(22,20,10)
#000000
(0,0,0)

Tints of #E8C83C

#E8C83C
(232,200,60)
#EACD4D
(234,205,77)
#ECD25E
(236,210,94)
#EED76F
(238,215,111)
#F0DC80
(240,220,128)
#F2E191
(242,225,145)
#F4E6A2
(244,230,162)
#F6EBB3
(246,235,179)
#F8F0C4
(248,240,196)
#FAF5D5
(250,245,213)
#FCFAE6
(252,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C83C color. Also use rgb(232,200,60) instead hex code.

Text Font Color

.myTextColor { color: #E8C83C; }

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

This text font color is #E8C83C.


Background Color

.myBgColor { background-color: #E8C83C; }

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

This div background color is #E8C83C.


Border color

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

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

This div border color is #E8C83C.


Opacity

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

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

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

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

This text has shadow with #E8C83C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C83C on black background.


Color preview on white background

This text has color #E8C83C on white background.



Black color preview on #E8C83C background

This text has black color on #E8C83C background.


White color preview on #E8C83C background

This text has white color on #E8C83C background.