COLOR #E7C353

HEX: #E7C353
RGB: (231,195,83)

Color info

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

RGB color model

#E7C353 color RGB value is (231,195,83).

  • red value is 231;
  • green value is 195;
  • blue value is 83.
RGB:
(231,195,83)
(91%,76%,33%)

RGB channels and saturation

R 231 of 255 = 91%
G 195 of 255 = 76%
B 83 of 255 = 33%

231
195
83

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

Portions of RGB colors in percentages

R + G + B =
231 + 195 + 83 = 509 (100%)
R 231 of 509 ~ 45.38%
G 195 of 509 ~ 38.31%
B 83 of 509 ~ 16.31%

%45.38
%38.31
%16.31

CMYK color model

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

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

CMYK percentages

%0
%15.58
%64.07
%9.41

Codes

Color #E7C353 in popluar color models

E7C353
RGB23119583
HSL45°75.51%61.57%
HSB/HSV45°64.07%90.59%
CMYK0.00%15.58%64.07%
9.41%

Color #E7C353 in popluar number systems.

HEXE7C353
Decimal23119583
Binary11100111110000111010011
Octal347303123

Shades and tints

Shades of #E7C353

#E7C353
(231,195,83)
#D2B24C
(210,178,76)
#BDA145
(189,161,69)
#A8903E
(168,144,62)
#937F37
(147,127,55)
#7E6E30
(126,110,48)
#695D29
(105,93,41)
#544C22
(84,76,34)
#3F3B1B
(63,59,27)
#2A2A14
(42,42,20)
#15190D
(21,25,13)
#000000
(0,0,0)

Tints of #E7C353

#E7C353
(231,195,83)
#E9C862
(233,200,98)
#EBCD71
(235,205,113)
#EDD280
(237,210,128)
#EFD78F
(239,215,143)
#F1DC9E
(241,220,158)
#F3E1AD
(243,225,173)
#F5E6BC
(245,230,188)
#F7EBCB
(247,235,203)
#F9F0DA
(249,240,218)
#FBF5E9
(251,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C353 color. Also use rgb(231,195,83) instead hex code.

Text Font Color

.myTextColor { color: #E7C353; }

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

This text font color is #E7C353.


Background Color

.myBgColor { background-color: #E7C353; }

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

This div background color is #E7C353.


Border color

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

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

This div border color is #E7C353.


Opacity

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

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

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

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

This text has shadow with #E7C353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C353 on black background.


Color preview on white background

This text has color #E7C353 on white background.



Black color preview on #E7C353 background

This text has black color on #E7C353 background.


White color preview on #E7C353 background

This text has white color on #E7C353 background.