COLOR #E0C17F

HEX: #E0C17F
RGB: (224,193,127)

Color info

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

RGB color model

#E0C17F color RGB value is (224,193,127).

  • red value is 224;
  • green value is 193;
  • blue value is 127.
RGB:
(224,193,127)
(88%,76%,50%)

RGB channels and saturation

R 224 of 255 = 88%
G 193 of 255 = 76%
B 127 of 255 = 50%

224
193
127

R + G + B ~ 71%. #E0C17F is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 193 + 127 = 544 (100%)
R 224 of 544 ~ 41.18%
G 193 of 544 ~ 35.48%
B 127 of 544 ~ 23.35%

%41.18
%35.48
%23.35

CMYK color model

#E0C17F color CMYK value is (0,14,43,12).

  • cyan value is 0.00%
  • magenta value is 13.84%
  • yellow value is 43.30%
  • key color value is 12.16%
CMYK:
(0,14,43,12)
C0M14Y43K12 
(0%,14%,43%,12%)
(0.00/0.14/0.43/0.12)	

CMYK percentages

%0
%13.84
%43.3
%12.16

Codes

Color #E0C17F in popluar color models

E0C17F
RGB224193127
HSL41°61.01%68.82%
HSB/HSV41°43.30%87.84%
CMYK0.00%13.84%43.30%
12.16%

Color #E0C17F in popluar number systems.

HEXE0C17F
Decimal224193127
Binary11100000110000011111111
Octal340301177

Shades and tints

Shades of #E0C17F

#E0C17F
(224,193,127)
#CCB074
(204,176,116)
#B89F69
(184,159,105)
#A48E5E
(164,142,94)
#907D53
(144,125,83)
#7C6C48
(124,108,72)
#685B3D
(104,91,61)
#544A32
(84,74,50)
#403927
(64,57,39)
#2C281C
(44,40,28)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #E0C17F

#E0C17F
(224,193,127)
#E2C68A
(226,198,138)
#E4CB95
(228,203,149)
#E6D0A0
(230,208,160)
#E8D5AB
(232,213,171)
#EADAB6
(234,218,182)
#ECDFC1
(236,223,193)
#EEE4CC
(238,228,204)
#F0E9D7
(240,233,215)
#F2EEE2
(242,238,226)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C17F color. Also use rgb(224,193,127) instead hex code.

Text Font Color

.myTextColor { color: #E0C17F; }

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

This text font color is #E0C17F.


Background Color

.myBgColor { background-color: #E0C17F; }

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

This div background color is #E0C17F.


Border color

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

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

This div border color is #E0C17F.


Opacity

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

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

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

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

This text has shadow with #E0C17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C17F on black background.


Color preview on white background

This text has color #E0C17F on white background.



Black color preview on #E0C17F background

This text has black color on #E0C17F background.


White color preview on #E0C17F background

This text has white color on #E0C17F background.