COLOR #E0C48F

HEX: #E0C48F
RGB: (224,196,143)

Color info

#E0C48F contains mainly red and green colors. Web safe color of #E0C48F is #CCCC99 (or #CC9).

RGB color model

#E0C48F color RGB value is (224,196,143).

  • red value is 224;
  • green value is 196;
  • blue value is 143.
RGB:
(224,196,143)
(88%,77%,56%)

RGB channels and saturation

R 224 of 255 = 88%
G 196 of 255 = 77%
B 143 of 255 = 56%

224
196
143

R + G + B ~ 74%. #E0C48F is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 196 + 143 = 563 (100%)
R 224 of 563 ~ 39.79%
G 196 of 563 ~ 34.81%
B 143 of 563 ~ 25.4%

%39.79
%34.81
%25.4

CMYK color model

#E0C48F color CMYK value is (0,13,36,12).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 36.16%
  • key color value is 12.16%
CMYK:
(0,13,36,12)
C0M13Y36K12 
(0%,13%,36%,12%)
(0.00/0.13/0.36/0.12)	

CMYK percentages

%0
%12.5
%36.16
%12.16

Codes

Color #E0C48F in popluar color models

E0C48F
RGB224196143
HSL39°56.64%71.96%
HSB/HSV39°36.16%87.84%
CMYK0.00%12.50%36.16%
12.16%

Color #E0C48F in popluar number systems.

HEXE0C48F
Decimal224196143
Binary111000001100010010001111
Octal340304217

Shades and tints

Shades of #E0C48F

#E0C48F
(224,196,143)
#CCB382
(204,179,130)
#B8A275
(184,162,117)
#A49168
(164,145,104)
#90805B
(144,128,91)
#7C6F4E
(124,111,78)
#685E41
(104,94,65)
#544D34
(84,77,52)
#403C27
(64,60,39)
#2C2B1A
(44,43,26)
#181A0D
(24,26,13)
#000000
(0,0,0)

Tints of #E0C48F

#E0C48F
(224,196,143)
#E2C999
(226,201,153)
#E4CEA3
(228,206,163)
#E6D3AD
(230,211,173)
#E8D8B7
(232,216,183)
#EADDC1
(234,221,193)
#ECE2CB
(236,226,203)
#EEE7D5
(238,231,213)
#F0ECDF
(240,236,223)
#F2F1E9
(242,241,233)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C48F color. Also use rgb(224,196,143) instead hex code.

Text Font Color

.myTextColor { color: #E0C48F; }

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

This text font color is #E0C48F.


Background Color

.myBgColor { background-color: #E0C48F; }

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

This div background color is #E0C48F.


Border color

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

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

This div border color is #E0C48F.


Opacity

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

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

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

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

This text has shadow with #E0C48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C48F on black background.


Color preview on white background

This text has color #E0C48F on white background.



Black color preview on #E0C48F background

This text has black color on #E0C48F background.


White color preview on #E0C48F background

This text has white color on #E0C48F background.