COLOR #E0C673

HEX: #E0C673
RGB: (224,198,115)

Color info

#E0C673 contains mainly red and green colors. Web safe color of #E0C673 is #CCCC66 (or #CC6).

RGB color model

#E0C673 color RGB value is (224,198,115).

  • red value is 224;
  • green value is 198;
  • blue value is 115.
RGB:
(224,198,115)
(88%,78%,45%)

RGB channels and saturation

R 224 of 255 = 88%
G 198 of 255 = 78%
B 115 of 255 = 45%

224
198
115

R + G + B ~ 70%. #E0C673 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 198 + 115 = 537 (100%)
R 224 of 537 ~ 41.71%
G 198 of 537 ~ 36.87%
B 115 of 537 ~ 21.42%

%41.71
%36.87
%21.42

CMYK color model

#E0C673 color CMYK value is (0,12,49,12).

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 48.66%
  • key color value is 12.16%
CMYK:
(0,12,49,12)
C0M12Y49K12 
(0%,12%,49%,12%)
(0.00/0.12/0.49/0.12)	

CMYK percentages

%0
%11.61
%48.66
%12.16

Codes

Color #E0C673 in popluar color models

E0C673
RGB224198115
HSL46°63.74%66.47%
HSB/HSV46°48.66%87.84%
CMYK0.00%11.61%48.66%
12.16%

Color #E0C673 in popluar number systems.

HEXE0C673
Decimal224198115
Binary11100000110001101110011
Octal340306163

Shades and tints

Shades of #E0C673

#E0C673
(224,198,115)
#CCB469
(204,180,105)
#B8A25F
(184,162,95)
#A49055
(164,144,85)
#907E4B
(144,126,75)
#7C6C41
(124,108,65)
#685A37
(104,90,55)
#54482D
(84,72,45)
#403623
(64,54,35)
#2C2419
(44,36,25)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #E0C673

#E0C673
(224,198,115)
#E2CB7F
(226,203,127)
#E4D08B
(228,208,139)
#E6D597
(230,213,151)
#E8DAA3
(232,218,163)
#EADFAF
(234,223,175)
#ECE4BB
(236,228,187)
#EEE9C7
(238,233,199)
#F0EED3
(240,238,211)
#F2F3DF
(242,243,223)
#F4F8EB
(244,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C673 color. Also use rgb(224,198,115) instead hex code.

Text Font Color

.myTextColor { color: #E0C673; }

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

This text font color is #E0C673.


Background Color

.myBgColor { background-color: #E0C673; }

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

This div background color is #E0C673.


Border color

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

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

This div border color is #E0C673.


Opacity

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

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

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

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

This text has shadow with #E0C673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C673 on black background.


Color preview on white background

This text has color #E0C673 on white background.



Black color preview on #E0C673 background

This text has black color on #E0C673 background.


White color preview on #E0C673 background

This text has white color on #E0C673 background.